Hello all, I am trying to selectively delete 80% of a directory tree with the following calls:
<delete includeemptydirs="true"> <fileset dir="deploy/Webroot"> <exclude name="WEB-INF/*.xml"/> <exclude name="WEB-INF/**/*"/> </fileset> </delete> And I am ending up deleting too much. What I want to do is NOT delete the contents of the WEB-INF directory NOR its sub-directories. Any suggestions. __________________________________ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://info.mail.yahoo.com/mail_250 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]