FHIR Chat · Change to IGPublisher location · committers/announce

Stream: committers/announce

Topic: Change to IGPublisher location


view this post on Zulip 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&amp;g=ca.uhn.hapi.fhir&amp;a=org.hl7.fhir.validation.cli&amp;v=LATEST&amp;e=jar" dest="${dir.srcgenned}/org.hl7.fhir.igpublisher.jar" usetimestamp="true"/>

view this post on Zulip Eric Haas (Apr 26 2019 at 23:06):

(deleted) moved to ig creation stream

view this post on Zulip Grahame Grieve (Apr 26 2019 at 23:19):

did you fix the escaping?

view this post on Zulip 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 :))

view this post on Zulip Grahame Grieve (May 08 2019 at 23:18):

https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.hl7.fhir.publisher&a=org.hl7.fhir.publisher.cli&v=LATEST&e=jar

view this post on Zulip 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?

view this post on Zulip Brian Postlethwaite (May 09 2019 at 20:09):

(and grab from here rather than build.fhir.org)

view this post on Zulip Grahame Grieve (May 09 2019 at 20:09):

yes that's what it means

view this post on Zulip 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.

view this post on Zulip 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)

view this post on Zulip 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