Stream: committers/announce
Topic: Change to IGPublisher location
Lloyd McKenzie (Apr 26 2019 at 21:05):
The IGPublisher has moved. That means that anyone who's using my framework for their IG will need to update the framework/build.xml file to change where the IGPublisher is being retrieved from. The current line in the Ant script will look like this:
<get src="${jar.publisher}" dest="${dir.srcgenned}" usetimestamp="true"/>
that needs to be changed to this:
<get src="https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=ca.uhn.hapi.fhir&a=org.hl7.fhir.validation.cli&v=LATEST&e=jar" dest="${dir.srcgenned}/org.hl7.fhir.igpublisher.jar" usetimestamp="true"/>
Eric Haas (Apr 26 2019 at 23:06):
(deleted) moved to ig creation stream
Grahame Grieve (Apr 26 2019 at 23:19):
did you fix the escaping?
Lloyd McKenzie (Apr 27 2019 at 00:00):
Yes. (Was fixing my original message about fixing the escaping and decided it would make more sense to just fix the original message :))
Grahame Grieve (May 08 2019 at 23:18):
Brian Postlethwaite (May 09 2019 at 20:09):
Does this mean the IG Publisher is not built as a part of the CI build now?
Brian Postlethwaite (May 09 2019 at 20:09):
(and grab from here rather than build.fhir.org)
Grahame Grieve (May 09 2019 at 20:09):
yes that's what it means
Chris Moesel (May 09 2019 at 20:19):
Well... the link on http://build.fhir.org/downloads.html now points to the right place too. So you can grab it from build.fhir.org as long as you grab it from the Downloads page.
Brian Postlethwaite (May 09 2019 at 20:44):
But if you have a script that just grabs the file from build.fhir.org you need to update that (like I've just done)
Grahame Grieve (May 21 2019 at 20:01):
due to challenges with the maven build system, I have set up a new alternative path for release: the ongoing download location for the latest IG publisher is https://github.com/FHIR/latest-ig-publisher/raw/master/org.hl7.fhir.publisher.jar
Last updated: Apr 12 2022 at 19:14 UTC