DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30365>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30365


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
            Version|1.6.2                       |1.6.5




------- Additional Comments From [EMAIL PROTECTED]  2006-10-26 05:33 -------
This appears to be an issue in Ant 1.6.5 now too.  I cannot get the <zip> task
to include empty directories.

I'm trying to zip this folder structure:

-testsiteContent/
--assets/ (empty)
--images/ (empty)
--javascript/
---util.js

When testsiteContent/ is zipped, it only includes:
--javascript/
---util.js

I'm using the <zip> task like this:
<zip destfile="${hp2.content.dir}/${new.site.name}Content.zip"
basedir="${hp2.content.dir}" includes="${new.site.name}Content/**"/>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to