|
|
@@ -58,7 +58,7 @@ properties. These references are resolved at the time these properties are set. |
|
|
|
This also holds for properties loaded from a property file.</p> |
|
|
|
<p>A list of predefined properties can be found <a |
|
|
|
href="../properties.html#built-in-props">here</a>.</p> |
|
|
|
<p>Since Apache Ant 1.8.0 it is possible to load properties defined in xml |
|
|
|
<p><em>Since Apache Ant 1.8.0</em>, it is possible to load properties defined in xml |
|
|
|
according to <a href="http://java.sun.com/dtd/properties.dtd">Suns DTD</a>, |
|
|
|
if Java 5+ is present. For this the name of the file, resource or url has |
|
|
|
to end with <tt>.xml</tt>.</p> |
|
|
@@ -177,21 +177,21 @@ SYSTEM). |
|
|
|
</p> |
|
|
|
|
|
|
|
<h4>Any OS except OpenVMS</h4> |
|
|
|
<p>Starting with Ant 1.8.2 if Ant detects it is running of a Java 5 |
|
|
|
VM (or better) Ant will use <code>System.getenv</code> rather than |
|
|
|
<p><em>Since Ant 1.8.2</em>, if Ant detects it is running on a Java 5 |
|
|
|
or newer VM, Ant will use <code>System.getenv</code> 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 <a href="https://issues.apache.org/bugzilla/show_bug.cgi?id=49366">Bugzilla |
|
|
|
Issue 49366</a>. In particular:</p> |
|
|
|
<ul> |
|
|
|
<li>On Windows Ant will now return additional "environment |
|
|
|
<li>On Windows, Ant will now return additional "environment |
|
|
|
variables" that correspond to the drive specific current working |
|
|
|
directories when Ant is run from the command line. The keys of |
|
|
|
these variables starts with an equals sign.</li> |
|
|
|
<li>Some users reported that some Cygwin specific variables (in |
|
|
|
particular PROMPT) was no longer present.</li> |
|
|
|
<li>On OS/2 Ant no longer returns the BEGINLIBPATH variable.</li> |
|
|
|
<li>On OS/2, Ant no longer returns the BEGINLIBPATH variable.</li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<h3>Parameters specified as nested elements</h3> |
|
|
|