From 6a0ad17b8f92061010bc5195834ced5f5cdfc89d Mon Sep 17 00:00:00 2001
From: "Jesse N. Glick"
Ant provides access to all system properties as if they had been
defined using a <property>
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.
- PropertyHelpers
+
Ant's property handling is accomplished by an instance of
org.apache.tools.ant.PropertyHelper
associated with
@@ -275,8 +275,8 @@ public class ToStringEvaluator implements PropertyHelper.PropertyEvaluator {
Antlib provides a few interesting evaluators but there are
also a few built-in ones.
Any Ant type which has been declared with a reference can also
its string value extracted by using the ${toString:}