but : wartemp/web-inf/lib is empty and I want to keep it.
-----Original Message----- From: Geoff Meakin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 11:42 AM To: Ant Users List Subject: 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
