> 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
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
.
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
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
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