[Bug java/17963] [4.0 Regression] Compiling a .jar files fails when files within .jar are in a different order

2004-11-26 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-27 
01:03 ---
I think this has been fixed by the merge of the BC branch but I have not tried 
it yet as I have not 
compiled a java compiler after.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17963


[Bug java/17963] [4.0 Regression] Compiling a .jar files fails when files within .jar are in a different order

2004-11-26 Thread tromey at gcc dot gnu dot org

--- Additional Comments From tromey at gcc dot gnu dot org  2004-11-27 
01:26 ---
I downloaded the files, unzipped, and tried with the
current cvs gcj.  It compiled both .jar files without
error.



-- 
   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17963


[Bug java/17963] [4.0 Regression] Compiling a .jar files fails when files within .jar are in a different order

2004-10-28 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-28 14:32 
---
Hmm with the current mainline I get:
java/lang/Throwable.java: In class 'gnu.crypto.pki.provider.EncodedKeyFactory':
java/lang/Throwable.java: In method 
'gnu.crypto.pki.provider.EncodedKeyFactory.engineGeneratePublic(java.security.spec.KeySpec)':
java/lang/Throwable.java:93: error: cannot find file for class 
gnu.crypto.pki.provider.GnuDSAPublicKey
java/lang/Throwable.java:93: error: cannot find file for class 
gnu.crypto.pki.provider.GnuDSAPublicKey

but I looked into the jars and there is no GnuDSAPublicKey.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17963


[Bug java/17963] [4.0 Regression] Compiling a .jar files fails when files within .jar are in a different order

2004-10-28 Thread ovidr at users dot sourceforge dot net

--- Additional Comments From ovidr at users dot sourceforge dot net  2004-10-28 
16:30 ---
Hi, sorry, I didn't notice that I had a gnu/crypto/pki/provider/ subdirectory 
and I guess gcj picked up the classes from there.

I will include gnu.zip.  Unzip it to a temp directory preserving paths, and 
gcj -c try-noerror.jar and gcj -c try-error.jar from the temp dir.

/tmp/
/tmp/try-noerror.jar
/tmp/try-error.jar
/tmp/gnu/crypto/pki/provider/* 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17963


[Bug java/17963] [4.0 Regression] Compiling a .jar files fails when files within .jar are in a different order

2004-10-28 Thread ovidr at users dot sourceforge dot net

--- Additional Comments From ovidr at users dot sourceforge dot net  2004-10-28 
16:31 ---
Created an attachment (id=7424)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7424action=view)
gnu class files


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17963


[Bug java/17963] [4.0 Regression] Compiling a .jar files fails when files within .jar are in a different order

2004-10-28 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-28 16:35 
---
Confirmed.

-- 
   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed||1
   Last reconfirmed|-00-00 00:00:00 |2004-10-28 16:35:35
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17963


[Bug java/17963] [4.0 Regression] Compiling a .jar files fails when files within .jar are in a different order

2004-10-12 Thread ovidr at users dot sourceforge dot net

--- Additional Comments From ovidr at users dot sourceforge dot net  2004-10-12 
23:52 ---
Created an attachment (id=7332)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7332action=view)
The two jar files


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17963


[Bug java/17963] [4.0 Regression] Compiling a .jar files fails when files within .jar are in a different order

2004-10-12 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Keywords||rejects-valid
   Target Milestone|--- |4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17963