Hi,

No - I only want to delete the "CVS" directories in a tree of hundreds of
required directories.


-----Original Message-----
From: Jacob Kjome [mailto:[EMAIL PROTECTED]]

Did you try just <delete dir="${cvs_output_dir}" defaultExcludes="no" />

Jake

At 09:16 AM 11/19/2002 +0000, you wrote:
>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]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to