Re: Zip task doesn't create empty directories on Mac OSX

2004-10-14 Thread Kelly Davis
Antoine Yeah, your right. I am using 1.6.2 on the mac and 1.6.1 on linux. I should have included the versions in the post. thanks for the info. Kelly Antoine Levy-Lambert wrote: Hello, In ant 1.6.2, there is a bug [1] preventing empty directories from being zipped. This bug is fixed in CVS on the

Re: Zip task doesn't create empty directories on Mac OSX

2004-10-13 Thread Antoine Levy-Lambert
Hello, In ant 1.6.2, there is a bug [1] preventing empty directories from being zipped. This bug is fixed in CVS on the ANT_16_BRANCH and on the main branch. Which means that you can use ant 1.6.1 or patch your ant 1.6.2 using the diffs [2] I would bet that you are using a different (maybe older

Zip task doesn't create empty directories on Mac OSX

2004-10-13 Thread Kelly Davis
For some reason the zip task is not consisten between platforms. When I zip up a directory with some empty directories under it, in Linux, the empty directories get included in the zip. When I run the same task on OSX, the empty directories are not created. -