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: Re: [docbook-apps] Resolver Classes (Version 1.1) Cannot find CatalogManager.properties


At 03:59 10/01/2004, Steve Whitlatch wrote:
>I've got XML Catalogs working for the libxml2 tools (xmllint,
>xsltproc, etc.), and now I'm trying to get the Resolver Classes (1.1)
>working for Saxon and Xalan.
>
>Following the instructions at
>http://wwws.sun.com/software/xml/developers/resolver/article/
>I placed resolver.jar where java could find it. Specifically I placed
>it with many other jars in the /usr/local/j2ee_1.4/jdk/jre/lib/ext
>directory. I created a CatalogManager.properties file and placed it
>in a directory on my CLASSPATH.
>
>Perhaps someone can shed some light on why I always get the message:
>Cannot find CatalogManager.properties
>
>My CLASSPATH variable in .profile looks like this:
>export CLASSPATH=$CLASSPATH:$HOME/bin
>%echo $CLASSPATH
>:/home/steve/bin:/home/steve/bin

WHich doesn't include /usr/local/j2ee_1.4/jdk/jre/lib/ext ?

There's a debug option for the resolver
verbosity=0

set it to  2 or 3.

Or try explictly setting the classpath on the XSLT call.
Make sure it includes the .properties file.

HTH DaveP





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