https://github.com/jmandel/fhir-build-process
Exploring a re-org of the FHIR build process
https://github.com/jmandel/fhir-build-process
Last synced: 3 months ago
JSON representation
Exploring a re-org of the FHIR build process
- Host: GitHub
- URL: https://github.com/jmandel/fhir-build-process
- Owner: jmandel
- Created: 2013-09-26T05:04:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-02T06:50:54.000Z (over 11 years ago)
- Last Synced: 2025-03-20T00:52:56.159Z (3 months ago)
- Language: Java
- Size: 992 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Looking at the FHIR build process... incrementally.
Generate resource .htm without rebuilding client:
```
./gradlew generateResources -PfhirBuildDir=/path/to/fhir/svn/trunk/build
```Generate example .htm without rebuilding client:
```
./gradlew generateExamples -PfhirBuildDir=/path/to/fhir/svn/trunk/build
```Rebuild client + re-publish:
```
./gradlew buildAndPublish -PfhirBuildDir=/path/to/fhir/svn/trunk/build
```