Yes, tried that. -----Original Message----- From: Nathan Christiansen [mailto:[EMAIL PROTECTED]] Sent: 18 November 2002 20:22 To: Ant Users List Subject: RE: recursively delete directories
Have you tried: includes = "**/CVS" -- Nathan Christiansen Morinda, Inc. http://www.tahitiannoni.com -----Original Message----- From: Euan Guttridge [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 11:41 AM To: '[EMAIL PROTECTED]' Subject: recursively delete directories Hi, I cannot figure out the syntax to recursively delete all directories and their contents called "CVS" in a tree. My task is below, this only deletes the contents, not the actual directories. <!-- Delete CVS CheckOut files --> <target name="delete_CVS_co_files"> <delete includeEmptyDirs="true"> <fileset dir="${cvs_output_dir}" includes ="**/CVS/*" defaultexcludes="no" /> </delete> </target> Thanks for any pointers.. -- 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>