Re: Finding the command from exec task

2007-09-27 Thread Peter Reilly
Also, remember that after this the command line arguments gets passed to java's Process class and on WINDOWS the arguments get processed futher - especially with regards to " and '. Peter On 9/27/07, Kevin Jackson <[EMAIL PROTECTED]> wrote: > Hi > > > There aren't any parameters to this task to c

Re: Finding the command from exec task

2007-09-27 Thread Kevin Jackson
Hi > There aren't any parameters to this task to capture that information, any > idea how I might get this information? > try ant -debug, it should list the entire command line Kev - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo