diff --git a/docs/manual/CoreTasks/delete.html b/docs/manual/CoreTasks/delete.html index a8815cf42..e5752012f 100644 --- a/docs/manual/CoreTasks/delete.html +++ b/docs/manual/CoreTasks/delete.html @@ -30,7 +30,13 @@ To remove empty directories, use the includeEmptyDirs attribute. dir - The directory to delete, including all its files and subdirectories. + The directory to delete, including all its files and + subdirectories. WARNING: Do not set dir to + ".", "${basedir}", + or the full-pathname equivalent unless you truly intend to + recursively remove the entire contents of the current base directory + (and the base directory itself, if different from the current working + directory). verbose