Stream: IG creation
Topic: Builds locally, not on CI build
Lloyd McKenzie (Dec 08 2020 at 22:21):
I fixed a problem with the template to properly escape the & in BR&R. The IG publishes fine locally, but is blowing up on the CI build. It looks like the issue is that the publish box substitution process isn't properly escaping the & in the work group name. (See the fhir-cdisc-mapping IG.) As a result, I get this:
Stack Dump (for debugging): (00:20.0782)
org.hl7.fhir.exceptions.FHIRFormatError: unable to parse character reference 'R Work Group. This is not an authorized publication'' (last text = '
' at line 181 column 181
at org.hl7.fhir.utilities.xhtml.XhtmlParser.parseLiteral(XhtmlParser.java:1166)
at org.hl7.fhir.utilities.xhtml.XhtmlParser.parseElementInner(XhtmlParser.java:577)
at org.hl7.fhir.utilities.xhtml.XhtmlParser.parseElement(XhtmlParser.java:602)
at org.hl7.fhir.utilities.xhtml.XhtmlParser.parseElementInner(XhtmlParser.java:570)
at org.hl7.fhir.utilities.xhtml.XhtmlParser.parseElement(XhtmlParser.java:602)
at org.hl7.fhir.utilities.xhtml.XhtmlParser.parseElementInner(XhtmlParser.java:570)
at org.hl7.fhir.utilities.xhtml.XhtmlParser.parseElement(XhtmlParser.java:602)
at org.hl7.fhir.utilities.xhtml.XhtmlParser.parseElementInner(XhtmlParser.java:570)
at org.hl7.fhir.utilities.xhtml.XhtmlParser.parseElement(XhtmlParser.java:602)
at org.hl7.fhir.utilities.xhtml.XhtmlParser.parseElementInner(XhtmlParser.java:570)
at org.hl7.fhir.utilities.xhtml.XhtmlParser.parseElement(XhtmlParser.java:602)
at org.hl7.fhir.utilities.xhtml.XhtmlParser.parseElementInner(XhtmlParser.java:570)
at org.hl7.fhir.utilities.xhtml.XhtmlParser.parseElement(XhtmlParser.java:602)
at org.hl7.fhir.utilities.xhtml.XhtmlParser.parseElementInner(XhtmlParser.java:570)
at org.hl7.fhir.utilities.xhtml.XhtmlParser.parseElement(XhtmlParser.java:602)
at org.hl7.fhir.utilities.xhtml.XhtmlParser.parseElementInner(XhtmlParser.java:570)
at org.hl7.fhir.utilities.xhtml.XhtmlParser.parse(XhtmlParser.java:464)
at org.hl7.fhir.utilities.xhtml.XhtmlParser.parse(XhtmlParser.java:438)
at org.hl7.fhir.igtools.publisher.HTLMLInspector.check(HTLMLInspector.java:270)
at org.hl7.fhir.igtools.publisher.Publisher.generate(Publisher.java:5005)
at org.hl7.fhir.igtools.publisher.Publisher.createIg(Publisher.java:885)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:729)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:8414)
Grahame Grieve (Dec 08 2020 at 22:23):
you're right. Fixed next release
Grahame Grieve (Dec 08 2020 at 22:24):
wait. no. it is escaped
Grahame Grieve (Dec 08 2020 at 22:24):
line 4996 in publisher
Lloyd McKenzie (Dec 08 2020 at 22:49):
Not when I look here: view-source:http://build.fhir.org/ig/HL7/fhir-cdisc-mapping/branches/master/failure/output/
Lloyd McKenzie (Dec 08 2020 at 22:49):
See line 181
Grahame Grieve (Dec 08 2020 at 23:03):
ok it's not
Last updated: Apr 12 2022 at 19:14 UTC