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 zip-task doesn't zip the empty directories Summary: zip-task doesn't zip the empty directories Product: Ant Version: 1.6.2 Platform: Other OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The zip-task doesn't zip the empty directories since 1.6.2 Example: <target name="zipIt"> <property name="destZipDir" location="../" /> <echo message="Zip" /> <tstamp /> <zip destfile="${destZipDir}/update-${DSTAMP}.zip" basedir="." update="true"/> </target> The task works correctly with 1.6.1 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]