Stream: implementers
Topic: cant build java validator
Patrick Werner (Jul 29 2019 at 09:51):
When building the current java validator it seems that the main class is not set correctly:
no main manifest attribute
Grahame Grieve (Jul 29 2019 at 10:08):
Where do you get that error?
Patrick Werner (Jul 29 2019 at 11:28):
When i maven install fhir.core, and then try to run the validator.cli
The plugins specifying the main.class are looking ok, but the jar's manifest is missing the main property.
Patrick Werner (Jul 29 2019 at 12:31):
sorry i'm stupid. Missed that i tried all the time with the org.hl7.fhir.validation-3.8.13-SNAPSHOT.jar instead of the cli one....
Grahame Grieve (Jul 29 2019 at 13:03):
ah that'll do it
Last updated: Apr 12 2022 at 19:14 UTC