On Wed, 15 Feb 2006, Martin Gainty <[EMAIL PROTECTED]> wrote: > *Not sure about delete*
it will fail if you tell it to delete something that isn't there - unless you set the quite attribute to true in which case it will simply do nothing. > but I know mkdir will fail if the folder is already in place No it won't. ,---- | <project> | <mkdir dir="foo"/> | <mkdir dir="foo"/> | </project> `---- leads to ,---- | [mkdir] Created dir: /tmp/foo | | BUILD SUCCESSFUL | Total time: 1 second `---- The task doesn't even issue a warning message. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]