You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Geoff Meakin <ge...@isocra.com> on 2001/05/15 17:42:28 UTC

RE: A simple question

Extract from documentation

Deletes a single file, a specified directory and all its files and
subdirectories, or a set of files specified by one or more FileSets. When
specifying a set of files, empty directories are not removed by default. **
To remove empty directories, use the includeEmptyDirs attribute. **

e.g. <delete includeEmptyDirs="true">

you should find this works (it does for me..)

Cheers
Geoff



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>