  | |  | InstantiationException | InstantiationException 2004-01-22 - By Conway, Ken
Back Can anyone tell me what I need to do to run ant 1.6.0 with a CLASSPATH
set.
Current if I try to do so, the following exception occurs:
java.lang.InstantiationException: org.apache.tools.ant.Main
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Unknown Source)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:214)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:90)
Of course, when I unset the CLASSPATH ant runs but I then run into
problems with my build process.
Ken Conway
|
|
 |