Comment 3 for bug 364657

Revision history for this message
William F. Hammond (hammond) wrote :

I'm seeing something that appears essentially the
same in 9.04 with an xml to dtd conversion. If I were
using java directly with jars, I would expect to see this
with an incorrect classpath specification.

Moreover, no source for ubuntu's binary package
"trang" seems to be available.

> trang t.xml gt.dtd
Exception in thread "main" java.lang.NullPointerException
   at org.relaxng.datatype.helpers.DatatypeLibraryLoader$Service$Loader2.getReso
urces(libgcj_bc.so.1)
   at org.relaxng.datatype.helpers.DatatypeLibraryLoader$Service.<init>(libgcj_b
c.so.1)
   at org.relaxng.datatype.helpers.DatatypeLibraryLoader.<init>(libgcj_bc.so.1)
   at com.thaiopensource.relaxng.input.xml.Inferrer.infer(trang)
   at com.thaiopensource.relaxng.input.xml.XmlInputFormat.load(trang)
   at com.thaiopensource.relaxng.input.AbstractMultiInputFormat.load(trang)
   at com.thaiopensource.relaxng.translate.Driver.doMain(trang)
   at com.thaiopensource.relaxng.translate.Driver.main(trang)