Re: Trying to execute 'grep'

2012-08-16 Thread Jeff Lowery
t; peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > >> Date: Thu, 16 Aug 2012 07:51:39 -0400 >> Subject: Re: Trying to execute 'grep' >> From: hput...@lexma

RE: Trying to execute 'grep'

2012-08-16 Thread Martin Gainty
e ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu four

Re: Trying to execute 'grep'

2012-08-16 Thread Harold Putman
Jeff, You might be able to do this natively within ant This is how it could work for a single file: Doing this this with *.xml is left as an exercise for the reader :-) Harold On Wed, Aug 15, 2012 at 6:56 PM, Jeff Lowery wrote: > Have the following target: > > >

Re: Trying to execute 'grep'

2012-08-15 Thread Jeff Lowery
Thanks. I think I've got it. -- Jeff On Aug 15, 2012, at 4:04 PM, Peter West wrote: > It's not going through a shell, so "*.xml" is not being translated. Try > execing sh with a -c arg containing the grep. > > Peter West > > "I am the bread of life; he who comes to me shall not hunger, and

Re: Trying to execute 'grep'

2012-08-15 Thread Peter West
It's not going through a shell, so "*.xml" is not being translated. Try execing sh with a -c arg containing the grep. Peter West "I am the bread of life; he who comes to me shall not hunger, and he who believes in me shall never thirst." On 16/08/2012, at 8:56 AM, Jeff Lowery wrote: > Have t