whoops, the following works...
-Original Message-
From: Ciramella, EJ [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 22, 2004 3:15 PM
To: 'Ant Users List'
Subject: delete cvs dirs
I would like to delete all the CVS directories in the build t
--- "Ciramella, EJ" <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> What am I doing wrong?
Try moving the defaultexcludes attribute to the
fileset.
-Matt
__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhostin
I would like to delete all the CVS directories in the build tree.
Here is my target:
Here is the message I get and nothing gets deleted:
[delete] DEPRECATED - Use of the implicit FileSet is deprecated. Use a
nested fileset element instead.
What am I doing wrong