Re: Zip and empty directory

2005-03-30 Thread Yves Martin
s the file set is empty, the prefix is not stored at all in the zip as a directory entry. > -Original Message- > From: Yves Martin [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 30, 2005 2:51 AM > To: user@ant.apache.org > Subject: Zip and empty directory > >

RE: Zip and empty directory

2005-03-30 Thread Bridges, Ed NYC
Without it actually being a directory, how would the zipfile know if "inside/emptydir" is either a directory or a file? -Original Message- From: Yves Martin [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 30, 2005 2:51 AM To: user@ant.apache.org Subject: Zip and empty

Zip and empty directory

2005-03-29 Thread Yves Martin
Hello, What is the best way to create a zip containing an empty directory without having to create an empty directory on disk. I tried the following way: But as the fileset is empty, no directory entry for 'inside/emptydir' is added in the zip. Have you got a solution ? Thank you i