This is the mail archive of the java@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]

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)


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