holtdl 02/02/12 19:51:58
Modified: docs/manual/CoreTasks delete.html
Log:
Apply a band-aid to a nasty open wound.
Revision Changes Path
1.12 +7 -1 jakarta-ant/docs/manual/CoreTasks/delete.html
Index: delete.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/delete.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- delete.html 8 Feb 2002 21:07:21 -0000 1.11
+++ delete.html 13 Feb 2002 03:51:58 -0000 1.12
@@ -30,7 +30,13 @@
</tr>
<tr>
<td valign="top">dir</td>
- <td valign="top">The directory to delete, including all its files and
subdirectories.</td>
+ <td valign="top">The directory to delete, including all its files and
+ subdirectories. <b>WARNING:</b> Do <b>not</b> set <code>dir</code> to
+ <code>"."</code>, <code>"${basedir}"</code>,
+ or the full-pathname equivalent unless you truly <em>intend</em> to
+ recursively remove the entire contents of the current base directory
+ (and the base directory itself, if different from the current working
+ directory).</td>
</tr>
<tr>
<td valign="top">verbose</td>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>