diff --git a/docs/manual/dirtasks.html b/docs/manual/dirtasks.html
index 51f54db29..38b17d7e5 100644
--- a/docs/manual/dirtasks.html
+++ b/docs/manual/dirtasks.html
@@ -106,7 +106,7 @@ For example:
/test/**
matches all files/directories under /test/
,
such as /test/x.java
,
or /test/foo/bar/xyz.html
, but not /xyz.xml
.
There is one "shorthand" - if a pattern ends +
There is one "shorthand": if a pattern ends
with /
or \
, then **
is appended.
diff --git a/docs/manual/install.html b/docs/manual/install.html
index 31d8c982e..ebf4812dd 100644
--- a/docs/manual/install.html
+++ b/docs/manual/install.html
@@ -128,7 +128,7 @@ will need to do:
ANT_HOME
environment variable to the
directory where you installed Ant. On some operating systems the ant
wrapper scripts can guess ANT_HOME
(Unix dialects and
-Windows NT/2000) - but it is better to not rely on this behavior.JAVA_HOME
environment variable
(see the Advanced section below).
This should be set to the directory where your JDK is installed.Granted, this removes some of the expressive power that is inherent in being
able to construct a shell command such as
`find . -name foo -exec rm {}`
<exec>
task that
diff --git a/docs/manual/listeners.html b/docs/manual/listeners.html
index 58a4450a6..40c8a7b89 100644
--- a/docs/manual/listeners.html
+++ b/docs/manual/listeners.html
@@ -334,7 +334,7 @@ developers.
Notes:
-DMYVAR=%MYVAR%
-DMYVAR=$MYVAR
Since Ant 1.7 the value of this property also affects the -bootclasspath settings - it combines the bootclasspath that has been +bootclasspath settings--it combines the bootclasspath that has been specified for a task with the bootclasspath of the Java VM running Ant. If the property has not been set, it defaults to "ignore" in this case.
diff --git a/docs/manual/tasksoverview.html b/docs/manual/tasksoverview.html index fd872a180..a8c9d69fe 100644 --- a/docs/manual/tasksoverview.html +++ b/docs/manual/tasksoverview.html @@ -986,7 +986,7 @@ documentation.Sets a property if a certain condition holds true - this is a +
Sets a property if a certain condition holds true; this is a generalization of Available and Uptodate.