This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


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

RE: Sun Resolver classes released


-----Original Message-----
From: Norman Walsh [mailto:ndw@nwalsh.com]

>Yes, it could be related to AElfred parser. But I'm not sure your classpath
>is right. If you've really got CatalogManager.properties in your root
>directory on drive C:, it should be

>  .;C:\saxon\saxon.jar;c:\resolver.jar;c:\ get the same error using xerces:

Thanks for the feedback. I switched parsers and fixed classpath problems,
and I think we can eliminate those as causes - still getting the same system
ID error:

###################
D:\xdm1\htmlhelp>echo %classpath%
.;C:\saxon\saxon.jar;C:\xerces-1_4_3\xerces.jar;c:\xmlentres\resolver.jar;D:
\denisb_work\doc\tools\

D:\xdm1\htmlhelp>echo %dbfactory%
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl

D:\xdm1\htmlhelp>echo %spfactory%
org.apache.xerces.jaxp.SAXParserFactoryImpl

D:\xdm1\htmlhelp>java -Djavax.xml.parsers.DocumentBuilderFactory=%DBFACTORY%
-Djavax.xml.parsers.SAX
ParserFactory=%SPFACTORY% com.icl.saxon.StyleSheet -r
com.sun.resolver.tools.CatalogResolver  ..\xml
diffmrg.xml c:\docbookxsl\htmlhelp\xdm-htmlhelp.xsl
Error on line 0 column 0 of file:/D:/xdm1/htmlhelp/../xmldiffmrg.xml:
  Error reported by XML parser: File "file:/D:/xdm1/cmbu_ratl.dtd" not
found.
Transformation failed: run-time errors were reported
####################

Not sure why xerces reports line 0 col 0, but I think it's the same error as
I got with AElfred.


-----Original Message-----
From: Norman Walsh [mailto:ndw@nwalsh.com]
Sent: Friday, October 12, 2001 7:53 AM
To: docbook-apps@lists.oasis-open.org
Subject: Re: DOCBOOK-APPS: Sun Resolver classes released


/ "Bradford, Denis" <denisb@rational.com> was heard to say:
| Trying to set up a catalog, I'm getting the following error with Saxon:
| 
| > java  com.icl.saxon.StyleSheet -r com.sun.resolver.tools.CatalogResolver
| ..\xmldiffmrg.xml c:\docbookxsl\htmlhelp\xdm-htmlhelp.xsl
| Cannot find CatalogManager.properties
| Cannot find CatalogManager.properties
| Cannot find CatalogManager.properties
| Cannot find CatalogManager.properties
| Cannot find CatalogManager.properties
| Error
|   java.io.FileNotFoundException: D:\xdm1\cmbu_ratl.dtd (The system cannot
| find the file specified)
| Transformation failed: run-time errors were reported
| 
| This mystifies me, because the file exists where my classpath says it is:
| 
| > echo %classpath%
| .;C:\saxon\saxon.jar;c:\resolver.jar;c:\CatalogManager.properties
| 
| Please tell me this is not related to the Aelfred parser error (still in
the
| new version of Saxon, apparently)- I'm not even getting that far, am I?
...



                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | A hen is only an egg's way of
http://www.oasis-open.org/docbook/ | making another egg.--Samuel Butler
Chair, DocBook Technical Committee | (II)

----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>

----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>


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