Modify ↓
Ticket #452 (closed defect: invalid)
DeleteTask cannot delete files that begin with ~ (tildas)
| Reported by: | anonymous | Owned by: | mrook |
|---|---|---|---|
| Priority: | major | Milestone: | 2.4.1 |
| Component: | phing-core | Version: | 2.4.0 |
| Keywords: | Cc: |
Description
<delete dir="${targetDirectory}" includeemptydirs="true" verbose="false" />
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

I found a work around by using fileset.
<delete includeemptydirs="true" verbose="false" >
</delete>
It would be nice if I didn't have to include the fileset, but this works, too.