OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Catalog Resolver class not found?!



Hello !

Having to re-start my work (due to a disk failure), i have difficulties to get
the catalog to work properly. Here is the listing of what i do. I have not
created the catalox.xml and CatalogProperties, but it would not solve the not
found problem, would it ? (using java 1.4.2)

I am using the included Xalan, but i tried to use the newest one though, and
that does not help.

[docbook@localhost test]$ wget http://xml.apache.org/commons/dist/resolver-1.0.jar
[docbook@localhost test]$ ls -l resolver-1.0.jar
-rw-r--r--    1 docbook  docbook     51861 nov 12  2002 resolver-1.0.jar
[docbook@localhost test]$ md5sum resolver-1.0.jar
a8f4218186656415a721c780ff0fe07b  resolver-1.0.jar
[docbook@localhost test]$ pwd
/home/docbook/test
[docbook@localhost test]$ export CLASSPATH=/home/docbook/test/resolver-1.0.jar
[docbook@localhost test]$ echo $CLASSPATH
/home/docbook/test/resolver-1.0.jar
[docbook@localhost test]$ java org.apache.xalan.xslt.Process -IN hello.xml -OUT
hello.html -XSL
http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
-ENTITYRESOLVER  org.apache.xml.resolver.tools.CatalogResolver -URIRESOLVER 
org.apache.xml.resolver.tools.CatalogResolver
Fichier de classe introuvable pour l'option -EntityResolver
[netsach@localhost test]$ unzip -l resolver-1.0.jar
Archive:  resolver-1.0.jar
  Length     Date   Time    Name
 --------    ----   ----    ----
        0  11-12-02 11:49   META-INF/
      369  11-12-02 11:49   META-INF/MANIFEST.MF
        0  11-12-02 11:49   org/
        0  11-12-02 11:49   org/apache/
        0  11-12-02 11:49   org/apache/env/
        0  11-12-02 11:49   org/apache/xml/
        0  11-12-02 11:49   org/apache/xml/resolver/
        0  11-12-02 11:49   org/apache/xml/resolver/apps/
        0  11-12-02 11:49   org/apache/xml/resolver/helpers/
        0  11-12-02 11:49   org/apache/xml/resolver/readers/
        0  11-12-02 11:49   org/apache/xml/resolver/tools/
      868  11-12-02 11:49   org/apache/env/WhichFactory.properties
     4485  11-12-02 11:49   org/apache/env/WhichJar.properties
     5021  11-12-02 11:49   org/apache/xml/resolver/apps/resolver.class
     3114  11-12-02 11:49   org/apache/xml/resolver/apps/xparse.class
     2251  11-12-02 11:49   org/apache/xml/resolver/apps/XParseError.class
     3305  11-12-02 11:49   org/apache/xml/resolver/apps/xread.class
    14781  11-12-02 11:49   org/apache/xml/resolver/Catalog.class
     1936  11-12-02 11:49   org/apache/xml/resolver/CatalogEntry.class
     1340  11-12-02 11:49   org/apache/xml/resolver/CatalogException.class
     4449  11-12-02 11:49   org/apache/xml/resolver/CatalogManager.class
     1008  11-12-02 11:49   org/apache/xml/resolver/helpers/Debug.class
     1219  11-12-02 11:49   org/apache/xml/resolver/helpers/Namespaces.class
     1456  11-12-02 11:49   org/apache/xml/resolver/helpers/PublicId.class
      390  11-12-02 11:49   org/apache/xml/resolver/readers/CatalogReader.class
      185  11-12-02 11:49   org/apache/xml/resolver/readers/DOMCatalogParser.class
     3421  11-12-02 11:49   org/apache/xml/resolver/readers/DOMCatalogReader.class
     2577  11-12-02 11:49  
org/apache/xml/resolver/readers/ExtendedXMLCatalogReader.class
     6724  11-12-02 11:49  
org/apache/xml/resolver/readers/OASISXMLCatalogReader.class
      229  11-12-02 11:49   org/apache/xml/resolver/readers/SAXCatalogParser.class
     6443  11-12-02 11:49   org/apache/xml/resolver/readers/SAXCatalogReader.class
     2061  11-12-02 11:49   org/apache/xml/resolver/readers/SAXParserHandler.class
     3007  11-12-02 11:49   org/apache/xml/resolver/readers/TextCatalogReader.class
     1519  11-12-02 11:49  
org/apache/xml/resolver/readers/TR9401CatalogReader.class
     2630  11-12-02 11:49   org/apache/xml/resolver/readers/XCatalogReader.class
     6882  11-12-02 11:49   org/apache/xml/resolver/Resolver.class
     4130  11-12-02 11:49   org/apache/xml/resolver/tools/CatalogResolver.class
     6022  11-12-02 11:49   org/apache/xml/resolver/tools/ResolvingParser.class
     4235  11-12-02 11:49   org/apache/xml/resolver/tools/ResolvingXMLFilter.class
      646  11-12-02 11:49   org/apache/xml/resolver/tools/ResolvingXMLReader.class
      705  11-12-02 11:49   org/apache/xml/resolver/Version.class
 --------                   -------
    97408                   41 files

I do not know what is wrong..... Any help would be greatly apreciated !
Nicolas



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]