https://issues.apache.org/bugzilla/show_bug.cgi?id=52058

             Bug #: 52058
           Summary: delete feed by resourcelist does not delete not empty
                    directories
           Product: Ant
           Version: 1.8.2
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core tasks
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


The following code gets a file list to delete with resourcelist. Files from
file list will be deleted, but directories containing anything won't. Empty
directories in file list will be deleted.

<delete includeemptydirs="true" defaultexcludes="false">
  <resourcelist>                
    <file file="${delete.file}" />
  </resourcelist>
</delete>

Ant should behave like passing the directory by dir-attribute and delete
recursively.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to