validator-wrapper
The validator-wrapper project contains the CLI, Desktop GUI, and Standalone Validation Server for the FHIR Validator. The tool can be run locally, or accessed online at the hosted validator-wrapper website.
Building Locally
This project uses the gradle build tool to build. and includes pre-built gradlew wrappers for common build tasks.
Steps
To generate the jar containing all resources locally:
- Build the project by running the command
./gradlew build
- This will generate three jar files in the
/build/libs/
directory. The only one we care about isvalidator-wrapper-jvm-{$project-version}.jar