Re: Modifying a property file

2005-04-04 Thread Erik Hatcher
On Apr 4, 2005, at 5:20 PM, Rohnny Moland wrote: On Monday 04 April 2005 16:08, Erik Hatcher wrote: For the record, is as built-in as any other core tasks. I recommend you consider using it. Thanks for your answer, Erik. I use in ant 1.6.2 and here it seems like it is an optional task. Thats t

Re: Modifying a property file

2005-04-04 Thread Rohnny Moland
On Monday 04 April 2005 16:08, Erik Hatcher wrote: > For the record, is as built-in as any other core tasks. > I recommend you consider using it. Thanks for your answer, Erik. I use in ant 1.6.2 and here it seems like it is an optional task. Thats the reason why I dont want to use it. Proper

Re: Modifying a property file

2005-04-04 Thread Erik Hatcher
For the record, is as built-in as any other core tasks. I recommend you consider using it. Erik On Apr 4, 2005, at 8:36 AM, Rohnny Moland wrote: Hello, I am looking for an alternative way to modify a property file, without using the optional propertyfile task, and just use core functi

Modifying a property file

2005-04-04 Thread Rohnny Moland
Hello, I am looking for an alternative way to modify a property file, without using the optional propertyfile task, and just use core functionality... Tried with replace, but cant replace the whole line. Eg. fo.name = value not known ..and if I use "fo.name" as a token, I cant set the right