Re: setting var's in a property file

2003-08-28 Thread Antoine Levy-Lambert
There are several possibilities : in ant-contrib there is a propertycopy task which can expand ${something} in a property value you can also manipulate your property file with : - the propertyfile task (under optional tasks in ant) - you can try your luck with the replace task or the replaceregexp

RE: setting var's in a property file

2003-08-28 Thread Vikas Phonsa
variable:${now} That could be one way. Vikas -Original Message- From: Yevgeni Kovelman [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 10:23 AM To: [EMAIL PROTECTED] Subject: setting var's in a property file Hello, I have a standard java property file of type key=valu