tjroamer opened a new pull request #170: URL: https://github.com/apache/any23/pull/170
The long classpath is a known issue in the maven plug-in appassembler-maven-plugin. The description of the issue is here: https://www.mojohaus.org/appassembler/appassembler-maven-plugin/faq.html# This pull request solved this issue by implementing the "Booter" mechanism, which is described here: https://www.mojohaus.org/appassembler/appassembler-maven-plugin/usage-booter.html The generated any23.bat does contain the long "set CLASSPATH=..." any more. The generated script runs on CMD even if the base path is very long.  -- 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. For queries about this service, please contact Infrastructure at: [email protected]
