RE: Delete a dir set

2006-03-03 Thread kinjal
- From: Giovanni Mesturini [mailto:[EMAIL PROTECTED] Sent: Friday, March 03, 2006 16:20 To: Ant Users List Subject: RE: Delete a dir set Unfortunally the defaultexcludes are deprecated in 1.6.5. Ant manual suggests using instead of defaultexludes, and this is the first try I made: > >

RE: Delete a dir set - SOLVED

2006-03-03 Thread Giovanni Mesturini
> > > recursive deleting all CVS folders under /Foobar > > works only with defaultexcludes="no" > > Regards, Gilbert > > > > -Original Message- > From: Giovanni Mesturini [mailto:[EMAIL PROTECTED] > Sent: Friday, March 03, 2006 11:50 AM

RE: Delete a dir set

2006-03-03 Thread Rebhan, Gilbert
TED] Sent: Friday, March 03, 2006 11:50 AM To: Ant Users List Subject: RE: Delete a dir set Unfortunally the defaultexcludes are deprecated in 1.6.5. Ant manual suggests using instead of defaultexludes, and this is the first try I made: > > > playing with includes doesn't overrid

RE: Delete a dir set

2006-03-03 Thread Giovanni Mesturini
Unfortunally the defaultexcludes are deprecated in 1.6.5. Ant manual suggests using instead of defaultexludes, and this is the first try I made: > > > playing with includes doesn't override the default exclusions. trying on, if I will solve it I will share solution with community. thanks ver

Re: Delete a dir set

2006-03-02 Thread Jeffrey E Care
You need to play with the default excludes. Jeffrey E. (Jeff) Care [EMAIL PROTECTED] IBM WebSphere Application Server Development WAS Pyxis Lead Release Engineer Giovanni Mesturini <[EMAI

RE: Delete a dir set

2006-03-02 Thread bill/wilandra
>From the Ant Manual 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 **/.s