This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]