Stream: IG creation
Topic: tgz file inconsistent?
Brian Reinhold (Sep 12 2018 at 12:19):
I am getting this from the log in the IG Publisher
Updating hl7.fhir.core-3.6.0 package from source (too old - is 1, must be 2 (01.0054sec)
Fetch hl7.fhir.core-current package from http://build.fhir.org/package.tgz (01.0054sec)
I am also getting this error
process res: PhdDevice (54.0485sec)
Error : Exception loading http://hl7.org/fhir/StructureDefinition/PhdDevice: null
org.hl7.fhir.igtools.publisher.Publisher.load(Publisher.java:2440)
which I was not getting a little more than 30 minutes ago.
Is the package not yet consistent with the build? Why is the publisher looking on the Fhir web site for this resource and not my local resource?
How do you tell the version of a package (once one downloads the tgz file)?
Grahame Grieve (Sep 12 2018 at 13:14):
package is unzipped into your package cache. Then look in package/package.json
Brian Reinhold (Sep 14 2018 at 15:22):
package is unzipped into your package cache. Then look in package/package.json
The downloaded tgz file is still the wrong version. Is it the tgz file that is wrong or the IG publisher's infrastructure? Can I fix this with a setting in the ig.json file?
Last updated: Apr 12 2022 at 19:14 UTC