DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36048>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36048

           Summary: delete task option includeemptydirs: no deletion of in
                    same delete process created emptydirs
           Product: Ant
           Version: 1.6.2
          Platform: PC
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]


Hi,
I've a simple target, which does two tasks.
First it packs some files into a jar, second it deletes the files, which it has
packed before. By deleting these files (which some of them come from
subdirectories) these subdirectories become empty.

The original delete target shows as follows
<delete>
<fileset dir="${a_basedir}">
<patternset refid="properties" />
</fileset>
</delete>

while the patternset is defined as
<patternset>
<includes name="**/*.properties"/>
</patternset>

These result is, as described before, empty directories.

Setting the delete-task option 'includeemptydirs="true"' has no effect (which I
wonder about and write this bugreport).

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to