xml-commons/java/build/resolver.jar??? JDK1.4 probably has the classes built-in is my guess.
-- dims On Fri, 3 Dec 2004 16:58:33 -0700, Adam R. B. Jack <[EMAIL PROTECTED]> wrote: > > > I need help with the Kaffe gump run...it's stuck in xml-xerces > > > (http://brutus.apache.org/gump/kaffe/xml-xerces2/xml-xerces/gump_work/build_ > xml-xerces2_xml-xerces.html) > > > > I'm somewhat out of my area here, but (and stating the hopefully obvious) it > looks like a bunch of warning, and four import errors that go on to cause > the rest: > > [xjavac] 44. import org.apache.xml.resolver.Catalog; > [xjavac] ^-----------------------------^ > [xjavac] *** Semantic Error: The import "org/apache/xml/resolver/Catalog" > is not valid, since it does not name a type in a package. > > I believe this is Kaffe's version of "Not Found" (although I couldn't find, > via Google, that documented). > > I can't seem to find them either, not in this source tree, only the > reference to them. > > [EMAIL PROTECTED] ~/workspaces2/kaffe/workspace/xml-xerces2 $ find . -name > '*.java' -exec grep org.apache.xml.resolver {} \; -print > import org.apache.xml.resolver.Catalog; > import org.apache.xml.resolver.CatalogManager; > import org.apache.xml.resolver.readers.OASISXMLCatalogReader; > import org.apache.xml.resolver.readers.SAXCatalogReader; > > fResolverCatalogManager.setCatalogClassName("org.apache.xml.resolver.Catalog > "); > "org.apache.xml.resolver.readers.OASISXMLCatalogReader"); > ./java/src/org/apache/xerces/util/XMLCatalogResolver.java > > Where are they meant to come from? > > regards, > > Adam > > -- Davanum Srinivas - http://webservices.apache.org/~dims/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
