RE: setting properties

2008-03-19 Thread Anderson, Rob (Global Trade)
Given that the properties in ant are immutable, you should have the defaults set in a properties file and override them in your environment. This is opposite of what you describe, where you are attempting to set defaults in your environment and override them with a properties file. -Rob Anderson

RE: setting properties

2008-03-14 Thread Lenhof,Danny
, March 14, 2008 4:17 AM To: Ant Users List Subject: RE: setting properties -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 8:36 AM To: user@ant.apache.org Subject: AW: setting properties /* > I created an ant wrapper t

RE: setting properties

2008-03-14 Thread Rebhan, Gilbert
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 8:36 AM To: user@ant.apache.org Subject: AW: setting properties /* > I created an ant wrapper that calls the build.xml. The issue I have is > that the build.xml call a user.properties and o