I will have to chime in with a "me too" for the Eclipse IDE :-) Darins http://runnerwhocodes.blogspot.com/
Klaus Malorny <[email protected]> 01/08/2009 01:47 PM Please respond to "Ant Users List" <[email protected]> To Ant Users List <[email protected]> cc Subject Re: How to trace visually ANT script processing? On 2009-01-08 20:53, Ben Stover wrote: > As well known I can start an Ant script by entering > > ant > > However the visual output at the command prompt will be very small. > > What I am searching for is a visual trace which outputs every statement BEFORE and AFTER execution. > Here embedded variables like ${jome.home} should be at first shown and then resolved and shown again. > > How can I achieve this? > > If there is no such Ant built-in feature maybe there is a 3rd party additional tool for this? > > Ben > Do you know that you can debug ant scripts via Netbeans? Haven't yet played much with it, but you can step through the build script, view variables and so on. Klaus --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
