http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1651
*** shadow/1651 Tue May 8 05:01:44 2001 --- shadow/1651.tmp.29684 Tue May 8 05:01:44 2001 *************** *** 0 **** --- 1,24 ---- + +============================================================================+ + | <delete includeEmptyDirs="true"> not recursive | + +----------------------------------------------------------------------------+ + | Bug #: 1651 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: All | + | Severity: Normal OS/Version: All | + | Priority: Medium Component: Core tasks | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + When the delete task is called on a fileset which represents a deeply nested + structure and includeEmptyDirs is set to "true", then the removal of empty + directories doesn't descend recursively. Only the innermost directory level + gets deleted. + Example: Consider a directory "dir" with nested sub directories "subdir" + and "subsubdir" containing some files. + When delete is called on "dir" with includeEmptyDirs="true", then the files + and "subsubdir" are deletet, but not "subdir".
