  | |  | Why did the ant.bat wrapper change in 1.6? | Why did the ant.bat wrapper change in 1.6? 2004-01-23 - By Cyril Sagan
Back I 'm experimenting with migration to Ant 1.6.
It seems that the ant.bat wrapper has changed. Now it only works
if I set CLASSPATH in the invoking environment. Can anyone help?
What happened to the "add %ANT_HOME%\lib\*.jar " semantics of the
1.5.x ant.bat wrapper?
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----
C:\ >set PATH=%ANT_HOME%\bin
C:\ >ant -version
java.lang.ClassNotFoundException: org.apache.tools.ant.Main
at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:213)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:90)
C:\ >set CLASSPATH=%ANT_HOME%\lib\ant.jar;%ANT_HOME%\ant-launcher.jar
C:\ >ant -version
Apache Ant version 1.6.0 compiled on December 18 2003
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----
What 's the "right " way to run Ant 1.6 from a windows client?
Thanks.
--Cyril Sagan
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)
|
|
 |