Re: debug ANT

2005-02-03 Thread Ninju Bohra
If you are planning write JUnit tests for ANT tasks that you wrote, you may want to look at the helper JUnit TestCase sub-class that comes with the ANT source distribution. The class is called org.apache.tools.ant.BuildFileTest and if your testcase classes extend from this class you have help

Re: debug ANT

2005-02-03 Thread Peter Reilly
st" To Ant Users List cc Subject Re: debug ANT Wow! That looks really powerfull. Peter Alexey N. Solofnenko wrote: JBuilder has it: http://info.borland.com/techpubs/jbuilder/jbuilder2005/bajb/debug_ant.html#ant_debug_ui . - Alexey. Ra

Re: debug ANT

2005-02-03 Thread Darin Swanson
and works best with the Apache Ant 1.7 alpha (fixes the bug for targets providing a Location). Always appreciate any feedback. Thanks Darins Peter Reilly <[EMAIL PROTECTED]> 02/03/2005 09:54 AM Please respond to "Ant Users List" To Ant Users List cc Subject Re: debug ANT

Re: debug ANT

2005-02-03 Thread Peter Reilly
Wow! That looks really powerfull. Peter Alexey N. Solofnenko wrote: JBuilder has it: http://info.borland.com/techpubs/jbuilder/jbuilder2005/bajb/debug_ant.html#ant_debug_ui . - Alexey. Rajiv Jaitly wrote: Please read the disclaimer at the

Re: debug ANT

2005-02-03 Thread Alexey N. Solofnenko
JBuilder has it: http://info.borland.com/techpubs/jbuilder/jbuilder2005/bajb/debug_ant.html#ant_debug_ui . - Alexey. Rajiv Jaitly wrote: Please read the disclaimer at the bottom of this e-mail. +

Re: debug ANT

2005-02-03 Thread Darin Swanson
Likely better to ask these questions in an Eclipse based forum (such as the eclipse.platform newsgroup) On the JRE tab for your Ant launch configuration specify the following VM arguments in the VM arguments text pane: -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=