problem with running ant
problem with running ant
(OP)
Hi all,
While i am running build.xml.I am getting the 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:245)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
anybody please help me to get through the problem.
thanks,
nkmb.
While i am running build.xml.I am getting the 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:245)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
anybody please help me to get through the problem.
thanks,
nkmb.
RE: problem with running ant
Tim
RE: problem with running ant
I am using the following command for running build.xml
asant all
Could u please reply me as soon as possible.
thanks,
nkmb.
RE: problem with running ant
I then simply go to the location of my build.xml file in a command shell and type
CODE
CODE
Tim
RE: problem with running ant
I had already set the PATH to bin,and i went to the location of my build.xml.And typed
ant
but still i am getting the same error.
thanks,
nkmb
RE: problem with running ant
My problem is fixed.After setting the path to weblogic ant.
thanks,
bhavani