--- Tim Veazey <[EMAIL PROTECTED]> wrote:
> Is there a way to tell and that you want to allow properties defined in
> an external property file to override any identical properties defined
> in the build.xml file?

Properties are kind of a first-come-first-served type thing -- the first
one to set the property wins. If you define a property on the
command-line, that value will be what the property is set to. If you allow
for a ${user.home}/ant.properties file that users can set properties in
that would otherwise have a default value, and ${user.home}/ant.properties
gets read in before those properties get set some other way, the values in
the user's ant.properties will be what the properties get set to.

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/

Reply via email to