Stream: implementers
Topic: local build
lei (Feb 07 2018 at 23:28):
I tried to build FHIR Genomics locally following steps and get ant installed through 'brew install ant'. Then I run 'publish.sh' under file 'build'. And I run into this error.
I copied source files from https://gforge.hl7.org/svn/fhir/trunk/build .
'''
Running publication process now with args: ''
Buildfile: /Users/lei/build/build.xml
download-ivy:
[echo] installing ivy...
[get] Getting: http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.4.0/ivy-2.4.0.jar
[get] To: /Users/lei/build/ivy/ivy.jar
[get] Not modified - so not downloaded
install-ivy:
fetch-imports:
[ivy:resolve] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
[ivy:resolve] :: loading settings :: file = /Users/lei/build/ivysettings.xml
[ivy:resolve] /Users/lei/build/ivy.xml (No such file or directory) in file:/Users/lei/build/ivy.xml
BUILD FAILED
...
'''
What's the problem?
Lloyd McKenzie (Feb 07 2018 at 23:45):
When you say you're trying to build FHIR Genomics, are you trying to build the FHIR Core spec (which contains several profiles that the CG work group is currenly planning to retire) or are you trying to build the FHIR genomics implementation guide?
lei (Feb 07 2018 at 23:52):
It's FHIR core. Not Genomics.
Lloyd McKenzie (Feb 08 2018 at 00:05):
If you're missing the ivy.xml file, that suggests that your SVN checkout wasn't fully successful. Others have reported the same issue - timeouts happening before everything gets checked out. The solution is to run an SVN clean, then run the checkout again until it completes successfully.
lei (Feb 08 2018 at 00:20):
Solved!
Brian Postlethwaite (Feb 08 2018 at 01:42):
(This should probably be on the committers stream too)
Last updated: Apr 12 2022 at 19:14 UTC