hl7au / au-fhir-pd

Australian context FHIR profile for provider directory services
MIT License
5 stars 7 forks source link

Bug: AU PD IG is not autobuilding due to old template #44

Closed robeastwood-agency closed 12 months ago

robeastwood-agency commented 12 months ago

The ig.ini currently points to v0.4.0 of the hl7.au.fhir.template, which results in a build failure with this error message

Template fhir.base.template#0.4.0 names a script, but is not explicit about all ant scripts - this is no longer allowed

See failure log from a recently triggered autobuild: https://build.fhir.org/ig/hl7au/au-fhir-pd/branches/master/failure/build.log

au-fhir-base and au-fhir-core both recently updated their ig.ini files to point to v0.6.0 of the template, for the same issue.

Therefore, update the au-fhir-pd ig.ini to point to 0.6.0 of the template

robeastwood-agency commented 12 months ago

Planning to submit a PR for this over the next day, unless it's addressed in the meantime

brettesler-ext commented 12 months ago

Hi Rob - I'll just update now

On Mon, Oct 23, 2023 at 1:02 PM Rob Eastwood @.***> wrote:

Planning to submit a PR for this over the next day, unless it's addressed in the meantime

— Reply to this email directly, view it on GitHub https://github.com/hl7au/au-fhir-pd/issues/44#issuecomment-1774316962, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABOIEND65VYTY5NXIUJ4AELYAXF3ZAVCNFSM6AAAAAA6LK3C6OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZUGMYTMOJWGI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

brettesler-ext commented 12 months ago

Fixed and rebuilt now: https://github.com/hl7au/au-fhir-pd/commit/fe6e5f2ee714e7b879987931e311c774543c0e90

robeastwood-agency commented 12 months ago

Thanks very much @brettesler-ext