Re: Bulk token substitution

2005-11-09 Thread Ninju Bohra
Have you looked that the propertyfile attribute of the task. It allows you define a file (in JAVA property file format) that contains all the replacements instructions. --- "Brown, Carlton" <[EMAIL PROTECTED]> wrote: > Hello, > > > > I'm looking to do bulk replacement of tokens in a file.

Re: Bulk token substitution

2005-11-09 Thread Matt Benson
Hmm... read http://ant.apache.org/manual/CoreTypes/filterset.html specifically the element of . -Matt --- "Brown, Carlton" <[EMAIL PROTECTED]> wrote: > Hello, > > > > I'm looking to do bulk replacement of tokens in a > file. This is to > replace a perl-based build solution.I have > cre

Bulk token substitution

2005-11-09 Thread Brown, Carlton
Hello, I'm looking to do bulk replacement of tokens in a file. This is to replace a perl-based build solution.I have created the single-replacement solution in ant, but I am somewhat stumped as to how to do a bulk substitution. The following code copies all files named *.src to a ne