http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1651
*** shadow/1651 Sun May 20 17:26:53 2001 --- shadow/1651.tmp.20638 Tue Jul 17 00:32:32 2001 *************** *** 1,19 **** ! Bug#: 1651 ! Product: Ant ! Version: 1.3 ! Platform: PC ! OS/Version: Windows NT/2K ! Status: RESOLVED ! Resolution: FIXED ! Severity: Normal ! Priority: Medium ! Component: Core tasks ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: <delete includeEmptyDirs="true"> not recursive ! 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 --- 1,18 ---- ! +============================================================================+ ! | <delete includeEmptyDirs="true"> not recursive | ! +----------------------------------------------------------------------------+ ! | Bug #: 1651 Product: Ant | ! | Status: RESOLVED Version: 1.3 | ! | Resolution: FIXED Platform: PC | ! | Severity: Normal OS/Version: Windows NT/2K | ! | Priority: Medium Component: Core tasks | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! +----------------------------------------------------------------------------+ ! | 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 *************** *** 25,27 **** --- 24,29 ---- ------- Additional Comments From [EMAIL PROTECTED] 2001-05-08 05:21 ------- This is a known bug in Ant 1.3, that has been fixed in CVS. + + ------- Additional Comments From [EMAIL PROTECTED] 2001-07-17 00:32 ------- + *** Bug 2648 has been marked as a duplicate of this bug. ***
