RE: Specifiying user properties file

2005-11-05 Thread Jeffrey E Care
> Sent: Saturday, November 05, 2005 4:43 PM > To: user@ant.apache.org > Subject: Specifiying user properties file > > I'm trying to set up a situation where my users can specify a properties > file where they can set properties specific to their machines. I have my > m

Re: Specifiying user properties file

2005-11-05 Thread Ray Tayek
At 04:42 PM 11/5/2005, you wrote: I'm trying to set up a situation where my users can specify a properties file where they can set properties specific to their machines. ... properties are immutable so something like: ... whoever defines a property

RE: Specifiying user properties file

2005-11-05 Thread Bill Rich
. HTH Bill -Original Message- From: Mark McKay [mailto:[EMAIL PROTECTED] Sent: Saturday, November 05, 2005 4:43 PM To: user@ant.apache.org Subject: Specifiying user properties file I'm trying to set up a situation where my users can specify a properties file where they can set prope

RE: Specifiying user properties file

2005-11-05 Thread Lasher, James L
ssage- From: Mark McKay [mailto:[EMAIL PROTECTED] Sent: Saturday, November 05, 2005 5:43 PM To: user@ant.apache.org Subject: Specifiying user properties file I'm trying to set up a situation where my users can specify a properties file where they can set properties specific to their ma

Specifiying user properties file

2005-11-05 Thread Mark McKay
I'm trying to set up a situation where my users can specify a properties file where they can set properties specific to their machines. I have my main build.xml file checked into my CVS repostiory, and a default.properties file that is also in the CVS repository. I'd like the init task of my