Sha*_*awn 2 java ant classpath
在Hudson服务器(Windows机器)上部署我的应用程序时,我在调用java.exe时遇到问题,因为我的类路径太长 - Windows在一定长度后才会弹出.
该classpath基本上是数百个Jar文件,用分号隔开
假设如果在类路径中显式列出了每个jar,则以下类路径会太大:
<path id="classpath.project">
<fileset dir="lib" includes="**/*.jar" />
</path>
Run Code Online (Sandbox Code Playgroud)
我可以在蚂蚁中做些什么来缩短我的课程路径?