https://issues.apache.org/bugzilla/show_bug.cgi?id=52170
Bug #: 52170
Summary: Zip task does not support DEFLATE method for
directories
Product: Ant
Version: 1.8.1
Platform: PC
Status: NEW
Severity: normal
Priority: P2
Component: Core tasks
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
The Zip task provides a "compress" attribute which tells Ant to set the
compression "method" to DEFLATE for the archive itself. However, the directires
within the archive still use the STORE method. There should be a way to tell
Ant to set the "method" for all directories in the Zip to DEFLATE.
In version 1.8.1 I have tracked this to line 63 in ZipCopySpecVisitor.java
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.