Property Precedence

2002-06-12 Thread Grinvald, Edward
Hello, could somebody please explain to me what is the precedence of properties in a project: + set in build.xml + specified with -D at prompt + from the properties file + is there a difference between setting a property in the xml, or calling .setProperty() from a script. Thank You,

Re: Property Precedence

2002-06-12 Thread Stefan Bodewig
On Wed, 12 Jun 2002, Edward Grinvald [EMAIL PROTECTED] wrote: Hello, could somebody please explain to me what is the precedence of properties in a project: + set in build.xml + specified with -D at prompt -D wins over property. The first property wins over a second one setting a