http://nagoya.apache.org/bugzilla/show_bug.cgi?id=564
*** shadow/564 Thu Feb 15 05:51:38 2001 --- shadow/564.tmp.4754 Sun Feb 18 22:37:35 2001 *************** *** 2,11 **** | Ant hangs with task zip with compression + performance | +----------------------------------------------------------------------------+ | Bug #: 564 Product: Ant | ! | Status: CLOSED Version: 1.3 Beta 1 | ! | Resolution: WORKSFORME Platform: PC | | Severity: Normal OS/Version: All | ! | Priority: High Component: Core tasks | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | --- 2,11 ---- | Ant hangs with task zip with compression + performance | +----------------------------------------------------------------------------+ | Bug #: 564 Product: Ant | ! | Status: REOPENED Version: 1.3 Beta 2 | ! | Resolution: Platform: PC | | Severity: Normal OS/Version: All | ! | Priority: Low Component: Core tasks | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | *************** *** 96,99 **** ------- Additional Comments From [EMAIL PROTECTED] 2001-02-15 05:51 ------- Cannot reproduce it either now... must have been a strange environment problem. ! Emmanuel --- 96,114 ---- ------- Additional Comments From [EMAIL PROTECTED] 2001-02-15 05:51 ------- Cannot reproduce it either now... must have been a strange environment problem. ! Emmanuel ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-02-18 22:37 ------- ! I am able to reproduce this. However, I am not sure its a "bug". ! ! The problem is that the patternset "dist" in the build file includes all the ! files in the main directory. For the Zip task this results in the target file ! being included and you get an "infinite Zip". Simply adding an exclude of the ! Zip target file to the pattern set keeps the problem from happening. ! ! However, Tar with the same patternset does not result in the target file being ! included in the tarred files. So at the very least there is a bug in that Tar ! and Zip are inconsistent (which I have re-prioritized to low) ! ! I am not sure exactly where the difference in the code lies - Tar and Zip are ! coded very differently and I haven't tracked down the specific location (yet?).
