http://nagoya.apache.org/bugzilla/show_bug.cgi?id=564
*** shadow/564 Mon Feb 19 05:34:09 2001 --- shadow/564.tmp.16059 Mon Feb 19 23:28:23 2001 *************** *** 1,9 **** +============================================================================+ ! | Ant hangs with task zip with compression + performance | +----------------------------------------------------------------------------+ | Bug #: 564 Product: Ant | ! | Status: RESOLVED Version: 1.3 Beta 2 | ! | Resolution: FIXED Platform: PC | | Severity: Normal OS/Version: All | | Priority: Low Component: Core tasks | +----------------------------------------------------------------------------+ --- 1,9 ---- +============================================================================+ ! | Zip/Jar tasks hangs when target file is included in zip | +----------------------------------------------------------------------------+ | Bug #: 564 Product: Ant | ! | Status: REOPENED Version: 1.3 Beta 2 | ! | Resolution: Platform: PC | | Severity: Normal OS/Version: All | | Priority: Low Component: Core tasks | +----------------------------------------------------------------------------+ *************** *** 123,126 **** ------- Additional Comments From [EMAIL PROTECTED] 2001-02-19 05:34 ------- I have added a check which will prevent <zip> and <tar> from attempting to ! include the target file in the archive. --- 123,133 ---- ------- Additional Comments From [EMAIL PROTECTED] 2001-02-19 05:34 ------- I have added a check which will prevent <zip> and <tar> from attempting to ! include the target file in the archive. ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-02-19 23:28 ------- ! Sorry to reopen, but the previous committed changes do not fully solve the ! problem. First of all the ZipTest has a minor typo in that it runs Tar instead ! of Zip for the new test case. More importantly, it does not test for the case ! where the Zip file does not already exist. I am submitting a patch that updates ! test cases and patches code.
