Re: Replace test in file

2004-10-22 Thread Travis Quarterman
Thanks! On Fri, 22 Oct 2004 13:54:33 -0700, Anderson, Rob (Global Trade) <[EMAIL PROTECTED]> wrote: > You would probably want to use the task. When I have environment specific > configuration stuff, I usually create a properties file for each environment... > > dev.properties > test.properties

RE: Replace test in file

2004-10-22 Thread Anderson, Rob (Global Trade)
You would probably want to use the task. When I have environment specific configuration stuff, I usually create a properties file for each environment... dev.properties test.properties prod.properties Then I have my build file load the properties with the following... Then I run ant like th