Re: filter loops in 1.6.2

2005-02-03 Thread Matt Benson
--- Chris Shabsin <[EMAIL PROTECTED]> wrote: > >It may be that what you are looking for is an > option > >to turn off recursive token expansion in > filtersets. > >Does this sound correct? > > > > > Yes, that's precisely what I need. > This will be in Ant 1.6.3 . -Matt > -Chris > > > -

Re: filter loops in 1.6.2

2005-01-13 Thread Chris Shabsin
Matt Benson wrote: According to CVS, this behavior should be evident in Ant >= 1.5.1 . Sorry; I made the assumption when I saw a change entry that seemed to match what I was seeing; we have an old version of Ant that our build system uses, and I didn't think to see just how far back the proble

Re: filter loops in 1.6.2

2005-01-13 Thread Matt Benson
--- Chris Shabsin <[EMAIL PROTECTED]> wrote: > In versions of Ant prior to 1.6.2 it was possible to > use filters to > modify a token found in a file. For example: > > > > > > In 1.6.2, the fixed bugs list includes the entry: > > * replacestring tokenfilter only replaced the > first

filter loops in 1.6.2

2005-01-13 Thread Chris Shabsin
In versions of Ant prior to 1.6.2 it was possible to use filters to modify a token found in a file. For example: In 1.6.2, the fixed bugs list includes the entry: * replacestring tokenfilter only replaced the first occurrence. And, lo and behold, attempting to run this filter in 1.6.2 now