Stream: IG creation
Topic: Validator can't find at least one source file
Brian Reinhold (Jun 29 2019 at 19:35):
@Lloyd McKenzie @Grahame Grieve I am getting a strange error from the IG publisher saying the validator cant find at least one source file. I don't really understand the intent of the message. In detail it is:
publish-ig-once:
[java] FHIR Validation tool Version 3.8.8-SNAPSHOT - Built 2019-06-20T08:02:18.219+10:00 - Git 6c4620996fdf
[java] Arguments: -ig E:\Ruby25-x64\IG_Publisher\PHD/src-generated/PhdImplementationGuide.json
[java] Exception in thread "main" java.lang.Exception: Must provide at least one source file
[java] at org.hl7.fhir.r5.validation.Validator.main(Validator.java:374)
[java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
Lloyd McKenzie (Jun 30 2019 at 15:02):
It looks like you're somehow getting the validator jar instead of the publisher jar when you launch
Brian Reinhold (Jul 01 2019 at 09:35):
It looks like you're somehow getting the validator jar instead of the publisher jar when you launch
@Lloyd McKenzie Looks like you are right as I uploaded my changes to git hub anyway and THERE it built. So whatever the reason for this is, it is local to my system. I guess if I cannot figure it out, I can always purge my directory and clone a new one....
Last updated: Apr 12 2022 at 19:14 UTC