hapifhir / hapi-hl7v2

277 stars 138 forks source link

Unable to use confgen plugin to create sources for a custom message #114

Closed mkalish closed 8 months ago

mkalish commented 8 months ago

I've been trying to make use of the source gen plugin to create custom generated sources for a tailored HL7 ORU_R01 conformance profile I have but have been unable to get it working based on the documentation here.

I'm receiving the following error message with my project configured in the pom that follows.

pom.xml ``` 4.0.0 org.example TEST_PROJEFT 1.0-SNAPSHOT 17 17 UTF-8 ca.uhn.hapi hapi-base 2.5.1 ca.uhn.hapi hapi-structures-v25 2.5.1 ca.uhn.hapi hapi-sourcegen 2.5.1 ca.uhn.hapi hapi-sourcegen 2.5.1 generate-sources confgen ${project.basedir}/src/main/resources/custom-oru-r01.xml ${project.basedir}/target/generated-sources/confgen com.foo ```

Was hoping to get some clarity here if this is still a supported feature or if I'm simply misconfiguring it.

mkalish commented 8 months ago

Was able to resolve myself, closing this, apologies for the noise.