Stream: IG creation
Topic: IG build isn't working
Bob Dolin (Sep 16 2020 at 22:34):
Hi, wondering if anyone might know why https://github.com/HL7/fhir-outcome-criteria-framework-ig isn't building.
Bob Dolin (Sep 16 2020 at 22:35):
It builds locally, with this version: FHIR IG Publisher Version 1.1.6, but from the github build, I get this:
onGenerate:
Exception in thread "main" java.lang.Error: Error generating build: the file /scratch/ig-build-temp-CVWGEO/repo/temp/pages/_includes/StructureMap-depressionMeasure-summary.xhtml is being generated more than once (may differ by case)
at org.hl7.fhir.igtools.publisher.Publisher.checkMakeFile(Publisher.java:2950)
at org.hl7.fhir.igtools.publisher.Publisher.fragment(Publisher.java:7825)
at org.hl7.fhir.igtools.publisher.Publisher.generateOutputsCanonical(Publisher.java:7681)
at org.hl7.fhir.igtools.publisher.Publisher.generateResourceHtml(Publisher.java:6632)
at org.hl7.fhir.igtools.publisher.Publisher.generateHtmlOutputs(Publisher.java:6564)
at org.hl7.fhir.igtools.publisher.Publisher.generate(Publisher.java:4849)
at org.hl7.fhir.igtools.publisher.Publisher.createIg(Publisher.java:871)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:717)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:8276)
Lloyd McKenzie (Sep 16 2020 at 22:37):
Sounds like you've got a case issue somewhere (Windows doesn't care, Unix does). Look inside the artifact and ensure that the filename, the id and the canonical URL have the same case. If the artifact is explicitly referenced in the IG, check the case there too.
Bob Dolin (Sep 16 2020 at 22:58):
@Lloyd McKenzie I checked and double checked and don't see any case issues. There was an incorrect reference which I fixed, but still getting same error.
Bob Dolin (Sep 16 2020 at 23:01):
I do have a Library and a Measure both named 'depressionMeasure', but I thought that was ok
Grahame Grieve (Sep 16 2020 at 23:18):
bug in the publisher- sorry. Will be fixed in next release
Grahame Grieve (Sep 16 2020 at 23:19):
sometime in the next 24 hours
Bob Dolin (Sep 16 2020 at 23:27):
Thanks @Grahame Grieve
Last updated: Apr 12 2022 at 19:14 UTC