diff --git a/docs/index.html b/docs/index.html index f9b391df3..ebe2c9435 100644 --- a/docs/index.html +++ b/docs/index.html @@ -102,7 +102,7 @@ build Ant from the source code.

To build and use ant you must have a JAXP compliant XML parser installed and available on your classpath.

If you do not have a JAXP compliant XML parse installed, you may use the reference implementation - available from Sun. It is available from http://java.sun.com/xml. + available from Sun. It is available from http://java.sun.com/xml/. Once installed make sure the "jaxp.jar" and "parser.jar" files are in your classpath.

You will also need the JDK installed on your system, version 1.1 or later. @@ -1871,6 +1871,17 @@ When specifying a set of files, empty directories are not removed.

Default is "false" when omitted. No + + quiet + If the file does not exist, do not display a diagnostic + message or modify the exit status to reflect an error. + 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. + ("true"/"false"). + Default is "false" meaning things are "noisy". + No + includes Deprecated. Comma separated list of patterns of files that must be