FHIR Chat · Strange Publisher Error in IG XML · committers/notification

Stream: committers/notification

Topic: Strange Publisher Error in IG XML


view this post on Zulip Nagesh Bashyam (Jul 28 2020 at 17:46):

Hello

With the latest publisher, I am getting a strange error within the implementation guide resource.
Error Log: http://build.fhir.org/ig/HL7/FHIR-ONC-Meds/branches/master/qa.html
Project Link: https://github.com/HL7/FHIR-ONC-Meds/
All files are checked in.

Here is the text of the error. The references are not there in the ig-new.xml file, however when i run publisher these things get added to the ig-new.xml file and then the errors are reported.

ERROR REPORTED:
ImplementationGuide/hl7.fhir.us.meds: ImplementationGuide.extension[0] error The extension http://hl7.org/fhir/StructureDefinition/igpublisher-folder-resource is unknown, and not allowed here

EXTENSION ADDED To ig-new.xml when i run publisher:
<ImplementationGuide xmlns="http://hl7.org/fhir">
<id value="ig"/>
<extension url="http://hl7.org/fhir/StructureDefinition/igpublisher-folder-resource">
<valueString value="/Users/nbashyam/git/FHIR-ONC-Meds/source/resources"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/igpublisher-folder-resource">
<valueString value="/Users/nbashyam/git/FHIR-ONC-Meds/source/examples"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/igpublisher-folder-pages">
<valueString value="/Users/nbashyam/git/FHIR-ONC-Meds/framework"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/igpublisher-folder-pages">
<valueString value="/Users/nbashyam/git/FHIR-ONC-Meds/source/pages"/>
</extension>

Looking to solve the mystery..

view this post on Zulip David Pyke (Jul 28 2020 at 17:59):

You should be asking this question in the #IG creation stream. this is for automatic notifications

view this post on Zulip Nagesh Bashyam (Jul 28 2020 at 18:02):

Sorry...posted incorrectly..
Thanks David


Last updated: Apr 12 2022 at 19:14 UTC