Re: Ant symbolic debugger?

2005-04-15 Thread Jess Holle
There is an Ant debugger for NetBeans 4.x. I've not really played with it much. I have accidentally hit "debug" instead of "execute" for a given Ant script in the IDE and the results looked promising... Jeffrey E Care wrote: IIRC you can run Ant builds through the Eclipse debugger. -

Re: Ant symbolic debugger?

2005-04-15 Thread Jeffrey E Care
IIRC you can run Ant builds through the Eclipse debugger. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis "Phil Weighill-Smith" <[EMAIL PROTECTED]> wrote on 04/15/2005 12:03:08 PM:

RE: Ant symbolic debugger?

2005-04-15 Thread Phil Weighill-Smith
rs List Cc: Subject: Re: Ant symbolic debugger? At least some JBuilder 2005 (SE+?) have ANT debugger that allows also debug custom tasks. - Alexey. Phil Weighill-Smith wrote: >I wonder if there's any mileage in developing a symbolic debugger for Ant >scripts? While the debug out

Re: Ant symbolic debugger?

2005-04-15 Thread Alexey N. Solofnenko
At least some JBuilder 2005 (SE+?) have ANT debugger that allows also debug custom tasks. - Alexey. Phil Weighill-Smith wrote: I wonder if there's any mileage in developing a symbolic debugger for Ant scripts? While the debug output is often adequate for simple(ish) scripts I've had a number of