http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1651
*** shadow/1651 Tue May 8 05:06:06 2001 --- shadow/1651.tmp.29798 Tue May 8 05:21:59 2001 *************** *** 2,9 **** | <delete includeEmptyDirs="true"> not recursive | +----------------------------------------------------------------------------+ | Bug #: 1651 Product: Ant | ! | Status: NEW Version: 1.3 | ! | Resolution: Platform: PC | | Severity: Normal OS/Version: Windows NT/2K | | Priority: Medium Component: Core tasks | +----------------------------------------------------------------------------+ --- 2,9 ---- | <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 | +----------------------------------------------------------------------------+ *************** *** 21,24 **** 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". --- 21,27 ---- 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". ! ! ------- 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.
