diff --git a/docs/manual/Tasks/property.html b/docs/manual/Tasks/property.html index d3a1243ab..c0a3b9615 100644 --- a/docs/manual/Tasks/property.html +++ b/docs/manual/Tasks/property.html @@ -63,15 +63,6 @@ according to Suns DTD, if Java5+ is present. For this the name of the file, resource or url has to end with .xml.
-With the environment
attribute this task will load all defined
-logicals on an OpenVMS system. Logicals with multiple equivalence names get
-mapped to a property whose value is a comma separated list of all equivalence
-names. If a logical is defined in multiple tables, only the most local
-definition is available (the table priority order being PROCESS, JOB, GROUP,
-SYSTEM).
-
With the environment
attribute this task will load all defined
+logicals on an OpenVMS system. Logicals with multiple equivalence names get
+mapped to a property whose value is a comma separated list of all equivalence
+names. If a logical is defined in multiple tables, only the most local
+definition is available (the table priority order being PROCESS, JOB, GROUP,
+SYSTEM).
+
Starting with Ant 1.8.2 if Ant detects it is running of a Java 1.5
+ VM (or better) Ant will use System.getenv
rather than
+ its own OS dependent native implementation. For some OSes this
+ causes minor differences when compared to older versions of Ant.
+ For a full list
+ see Bugzilla
+ Issue 49366. In particular: