|
@@ -50,7 +50,7 @@ |
|
|
the one of the <a href="CoreTasks/macrodef.html">macrodef</a> |
|
|
the one of the <a href="CoreTasks/macrodef.html">macrodef</a> |
|
|
task.</p> |
|
|
task.</p> |
|
|
|
|
|
|
|
|
<a name="built-in-props"><h2>Built-in Properties</h2></a> |
|
|
|
|
|
|
|
|
<h2><a name="built-in-props">Built-in Properties</a></h2> |
|
|
|
|
|
|
|
|
<p>Ant provides access to all system properties as if they had been |
|
|
<p>Ant provides access to all system properties as if they had been |
|
|
defined using a <code><property></code> task. For |
|
|
defined using a <code><property></code> task. For |
|
@@ -97,7 +97,7 @@ ant.library.dir the directory that has been used to load Ant's |
|
|
jars from. In most cases this is ANT_HOME/lib. |
|
|
jars from. In most cases this is ANT_HOME/lib. |
|
|
</pre> |
|
|
</pre> |
|
|
|
|
|
|
|
|
<a name="propertyHelper"><h1>PropertyHelpers</h1></a> |
|
|
|
|
|
|
|
|
<h1><a name="propertyHelper">PropertyHelpers</a></h1> |
|
|
|
|
|
|
|
|
<p>Ant's property handling is accomplished by an instance of |
|
|
<p>Ant's property handling is accomplished by an instance of |
|
|
<code>org.apache.tools.ant.PropertyHelper</code> associated with |
|
|
<code>org.apache.tools.ant.PropertyHelper</code> associated with |
|
@@ -275,8 +275,8 @@ public class ToStringEvaluator implements PropertyHelper.PropertyEvaluator { |
|
|
Antlib</a> provides a few interesting evaluators but there are |
|
|
Antlib</a> provides a few interesting evaluators but there are |
|
|
also a few built-in ones.</p> |
|
|
also a few built-in ones.</p> |
|
|
|
|
|
|
|
|
<a name="toString"><h3>Getting the value of a Reference with |
|
|
|
|
|
${toString:}</h3></a> |
|
|
|
|
|
|
|
|
<h3><a name="toString">Getting the value of a Reference with |
|
|
|
|
|
${toString:}</a></h3> |
|
|
|
|
|
|
|
|
<p>Any Ant type which has been declared with a reference can also |
|
|
<p>Any Ant type which has been declared with a reference can also |
|
|
its string value extracted by using the <code>${toString:}</code> |
|
|
its string value extracted by using the <code>${toString:}</code> |
|
|