Re: ant run command piping and get out put to value

2007-02-12 Thread Robert Clark
On Monday February 12, 2007, "Peter Reilly" <[EMAIL PROTECTED]> wrote: > On 2/12/07, James Abley <[EMAIL PROTECTED]> wrote: > > Probably something like: > > > > > > > > > > > > > > > > or: > > > > > (note: in the second example, one does not need to us

Re: ant run command piping and get out put to value

2007-02-12 Thread Peter Reilly
On 2/12/07, James Abley <[EMAIL PROTECTED]> wrote: Probably something like: That will not work, the pipe etc are implemented by a shell, so try something like the following: or: (note: in the second example, one does not need to use sin

Re: ant run command piping and get out put to value

2007-02-12 Thread James Abley
Probably something like: Mr raju varghese wrote: So how can i do it. tried the following way but it does not recognize the pipe sybmol. error is like Unexpected text ""|"" | --- Ninju Bohra <[EMAIL PROTECTED]> wrote: Hello, The task allows you execute any abritary

Re: ant run command piping and get out put to value

2007-02-11 Thread Mr raju varghese
So how can i do it. tried the following way but it does not recognize the pipe sybmol. error is like Unexpected text ""|"" | --- Ninju Bohra <[EMAIL PROTECTED]> wrote: > Hello, > > The task allows you execute any abritary > commandline (including pipes) string. The > task also has a '

Re: ant run command piping and get out put to value

2007-02-10 Thread Ninju Bohra
Hello, The task allows you execute any abritary commandline (including pipes) string. The task also has a 'outputproperty' attribute that allows you define the name of a property whose value will be the output the commandline execution Good Luck, Ninju - Original Message From: