Getting this message today -
java.lang.RuntimeException: usage: include URL
at haven.launcher.Config.read(Config.java:169)
at haven.launcher.Driver.run(Driver.java:105)
at haven.launcher.Driver.main(Driver.java:193)
Caused by: java.net.URISyntaxException: Illegal character in path at index 1: ${version}/jogl.hl
at java.net.URI$Parser.fail(Unknown Source)
at java.net.URI$Parser.checkChars(Unknown Source)
at java.net.URI$Parser.parseHierarchical(Unknown Source)
at java.net.URI$Parser.parse(Unknown Source)
at java.net.URI.<init>(Unknown Source)
at haven.launcher.Config.read(Config.java:167)
... 2 more
Is the issue here or there?