hi
these days im trying to use ANT build tool.
but when runing a given example in ant documentation it will give an error
build process is success
when try to execute the following target
[COLOR=Sienna]<target name="run" depends="jar">
<java jar="${jar.dir}/${ant.project.name}.jar" fork="true"/>
</target>
it will give the following error
<target name="run" depends="jar">
<java jar="${jar.dir}/${ant.project.name}.jar" fork="true"/>
</target>
please any one can help me thanks.........!