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
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
run Ant with -verbose option and you'll see the command.
Jan
>-Ursprüngliche Nachricht-
>Von: Dan Vint [mailto:[EMAIL PROTECTED]
>Gesendet: Donnerstag, 27. September 2007 07:16
>An: user@ant.apache.org
>Betreff: Finding the command from exec task
>
>I have a
I have a situation where I'm using the exec task to run a program. The
underlying program is sensitive to the use of double or single quotes. At
the command line without Ant I can get two different results from the
program I'm calling. When I put this call into Ant I get the result from
having