You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/07/17 09:32:32 UTC

[Bug 1651] - not recursive

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: ant-dev@jakarta.apache.org                            
! ReportedBy: c.helfrich@gmx.de               
! 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: ant-dev@jakarta.apache.org                                   |
! |  Reported By: c.helfrich@gmx.de                                            |
! +----------------------------------------------------------------------------+
! |          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 bodewig@apache.org  2001-05-08 05:21 -------
  This is a known bug in Ant 1.3, that has been fixed in CVS.
+ 
+ ------- Additional Comments From bodewig@apache.org  2001-07-17 00:32 -------
+ *** Bug 2648 has been marked as a duplicate of this bug. ***