Matt Brown <[EMAIL PROTECTED]> wrote:
> Property: these include values imported from the environment
> variables and any <property> definitions encountered in the project
> script. These values are used for ${value} expansion.
No importing from environment variables. But it includes system
properties.
> User Property: anything passed to ant via -Dkey=value plus ant.file
> and ant.project.name set from Project.
plus anything defined via nested <property> elements of <ant> or
nested <param>s in <antcall>.
The idea was that userproperties should take precedence over anything
the build file writer ever tries to do - they should be truly
immutable. "Normal" properties are mutable, but not by using the
<property> task, you'll have to invoke project.setProperty directly.
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]