Stream: IG creation
Topic: ig publisher cache options
Sean McIlvenna (Mar 21 2019 at 17:16):
What's the chances that some options could get added to the ig publisher to influence the package cache? For example, it would be good if I could specify WHERE the cache (currently $HOME/.fhir) should be stored/retrieved
Sean McIlvenna (Mar 21 2019 at 17:16):
ex:
java -jar org..igpublisher.jar -pckcache c:\some\specific\directory -ig ig.json
Sean McIlvenna (Mar 21 2019 at 17:17):
also, it would be good to have an option to clear the package cache
Sean McIlvenna (Mar 21 2019 at 17:17):
ex:
Sean McIlvenna (Mar 21 2019 at 17:17):
java -jar org...igpublisher.jar -clearpckcache -ig ig.json
Grahame Grieve (Mar 21 2019 at 20:24):
why would you want this?
Rick Geimer (Mar 22 2019 at 16:23):
We ran into an issue where the cache was holding onto an old version of the US Core package (before the URLs changed from core-r4 to core), and started generating build errors. Deleting the cache folder fixed the error.
David Pyke (Mar 22 2019 at 16:26):
I had the same problem with an old FHIR cache (3.7.0).
Grahame Grieve (Mar 22 2019 at 20:21):
that's what this is about: http://wiki.hl7.org/index.php?title=FHIR_Package_IG_Release_Policy_Issue
Last updated: Apr 12 2022 at 19:14 UTC