You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by GitBox <gi...@apache.org> on 2021/04/17 20:37:24 UTC

[GitHub] [any23] tjroamer opened a new pull request #170: [ANY23-371] Any23 cannot start in CMD in Windows 10

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.
   
   ![any23 bat](https://user-images.githubusercontent.com/386639/115126154-61a13900-9fcd-11eb-94a8-f0c21e36219a.png)
   


-- 
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:
users@infra.apache.org



[GitHub] [any23] lewismc commented on pull request #170: [ANY23-371] Any23 cannot start in CMD in Windows 10

Posted by GitBox <gi...@apache.org>.
lewismc commented on pull request #170:
URL: https://github.com/apache/any23/pull/170#issuecomment-840015407


   I've verified that this does not break compatibility on macOS. Going to merge into master branch.


-- 
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:
users@infra.apache.org



[GitHub] [any23] afs commented on pull request #170: [ANY23-371] Any23 cannot start in CMD in Windows 10

Posted by GitBox <gi...@apache.org>.
afs commented on pull request #170:
URL: https://github.com/apache/any23/pull/170#issuecomment-822011838


   Sorry, I don't have a Windows machine.


-- 
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:
users@infra.apache.org



[GitHub] [any23] lewismc merged pull request #170: [ANY23-371] Any23 cannot start in CMD in Windows 10

Posted by GitBox <gi...@apache.org>.
lewismc merged pull request #170:
URL: https://github.com/apache/any23/pull/170


   


-- 
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:
users@infra.apache.org



[GitHub] [any23] lewismc commented on pull request #170: [ANY23-371] Any23 cannot start in CMD in Windows 10

Posted by GitBox <gi...@apache.org>.
lewismc commented on pull request #170:
URL: https://github.com/apache/any23/pull/170#issuecomment-822007297


   @afs can you please check? I can't and wouldn't even trust the outcome if I did. I have not used Windows OS for a long time. Thank you both :)


-- 
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:
users@infra.apache.org