Stream: committers
Topic: Reworking the Build Process
Grahame Grieve (Oct 03 2016 at 10:16):
well, I've finally bitten the bullet; I'm reworking to the build process to remove the compile step. it's the cumulation of a lot of work. For committers who use eclipse (or other Java IDE) this will cause you to reorganise your workspace. It won't make any difference for people who run from the batch file
Grahame Grieve (Oct 03 2016 at 10:18):
(deleted)
Grahame Grieve (Oct 03 2016 at 10:19):
no doubt this will cause a series of broken builds, which is a problem since the CI infrastructure is not working...
Grahame Grieve (Oct 03 2016 at 12:19):
Committing first attempt now
Grahame Grieve (Oct 03 2016 at 12:22):
@Paul Knapp try build 9914
Paul Knapp (Oct 03 2016 at 12:26):
New errors after I deleted all class files and ran the 9915 - I'll email you the log
Paul Knapp (Oct 03 2016 at 12:31):
new error: package ca.uhn.fhir.model.api.annotation does not exist
Grahame Grieve (Oct 03 2016 at 12:31):
another wierd one. you're very special
Grahame Grieve (Oct 03 2016 at 12:32):
I need to sleep - will look again tomorrow
Paul Knapp (Oct 03 2016 at 12:32):
k
Grahame Grieve (Oct 03 2016 at 22:33):
For those of you using eclipse to run/debug the tool process, the change you need to make is remove the reference to the project in build\tools\java\org.hl7.fhir.dstu3 and replace it with build\implementations\java\org.hl7.fhir.dstu3
Paul Knapp (Oct 03 2016 at 22:35):
that the directory which is currently empty
Grahame Grieve (Oct 03 2016 at 22:37):
which directory is currently empty ?
Paul Knapp (Oct 03 2016 at 22:38):
sorry, implementations/java/imports is empty
Grahame Grieve (Oct 03 2016 at 22:42):
correct, and it should be
Last updated: Apr 12 2022 at 19:14 UTC