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

[Bug java/16658] errors compiling saxon xslt library


------- Additional Comments From tromey at gcc dot gnu dot org  2004-09-08 22:45 -------
With CVS head I don't see a crash, but I do see:

./javax/xml/transform/TransformerFactory.java:133: error: Nested class
javax.xml.parsers.FactoryFinder$ConfigurationError is non-public; cannot be
accessed from here.
           } catch (FactoryFinder.ConfigurationError e) {
                    ^

This appears to be correct, though.
FactoryFinder.ConfigurationError is package-private.
It is not accessible outside javax.xml.parsers


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16658


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