Delete includeEmptyDirs

2002-06-30 Thread lxjfswxuyw001
directories, as there are only classes in these build directories !-- Clean up class files -- target name=clean.classes delete includeEmptyDirs=true failonerror=false fileset dir=${build} include name=**/*.class/ /fileset /delete /target

Re: Delete includeEmptyDirs

2002-06-30 Thread Diane Holt
name=clean.classes delete includeEmptyDirs=true failonerror=false fileset dir=${build} include name=**/*.class/ /fileset /delete /target but I still end up with only empty directories. Is there something I'm forgetting here? I don't see

Re: Bug with delete includeEmptyDirs ?

2001-03-14 Thread Stefan Bodewig
Finally fixed in CVS - and in nightly build of 2001-03-15. Stefan

RE: Bug with delete includeEmptyDirs ?

2001-03-14 Thread KC Baltz
Great! Thanks to you and anyone who worked on it. It works great for me. K.C. -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 7:31 AM To: [EMAIL PROTECTED] Subject: Re: Bug with delete includeEmptyDirs ? Finally fixed

Re: Bug with delete includeEmptyDirs ?

2001-03-14 Thread Glenn McAllister
KC Baltz wrote: Great! Thanks to you and anyone who worked on it. It works great for me. Thank Sefan. I never got the chance to look at it property, and I misdiagnosed the problem to boot. :-) Glenn

Re: Bug with delete includeEmptyDirs ?

2001-03-07 Thread Glenn McAllister
Moving this discussion over from ant-user. Involves the bug that delete includeEmptyDirs="yes" ... /delete only deletes empty leaf directories, and none of the intermediate dirs. -- KC Baltz wrote: Great, because this is a feature we could really use. I finally go

RE: Bug with delete includeEmptyDirs ?

2001-03-07 Thread Dennis Brake
PM To: [EMAIL PROTECTED] Subject: Re: Bug with delete includeEmptyDirs ? Moving this discussion over from ant-user. Involves the bug that delete includeEmptyDirs="yes" ... /delete only deletes empty leaf directories, and none of the intermediate dirs. -- KC Baltz wrote:

Bug with delete includeEmptyDirs ?

2001-03-05 Thread KC Baltz
I tried the new 1.3 form of delete with the includeEmptyDirs tag and found it didn't quite do what I expected. Here's my XML: delete includeEmptyDirs="true" fileset dir="${builddir}" / /delete I expected ${buildd

Re: Bug with delete includeEmptyDirs ?

2001-03-05 Thread Glenn McAllister
I'll take a look today. I wrote the code, so its my bug. :-) Glenn McAllister

RE: Bug with delete includeEmptyDirs ?

2001-03-05 Thread KC Baltz
Great, because this is a feature we could really use. K.C. -Original Message- From: Glenn McAllister [mailto:[EMAIL PROTECTED]] Sent: Monday, March 05, 2001 9:24 AM To: [EMAIL PROTECTED] Subject: Re: Bug with delete includeEmptyDirs ? I'll take a look today. I wrote