Hi all,
I am executing simple ant program.This is my code
i am getting this error
java.lang.InstantiationException: org.apache.tools.ant.Main
at java.lang.Class.newInstance0(Class.java:335)
at java.lang.Class.newInstance(Class.java:303)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:245)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
please anybody help me.
thanks inadvance,
nkmb
I am executing simple ant program.This is my code
Code:
<project name="test" default="hello">
<target name="hello">
<echo message="Hello, World"/>
</target>
</project>
i am getting this error
java.lang.InstantiationException: org.apache.tools.ant.Main
at java.lang.Class.newInstance0(Class.java:335)
at java.lang.Class.newInstance(Class.java:303)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:245)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
please anybody help me.
thanks inadvance,
nkmb