RE: Dynamic references to properties files

2006-05-23 Thread Sunil Goklani
Thank you Rob. That solved it! -Sunil From: "Anderson, Rob (Global Trade)" <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: "Ant Users List" Subject: RE: Dynamic references to properties files Date: Mon, 22 May 2006 11:06:19 -0700 No. Not the case. I b

RE: Dynamic references to properties files

2006-05-22 Thread bill/wilandra
Ah yes, I forgot about that. Bill -Original Message- From: Asaf Mesika [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 12:07 PM To: 'Ant Users List' Subject: RE: Dynamic references to properties files Env is commonly used, but it is not defined unless you define it

RE: Dynamic references to properties files

2006-05-22 Thread Anderson, Rob (Global Trade)
a [mailto:[EMAIL PROTECTED] > Sent: Monday, May 22, 2006 10:57 AM > To: 'Ant Users List' > Subject: RE: Dynamic references to properties files > > Isn't env a well known property for retrieving op sys > environment vars (e.g., ${env.MYDIR})? If so, can it ever not >

RE: Dynamic references to properties files

2006-05-22 Thread Asaf Mesika
Env is commonly used, but it is not defined unless you define it explicitly using : Asaf > -Original Message- > From: bill/wilandra [mailto:[EMAIL PROTECTED] > Sent: Monday, May 22, 2006 7:57 PM > To: 'Ant Users List' > Subject: RE: Dynamic references to pr

RE: Dynamic references to properties files

2006-05-22 Thread bill/wilandra
From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 10:11 AM To: Ant Users List Subject: RE: Dynamic references to properties files You examples below are a little confusing, so forgive me if I am completely missing the mark with this advice. My suggestion is to not t

RE: Dynamic references to properties files

2006-05-22 Thread Anderson, Rob (Global Trade)
Anderson > -Original Message- > From: Sunil Goklani [mailto:[EMAIL PROTECTED] > Sent: Friday, May 19, 2006 6:06 PM > To: user@ant.apache.org > Subject: Dynamic references to properties files > > Hi All, > > I had a question on how I could use two variables to

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