|
|
@@ -54,10 +54,8 @@ in <strong>Directory-based Tasks</strong>, and see the |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">verbose</td> |
|
|
|
<td valign="top">Show the name of each deleted file |
|
|
|
("true"/"false"). |
|
|
|
Default is "false" when omitted.</td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
<td valign="top">Whether to show the name of each deleted file.</td> |
|
|
|
<td align="center" valign="top">No, default "false"</i></td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">quiet</td> |
|
|
@@ -69,42 +67,37 @@ in <strong>Directory-based Tasks</strong>, and see the |
|
|
|
When set to "true", if a file or directory cannot be deleted, |
|
|
|
no error is reported. This setting emulates the |
|
|
|
<code>-f</code> option to the Unix <em>rm</em> command. |
|
|
|
Default is "false". |
|
|
|
Setting this to "true" implies setting |
|
|
|
<code>failonerror</code> to "false". |
|
|
|
</td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
<td align="center" valign="top">No, default "false"</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">failonerror</td> |
|
|
|
<td valign="top"> |
|
|
|
Controls whether an error (such as a failure to delete a file) |
|
|
|
stops the build or is merely reported to the screen. |
|
|
|
Only relevant if <code>quiet</code> is "false". |
|
|
|
Default is "true". |
|
|
|
</td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
</tr> |
|
|
|
<td valign="top">Controls whether an error (such as a failure to |
|
|
|
delete a file) stops the build or is merely reported to the screen. |
|
|
|
Only relevant if <code>quiet</code> is "false".</td> |
|
|
|
<td align="center" valign="top">No, default "true"</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">includeEmptyDirs</td> |
|
|
|
<td valign="top">Set to "true" to delete empty directories when |
|
|
|
using filesets. Default is "false".</td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
<td valign="top">includeemptydirs</td> |
|
|
|
<td valign="top">Whether to delete empty directories |
|
|
|
when using filesets.</td> |
|
|
|
<td align="center" valign="top">No, default "false"</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">includes</td> |
|
|
|
<td valign="top"><em>Deprecated.</em> Use <code><fileset></code>. |
|
|
|
Comma- or space-separated list of patterns of |
|
|
|
files that must be deleted. All files are relative to the directory |
|
|
|
specified in <code>dir</code>. |
|
|
|
</td> |
|
|
|
specified in <code>dir</code>.</td> |
|
|
|
<td valign="top" align="center">No</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">includesfile</td> |
|
|
|
<td valign="top"><em>Deprecated.</em> Use <code><fileset></code>. |
|
|
|
The name of a file. Each line of |
|
|
|
this file is taken to be an include pattern</td> |
|
|
|
this file is taken to be an include pattern.</td> |
|
|
|
<td valign="top" align="center">No</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
@@ -125,10 +118,10 @@ in <strong>Directory-based Tasks</strong>, and see the |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">defaultexcludes</td> |
|
|
|
<td valign="top"> Indicates whether default excludes |
|
|
|
should be used or not ("yes"/"no"). |
|
|
|
Default excludes are used when omitted.</td> |
|
|
|
<td valign="top" align="center">No</td> |
|
|
|
<td valign="top"><em>Deprecated.</em> Use <code><fileset></code>. |
|
|
|
Whether to use <a href="../dirtasks.html#defaultexcludes"> |
|
|
|
default excludes.</a></td> |
|
|
|
<td align="center" valign="top">No, default "true"</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">deleteonexit</td> |
|
|
@@ -136,9 +129,8 @@ in <strong>Directory-based Tasks</strong>, and see the |
|
|
|
Indicates whether to use File#deleteOnExit() if there is a |
|
|
|
failure to delete a file, this causes the jvm to attempt |
|
|
|
to delete the file when the jvm process is terminating. |
|
|
|
The default is false. |
|
|
|
<em>Since Ant 1.6.2</em> |
|
|
|
<td valign="top" align="center">No</td> |
|
|
|
<em>Since Ant 1.6.2</em></td> |
|
|
|
<td align="center" valign="top">No, default "false".</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
<h3>Examples</h3> |
|
|
|