From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1417 invoked by alias); 8 Sep 2004 23:28:30 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 1378 invoked by uid 48); 8 Sep 2004 23:28:29 -0000 Date: Wed, 08 Sep 2004 23:28:00 -0000 Message-ID: <20040908232829.1377.qmail@sourceware.org> From: "jbarnett at 2wire dot com" To: java-prs@gcc.gnu.org In-Reply-To: <20040721172610.16658.jbarnett@2wire.com> References: <20040721172610.16658.jbarnett@2wire.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/16658] errors compiling saxon xslt library X-Bugzilla-Reason: CC X-SW-Source: 2004-q3/txt/msg00443.txt.bz2 List-Id: ------- 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