RE: Zip core task and empty directories

2004-11-25 Thread Gaetano Di Gregorio (FRSGlobal)
Sent: Wednesday, November 24, 2004 9:59 PM To: Ant Users List Subject: Re: Zip core task and empty directories Hello Gaetano, you have found a bug of ant 1.6.2 which is fixed in the HEAD revision in CVS, and which did not exist in ant 1.6.1 So either you download ant 1.6.1 or you can patch your Zip.

Re: Zip core task and empty directories

2004-11-24 Thread Antoine Levy-Lambert
Hello Gaetano, you have found a bug of ant 1.6.2 which is fixed in the HEAD revision in CVS, and which did not exist in ant 1.6.1 So either you download ant 1.6.1 or you can patch your Zip.class in ant.jar See bugzilla bug report 30365 : http://issues.apache.org/bugzilla/show_bug.cgi?id=30365 An

Zip core task and empty directories

2004-11-24 Thread Gaetano Di Gregorio (FRSGlobal)
Hi, I hope this question as not been already asked (the mailing list archive search feature is down at this moment). How do you tell the core task to include also empty directories that are in the basedir? Thanks.