Re: load properties based on deployment environment

2011-03-22 Thread neubyr
Thanks for sharing the link. I am loading properties using ${deployenv}.deploy.properties file now. One of the issue I am having right now is with replaceregexp task. Is there any way to expand property in replace attribute of replaceregexp task? {{{ }}} Any other task that I can use? I have l

Re: load properties based on deployment environment

2011-03-22 Thread Dominique Devienne
On Tue, Mar 22, 2011 at 10:29 AM, neubyr wrote: > I want to set some deployment specific string replacements in a > project. For example, the project contains values like > {{{ >        connectionurl = "http://localhost"; >        connectionport = "12345" > }}} > > These values need to be changed

load properties based on deployment environment

2011-03-22 Thread neubyr
Hi, I want to set some deployment specific string replacements in a project. For example, the project contains values like {{{ connectionurl = "http://localhost"; connectionport = "12345" }}} These values need to be changed based on deployment environment ($deployenv) - dev, qa, o