>From the Ant Manual <fileset> section:

"There are a set of definitions that are excluded by default from all
directory-based tasks. They are:

     **/*~
     **/#*#
     **/.#*
     **/%*%
     **/._*
     **/CVS
     **/CVS/**
     **/.cvsignore
     **/SCCS
     **/SCCS/**
     **/vssver.scc
     **/.svn
     **/.svn/**
     **/.DS_Store

If you do not want these default excludes applied, you may disable them with
the defaultexcludes="no" attribute.

This is the default list, note that you can modify the list of default
excludes by using the defaultexcludes task." 

Try that and see if it works better for you.

HTH  Bill

-----Original Message-----
From: Giovanni Mesturini [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 02, 2006 8:10 AM
To: user@ant.apache.org
Subject: Delete a dir set

Hi Community,

I have to remove all CVS references from a tree. I've tried this:

<delete>
<fileset dir="${cvs-module}" includes="**/CVS"/> </delete>

in order to delete all CVS directories from my local module, but it doesn't
work.

How can I delete all CVS dirs spread inside my dir-tree?

thanks very much
Jo


        

        
                
___________________________________
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB
http://mail.yahoo.it

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





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

Reply via email to