RE: Dynamic references to properties files

2006-05-23 Thread Sunil Goklani
> example: > ant -Denv=dev > > > So based in the value of ${env} you will have a different > value for ${webpath}. You can do the same for other > environment specific properties as well. > > I hope this helps. > > -Rob Anderson > > > -Original Messa

Dynamic references to properties files

2006-05-19 Thread Sunil Goklani
Hi All, I had a question on how I could use two variables to access information from my properties files. I am trying to build an ant script to generate configuration files for all of my development, qa, and staging environments. For example I have the following in a properties file: #Confi