Stream: IG creation
Topic: IG Publisher watch
Lee Surprenant (Jan 06 2020 at 15:40):
Is the -watch feature expected to work with spreadsheet-authoring?
Lee Surprenant (Jan 06 2020 at 15:40):
I pointed it at the sample-ig and got the following:
Watching for changes on a 5sec cycle
This does not appear to be a FHIR resource (unknown namespace/name 'urn:schemas-microsoft-com:office:spreadsheet::Workbook') at line 0 col 0 loading /Users/lmsurpre/git/sample-ig/input/resources/resources-spreadsheet.xml
Resource Patient/example not defined
Resource StructureDefinition/myObservation not defined
Resources: StructureDefinition/ext-myExtension, StructureDefinition/mypatient
Publishing Content Failed: Invalid - see reasons
Use -? to get command line help
Stack Dump (for debugging):
java.lang.Exception: Invalid - see reasons
at org.hl7.fhir.igtools.publisher.Publisher.load(Publisher.java:2744)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:672)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:6705)
Lee Surprenant (Jan 06 2020 at 15:55):
I get the same This does not appear to be a FHIR resource message on a normal build as well (which makes sense since its a spreadsheet and not a resource), but it only seems to cause failure during -watch. Not sure if it matters, but I'm on Mac OSX
Lloyd McKenzie (Jan 06 2020 at 15:58):
I don't know that it's ever worked with spreadsheets.
Jose Costa Teixeira (Jan 06 2020 at 16:09):
the -watch feature is not working for normal profiles (spreadsheet-free)
https://chat.fhir.org/#narrow/stream/179252-IG-creation/topic/_gencontinuous.20keeps.20building
Eric Haas (Jan 06 2020 at 16:33):
It worked for me. But is not reliable since it cycles endlessly as Jose notes and eventual cause a heap error.
Lee Surprenant (Jan 06 2020 at 20:38):
Thanks all. @Eric Haas it didn't work with Spreadsheet inputs, did it? Just for actual fhir resource inputs?
Eric Haas (Jan 06 2020 at 23:02):
For both pages and resources
Sent from my iPhone
Grahame Grieve (Jan 09 2020 at 21:58):
I
Grahame Grieve (Jan 09 2020 at 21:58):
I'll put it on my todo list, but it's not high...
Last updated: Apr 12 2022 at 19:14 UTC