Here is an example showing how to use ANT to execute a java program.
<target name="abc"> <java jar="/xxx/yyy/......../go.jar" fork="true"> <arg value="-input"/> <arg value="./src.js"/> <arg value="-output"/> <arg value="./dst.js"/> </java> </target>
Notice. The argument must be divided into multiple segments and declared as single