http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2053
*** shadow/2053 Thu Jun 7 07:53:30 2001 --- shadow/2053.tmp.14426 Thu Jun 7 07:53:30 2001 *************** *** 0 **** --- 1,23 ---- + +============================================================================+ + | Zip task adds parent directories | + +----------------------------------------------------------------------------+ + | Bug #: 2053 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: Other | + | Severity: Normal OS/Version: Other | + | Priority: Other Component: Core tasks | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + The Zip task (and those that extend it, like Jar) add parent directory entries + for all of the files. This differs from Sun's jar tool, which only adds + META-INF/ as the parent of MANIFEST.MF. + + I propose (and will attach a patch) to add a boolean 'filesonly' attribute to + Zip that will omit these directories when desired. filesonly will initially be + 'false' to keep backwards compatibility. \ No newline at end of file
