Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Broken Validator Version Flag #167

Closed
alexanderkiel opened this issue Apr 7, 2020 · 0 comments · Fixed by #168
Closed

Fix Broken Validator Version Flag #167

alexanderkiel opened this issue Apr 7, 2020 · 0 comments · Fixed by #168

Comments

@alexanderkiel
Copy link
Contributor

If I call the validator with:

java -jar validator.jar -version 4.0.1 -ig ig.pack examples

It tries to detect the FHIR version from the IG name ig.pack but can't. So it uses the default with is null. The earlier detected version is overridden with null. The validator crashes.

If I however call it like this:

java -jar validator.jar -ig ig.pack -version 4.0.1 examples

The version is taken from the version flag because it comes after the detection from the IG flag.

@alexanderkiel alexanderkiel changed the title Validator Version Flag is Broken Fix Broken Validator Version Flag Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant