Re: setting var's in a property file

2003-08-28 Thread Antoine Levy-Lambert
, August 28, 2003 7:23 PM Subject: setting var's in a property file > Hello, > > I have a standard java property file of type key=value included in my > build. There is a variable that I would like to set in that property > file during the ant build process. > > For exampl

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 typ

setting var's in a property file

2003-08-28 Thread Yevgeni Kovelman
Hello, I have a standard java property file of type key=value included in my build. There is a variable that I would like to set in that property file during the ant build process. For example: root=//some//directory//{build-tag} I have a variable $now defined in my build script, during