diff --git a/docs/manual/CoreTasks/concat.html b/docs/manual/CoreTasks/concat.html index e3572e025..d51df0dd3 100644 --- a/docs/manual/CoreTasks/concat.html +++ b/docs/manual/CoreTasks/concat.html @@ -18,7 +18,7 @@
- Paths and/or + Paths and/or FileSets and/or FileLists are used to select which files are to be concatenated. There is no diff --git a/docs/manual/CoreTasks/java.html b/docs/manual/CoreTasks/java.html index fb9c2650c..af36918a3 100644 --- a/docs/manual/CoreTasks/java.html +++ b/docs/manual/CoreTasks/java.html @@ -94,7 +94,7 @@ EOF (-1). This is a change from Ant 1.5, where such an attempt would block.
When the permission RuntimePermission exitVM has not been granted (or has been revoked) the System.exit() call will be intercepted and treated like indicated in failonerror.
-
-If you specify failonerror="true"
and you do not specify permissions,
-a set of default permissions will be added to your java invocation making sure that
-a non zero return code will lead to a BuildException
.
+
Note:
+if you specify failonerror="true"
and you do not specify permissions,
+a set of default permissions will be added to your Java invocation to make sure that
+a non-zero return code will lead to a BuildException
.
Settings will be ignored if fork is enabled.
diff --git a/docs/manual/CoreTypes/xmlcatalog.html b/docs/manual/CoreTypes/xmlcatalog.html index 291ca3110..2394ab70a 100644 --- a/docs/manual/CoreTypes/xmlcatalog.html +++ b/docs/manual/CoreTypes/xmlcatalog.html @@ -211,7 +211,7 @@ resolution. The nested<classpath>
is a
The nested catalogpath
element is a path-like structure listing catalog files to
+href="../using.html#path">path-like structure listing catalog files to
search. All files in this path are assumed to be OASIS catalog files, in
either
diff --git a/docs/manual/OptionalTasks/ccm.html b/docs/manual/OptionalTasks/ccm.html
index 1bae5b47b..25d97b5bb 100644
--- a/docs/manual/OptionalTasks/ccm.html
+++ b/docs/manual/OptionalTasks/ccm.html
@@ -61,7 +61,7 @@ Task to checkin a file
Comment attribute mycomment is added as a task comment. The task
used is the one set as the default.
org.apache.tools.ant.util.regexp.Regexp
.
-See details in the documentation of the Regexp Type.
+See details in the documentation of the Regexp Type.