An open API service indexing awesome lists of open source software.

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

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
```