Stream: IG creation
Topic: icon_fixed.gif build error
Kevin Power (Nov 01 2019 at 13:14):
I upgraded the genomics-reporting IG to 4.0.1, and when trying to build locally with the new publisher, I am seeing the following error:
[java] Exception in thread "main" java.lang.Error: Error generating build: the file /Users/cerkyp/Documents/GitHub/genomics-reporting/temp/pages/icon_fixed.gif is being generated more than once (may differ by case) [java] at org.hl7.fhir.igtools.publisher.Publisher.checkMakeFile(Publisher.java:2410) [java] at org.hl7.fhir.igtools.publisher.Publisher.generateHtmlOutputs(Publisher.java:5299) [java] at org.hl7.fhir.igtools.publisher.Publisher.generate(Publisher.java:3922) [java] at org.hl7.fhir.igtools.publisher.Publisher.createIg(Publisher.java:741) [java] at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:618) [java] at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:6536) BUILD FAILED /Users/cerkyp/Documents/GitHub/genomics-reporting/framework/build.xml:161: Java returned: 1
Lloyd McKenzie (Nov 01 2019 at 13:18):
That's probably because the base specification is now including an icon we previously had to declare ourselves. It's probably in the images folder. If do a Git delete on it, that should fix the problem.
Last updated: Apr 12 2022 at 19:14 UTC