|
|
@@ -102,7 +102,7 @@ build Ant from the source code.</p> |
|
|
|
To build and use ant you must have a JAXP compliant XML parser installed and available on your classpath. |
|
|
|
<p> |
|
|
|
If you do not have a JAXP compliant XML parse installed, you may use the reference implementation |
|
|
|
available from Sun. It is available from <a href="http://java.sun.com/xml">http://java.sun.com/xml</a>. |
|
|
|
available from Sun. It is available from <a href="http://java.sun.com/xml/">http://java.sun.com/xml/</a>. |
|
|
|
Once installed make sure the "jaxp.jar" and "parser.jar" files are in your classpath. |
|
|
|
<p> |
|
|
|
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 <em>not</em> removed.</p> |
|
|
|
Default is "false" when omitted.</td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">quiet</td> |
|
|
|
<td valign="top">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".</td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">includes</td> |
|
|
|
<td valign="top"><i>Deprecated.</i> Comma separated list of patterns of files that must be |
|
|
|