Hello,
there is a conflict between the ant classes in the weblogic.jar and the ant classes in ant.jar.
one solution :
- make yourself an expurged version of weblogic.jar without the ant classes in it.
- and put this expurged version in $ANT_HOME/lib,
- then unset your CLASSPATH when you use ant.
Antoine
tushar S Kulkarni wrote:
Yes classpath has weblogic.jar file? but weblogic.jar file is necessary for ANT?
On Thu, 19 May 2005 Peter Reilly wrote :
Does your CLASSPATH contain weblogic.jar? Peter
tushar S Kulkarni wrote:
Hi, Thanks for your replies, My OS is Win 2000 professional, After setting path to bin dir and classpath to lib dir the previous error ant is not recognized....command is gone but I am getting following error:
java.lang.InstantiationException: org.apache.tools.ant.Main at java.lang.Class.newInstance0(Class.java:293) at java.lang.Class.newInstance(Class.java:261) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:195) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:55)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]