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
ask 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: Mr raju varg

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

2007-02-12 Thread James Abley
arghese <[EMAIL PROTECTED]> To: user@ant.apache.org Sent: Saturday, February 10, 2007 3:42:07 AM Subject: ant run command piping and get out put to value Hi, I need Ant to run some commands and save out put to a property value. how can i achive that. For example command: svn info | grep

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

2007-02-11 Thread Mr raju varghese
ese > <[EMAIL PROTECTED]> > To: user@ant.apache.org > Sent: Saturday, February 10, 2007 3:42:07 AM > Subject: ant run command piping and get out put to > value > > > Hi, > > I need Ant to run some commands and save out put to > a > property value. ho

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

2007-02-10 Thread Ninju Bohra
From: Mr raju varghese <[EMAIL PROTECTED]> To: user@ant.apache.org Sent: Saturday, February 10, 2007 3:42:07 AM Subject: ant run command piping and get out put to value Hi, I need Ant to run some commands and save out put to a property value. how can i achive that. For example c

ant run command piping and get out put to value

2007-02-10 Thread Mr raju varghese
Hi, I need Ant to run some commands and save out put to a property value. how can i achive that. For example command: svn info | grep version I need to put output of the above command to property called 'svninfo'. And also how can i pipe commands using Ants exec. Thanks, Raju ___