Shanedell opened a new issue, #431: URL: https://github.com/apache/daffodil-vscode/issues/431
Currently the `APP_CLASSPATH` is set via one line that list all jars needed. However, when it comes to adding new Scala dependencies (eg like in the TDML PR), it can make this line very long. When the long is too long, at least in Windows, the script will fail to run. So is there a way we can break up this one liner into multiple lines or make it so its not going to affect the script? Ideas: - @scholarsmate Did have an idea of creating a JAR that contains a manifest file whose `Class-Path` specifies the disk paths of all the jars. This way only that single JAR, with the manifest, would need to be added to the `APP_CLASSPATH`. Would this be a good solution? Information: - Tagging @stevedlawrence @mbeckerle @tuxji in case you guys have any input, since this maybe is something that happened in Daffodil as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
