mbenson 2004/11/03 13:50:26 Modified: docs/manual/CoreTasks delete.html Log: Deprecate defaultexcludes; consistency. PR: 31834 Revision Changes Path 1.22 +20 -28 ant/docs/manual/CoreTasks/delete.html Index: delete.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/delete.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- delete.html 22 Jun 2004 14:39:36 -0000 1.21 +++ delete.html 3 Nov 2004 21:50:26 -0000 1.22 @@ -54,10 +54,8 @@ </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 @@ 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 @@ </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 @@ 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>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]