Perrier, Nathan Mon, 06 Feb 2012 16:24:59 -0800
I noticed if I set the environment variable "ant.someprop=somevalue", and run a build file in the shell, "someprop" gets set to "somevalue" without the need of the <property environment="env"/> task.
Is this undocumented behavior?