Stream: IG creation
Topic: Error from ig publisher about spaces
Sean McIlvenna (Feb 11 2022 at 16:24):
Exception in thread "main" java.lang.Error: There is a space in the folder path: "C:\Users\XXX - XXX - XXX". Please fix your directory arrangement to remove the space and try again
at org.hl7.fhir.igtools.publisher.Publisher.initialize(Publisher.java:1629)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:794)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:9099)
Any way to get around this? The folder structure really needs spaces in it, if at all possible.
Jose Costa Teixeira (Feb 11 2022 at 17:00):
Do you need your content in folder that contains spaces? Can't you run it from another folder that has no spaces?
Jose Costa Teixeira (Feb 11 2022 at 17:00):
If not, I don't know if a symlink is possible../whether it would help?
Sean McIlvenna (Feb 11 2022 at 17:11):
oooo
Sean McIlvenna (Feb 11 2022 at 17:11):
symlink is a great idea
Sean McIlvenna (Feb 11 2022 at 17:11):
cause yes, spaces are important
Sean McIlvenna (Feb 11 2022 at 17:11):
for reasons
Sean McIlvenna (Feb 11 2022 at 17:11):
:)
Grahame Grieve (Feb 11 2022 at 19:11):
yes I think it does matter later. I have enough problems with parameters to command lines and quoting/escaping that I don't to add nested quoting to the picture
Last updated: Apr 12 2022 at 19:14 UTC