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]
Other format: [Raw text]

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




To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.



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