hi am using core ant java task to start application.It is not allowing for remote debugging.plz giv me some suggestions.
code <java classname="${javato.app.main.class}" fork="true" dir="${javato.work.dir}" maxmemory="1024m"> <arg line="${javato.app.args}"/> <jvmarg line="${jvm_args}"/> <syspropertyset> <propertyref builtin="all"/> </syspropertyset> <classpath> <pathelement location="${javato.work.dir}/tmpclasses"/> <pathelement path="${javato.app.class.path}"/> <pathelement location="${javato.home.dir}/classes"/> </classpath> </java> <stopwatch name="timer" action="total"/> <echo message="${timer}${line.separator}" file="${javato.work.dir}/error.time" append="true"/> </target> Reply With Quote -- View this message in context: http://ant.1045680.n5.nabble.com/ant-java-task-debugging-problem-tp4574739p4574739.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org