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: 4 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-02T06:50:54.000Z (about 12 years ago)
- Last Synced: 2025-08-12T00:44:05.897Z (4 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
```