Re: Zip Task w/ Empty Folders

2005-01-20 Thread Peter Reilly
in [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 19, 2005 4:06 PM To: 'user@ant.apache.org' Subject: Zip Task w/ Empty Folders Hello: I'm scratching my head over this one. I need to have the zip file that I'm going to deploy include all the empty folders that the

RE: Zip Task w/ Empty Folders

2005-01-19 Thread Charles Daniels
t see them in the zip file. > -Original Message- > From: Brent Bain [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 19, 2005 4:06 PM > To: 'user@ant.apache.org' > Subject: Zip Task w/ Empty Folders > > Hello: > > I'm scratching my head ove

Zip Task w/ Empty Folders

2005-01-19 Thread Brent Bain
Hello: I'm scratching my head over this one. I need to have the zip file that I'm going to deploy include all the empty folders that the build creates. I have tried manually setting the 'filesonly=false' attribute but that still did not create the zip file with the empty folders. Now I can pla