http://nagoya.apache.org/bugzilla/show_bug.cgi?id=564
*** shadow/564 Fri Feb 9 08:34:16 2001
--- shadow/564.tmp.23199 Wed Feb 14 15:52:58 2001
***************
*** 2,11 ****
| Ant hangs with task zip with compression + performance |
+----------------------------------------------------------------------------+
| Bug #: 564 Product: Ant |
! | Status: NEW Version: 1.3 Beta 1 |
! | Resolution: Platform: PC |
! | Severity: Normal OS/Version: |
! | Priority: 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: RESOLVED 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] |
***************
*** 66,69 ****
<delete file="${file}.tar" />
</target>
! </project>
--- 66,94 ----
<delete file="${file}.tar" />
</target>
! </project>
!
! ------- Additional Comments From [EMAIL PROTECTED] 2001-02-14 15:52 -------
! This was validated with both
!
! java version "1.3.0"
! Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
! Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
!
! and
!
! java version "1.3.0"
! Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
! Java HotSpot(TM) Server VM (build 2.0fcs-E, mixed mode)
!
! since the latter was the only thing I had which was named similar to
"hotspot2".
!
! Runs pretty well, time was 2 secs with Client-VM and 3 secs with Server-VM on
a
! PIII 650MHz with 256 MB and a German W2K SP1. Fast enough for me :-)
!
! Let me add that there *may* be a problem resulting from adding the same zip-
! file you are creating to itself - but this would be a problem of the OS and
not
! of Ant :-) (but maybe this is just a simplified test-case?).
! In fact the jar-file is added to the zip which is added partly to itself and
! which again is added to the tar.gz-file. If this is not a test-case it should
! be changed in my opinion.