This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
compile xercesImpl failed silent
- From: "Steve Ni" <list at boyi-online dot com>
- To: <java at gcc dot gnu dot org>
- Date: Tue, 1 Apr 2003 11:51:50 +0800
- Subject: compile xercesImpl failed silent
I download Apache xerces XML package and build it successfully.
Then I try to compile "gcj -shared -o xml.dll xercesImpl.jar"
It doesn't display serious exception, but no file generated.
===================The output tail==================================
org/apache/xml/serialize/SerializerFactory.java: In class
`org.apache.xml.serial
ize.SerializerFactory':
org/apache/xml/serialize/SerializerFactory.java: In method
`org.apache.xml.seria
lize.SerializerFactory.registerSerializerFactory(org.apache.xml.serialize.Se
rial
izerFactory)':
org/apache/xml/serialize/SerializerFactory.java:0: warning: exception
handler in
side code that is being protected
===================The output tail==================================
I put the xercesImpl.jar here:
http://www.e2one.com/temporary/xercesImpl.jar
My OS is win2000Pro, and gcj get from:
http://www.thisiscool.com/gcc33_mingw.htm
Version is 3.3 20030218 (prerelease)