On Tue, 14 Feb 2006, Ian Pilcher <[EMAIL PROTECTED]> wrote:

> Can someone explain the difference between a property and a user
> property (or the difference between Project.setProperty and
> Project.setUserProperty)?

user properties are the properties defined on the command line or as
nested <property> elements in <ant> tasks.  They are even more
immutable than plain properties and are passed down to child builds
accross <ant> even if inheritall is false.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to