This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Bug (old?) in ZipEntry?
- From: Ranjit Mathew <rmathew at gmail dot com>
- To: Martin Egholm Nielsen <martin at egholm-nielsen dot dk>
- Cc: java at gcc dot gnu dot org
- Date: Tue, 13 Sep 2005 13:10:12 +0530
- Subject: Re: Bug (old?) in ZipEntry?
- References: <dfroi3$pc$1@sea.gmane.org> <43266EB6.90001@gmail.com> <43267F5C.8090009@egholm-nielsen.dk>
- Reply-to: rmathew at gmail dot com
On 9/13/05, Martin Egholm Nielsen <martin@egholm-nielsen.dk> wrote:
>
> Do you mind trying with the two test-archives I've attached - you're
> free to ignore...
This is weird - with the ZIP archives that you have provided
me, the output is different for Sun's JDK 1.5.0.03 and current
GCJ. I think you should file a bug against the "classpath"
product in the GCC Bugzilla and attach the two archives.
------------------------------------ 8< ------------------------------------
~/tmp/men > java -version
java version "1.5.0_03"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_03-b07)
Java HotSpot(TM) Client VM (build 1.5.0_03-b07, mixed mode)
~/tmp/men > java ZipDates fromwinzip.zip
ZipDates.java date: 1126247514000 Fri Sep 09 12:01:54 IST 2005
~/tmp/men > java ZipDates fromzip.zip
ZipDates.java date: 1126247512000 Fri Sep 09 12:01:52 IST 2005
~/tmp/men > mygij -version
java version "1.4.2"
gij (GNU libgcj) version 4.1.0 20050913 (experimental)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
~/tmp/men > mygij ZipDates fromwinzip.zip
ZipDates.java date: 1126247514265 Fri Sep 09 12:01:54 GMT+05:30 2005
~/tmp/men > mygij ZipDates fromzip.zip
ZipDates.java date: 4040499060112 Tue Jan 14 06:21:00 GMT+05:30 2098
~/tmp/men >
------------------------------------ 8< ------------------------------------
Ranjit.
--
Ranjit Mathew Email: rmathew AT gmail DOT com
Bangalore, INDIA. Web: http://ranjitmathew.hostingzero.com/