FHIR Chat · Reworking the Build Process · committers

Stream: committers

Topic: Reworking the Build Process


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

view this post on Zulip Grahame Grieve (Oct 03 2016 at 10:18):

(deleted)

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

view this post on Zulip Grahame Grieve (Oct 03 2016 at 12:19):

Committing first attempt now

view this post on Zulip Grahame Grieve (Oct 03 2016 at 12:22):

@Paul Knapp try build 9914

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

view this post on Zulip Paul Knapp (Oct 03 2016 at 12:31):

new error: package ca.uhn.fhir.model.api.annotation does not exist

view this post on Zulip Grahame Grieve (Oct 03 2016 at 12:31):

another wierd one. you're very special

view this post on Zulip Grahame Grieve (Oct 03 2016 at 12:32):

I need to sleep - will look again tomorrow

view this post on Zulip Paul Knapp (Oct 03 2016 at 12:32):

k

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

view this post on Zulip Paul Knapp (Oct 03 2016 at 22:35):

that the directory which is currently empty

view this post on Zulip Grahame Grieve (Oct 03 2016 at 22:37):

which directory is currently empty ?

view this post on Zulip Paul Knapp (Oct 03 2016 at 22:38):

sorry, implementations/java/imports is empty

view this post on Zulip Grahame Grieve (Oct 03 2016 at 22:42):

correct, and it should be


Last updated: Apr 12 2022 at 19:14 UTC