diff --git a/docs/manual/CoreTasks/delete.html b/docs/manual/CoreTasks/delete.html
index 563325173..c2f9e214b 100644
--- a/docs/manual/CoreTasks/delete.html
+++ b/docs/manual/CoreTasks/delete.html
@@ -38,7 +38,8 @@ To remove empty directories, use the includeEmptyDirs atribute.
quiet |
If the file does not exist, do not display a diagnostic
- message or modify the exit status to reflect an error.
+ message or modify the exit status to reflect an error (unless Ant
+ has been invoked with the -verbose or -debug switches).
This means that if a file or directory cannot be deleted,
then no error is reported. This setting emulates the
-f option to the Unix "rm" command.
diff --git a/docs/manual/CoreTasks/javac.html b/docs/manual/CoreTasks/javac.html
index 0b627af2b..4ed276f1a 100644
--- a/docs/manual/CoreTasks/javac.html
+++ b/docs/manual/CoreTasks/javac.html
@@ -45,6 +45,8 @@ supplied, write a class that implements the CompilerAdapter interface
(package org.apache.tools.ant.taskdefs.compilers). Supply the full
classname in the "build.compiler" property.
+ This task will drop all entries that point to non-existant
+files/directories from the CLASSPATH it passes to the compiler.
Parameters
diff --git a/docs/manual/CoreTasks/javadoc.html b/docs/manual/CoreTasks/javadoc.html
index 6e077093d..c4a3b30bc 100644
--- a/docs/manual/CoreTasks/javadoc.html
+++ b/docs/manual/CoreTasks/javadoc.html
@@ -248,7 +248,7 @@ instead.
linkoffline |
Link to docs at <url> using package list at
- <url2> |
+ <url2> - separate the URLs by using a space character.
1.2 |
No |
diff --git a/docs/manual/CoreTasks/style.html b/docs/manual/CoreTasks/style.html
index ae5bf3e70..464d8ab90 100644
--- a/docs/manual/CoreTasks/style.html
+++ b/docs/manual/CoreTasks/style.html
@@ -27,6 +27,7 @@ inclusion/exclusion of files works, and how to write patterns.
and <patternset> elements.
Style supports the use of a <param> element which is used to pass values
to an <xsl:param> declaration.
+If you want to use Xalan-J 1 or XSL:P, you also need Ant's optional.jar
Parameters
|