Modify ↓
Ticket #97 (closed defect: duplicate)
delete dir and mkdir are incompatible
| Reported by: | julien@… | Owned by: | hans |
|---|---|---|---|
| Priority: | critical | Milestone: | 2.3.0 |
| Component: | phing-core | Version: | 2.3.0beta1 |
| Keywords: | Cc: |
Description
<?xml version="1.0"?> <project name="USVN" basedir="." default="all"> <target name="all"> <delete dir="tutu" /> <mkdir dir="tutu" /> </target> </project>
First execution tutu will be delete and next execution tutu will be recreate.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Duplicate of #69.