Modify

Ticket #97 (closed defect: duplicate)

Opened 5 years ago

Last modified 4 years ago

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

comment:1 Changed 5 years ago by mrook

  • Status changed from new to closed
  • Resolution set to duplicate

Duplicate of #69.

comment:2 Changed 4 years ago by hans

  • Milestone changed from 2.2.1 to 2.3.0

Milestone 2.2.1 deleted

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.