This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/16658] errors compiling saxon xslt library
- From: "jbarnett at 2wire dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 8 Sep 2004 23:28:29 -0000
- Subject: [Bug java/16658] errors compiling saxon xslt library
- References: <20040721172610.16658.jbarnett@2wire.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From jbarnett at 2wire dot com 2004-09-08 23:28 -------
Interesting.... but since javax/xml/transform/TransformerFactory.java doesn't
import javax.xml.parsers.FactoryFinder, FactoryFinder.ConfigurationError should
resolve to javax.xml.transform.FactoryFinder.ConfigurationError, which is
protected, but still accessible from javax.xml.transform.TransformerFactory.
Hmm... looking through the tarball I attached it seems that I left out
javax/xml/transform/FactoryFinder.java. should I attach a new tarball, or just
the javax/xml/transform/FactoryFinder.java file? I suppose I should get gcc
from CVS head and see how far I can get with it, since the crash seems to be
fixed. Will try that and report results when I get a chance.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16658