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] website problem.


Dave,

You're right, I saw your your resolver commands, but if you're not getting any resolver errors you may not
be accessing it.

I remember going round and round with advice about how to set up the Java SDK on Linux. The
familar system classpath is apparently out; what worked for me was to create  /etc/profile.d/java.sh
and add SDK paths. Here are lines from my java.sh that are possibly relevant to you:

if ! echo ${PATH} | grep -q /usr/java/j2sdk ; then
  export JAVA_HOME=/usr/java/j2sdk
fi

#SAXON
if ! echo ${PATH} | grep -q /opt/xml/tools/saxon ; then
export PATH=/opt/xml/tools/saxon/saxon.jar:/opt/xml/catalogs:/opt/xml/tools/resolver/resolver.jar:/opt/xml/xsl/docbookxsl/extensions/saxon651.jar:/opt/xml/doctypes/website/extensions/saxon64.jar:${PATH}
fi


#FOP
if ! echo ${PATH} | grep -q /opt/xml/fop/build ; then
export PATH=/opt/xml/fop/build/fop.jar:/opt/xml/fop/lib:/opt/xml/fop/lib/avalon-framework-cvs-20020806.jar:/opt/xml/fop/lib/batik.jar:/opt/xml/fop/lib/jai_codec.jar:/opt/xml/fop/lib/jai_core.jar:/opt/xml/fop/lib/xalan-2.4.1.jar:/opt/xml/fop/lib/xercesImpl-2.2.1.jar:/opt/xml/fop/lib/xml-apis.jar:${PATH}


fi

HTH,
Denis

My CatalogManager.properties file is found in one of the paths above.

Dave Pawson wrote:
On Sun, 2005-01-16 at 07:47 -0500, Denis Bradford wrote:

Bob,

I'm have no problem with custom or stock stylesheets. Maybe your question is directed at Dave?

Since Dave says he's not seeing enough error messages, maybe he should bump up the resolver's verbosity in


CatalogManager.properties (default: verbosity=0).


Which assumption means.... the properties file is accessed ;-)

And if it isn't? (Due to my bad Windows habits!)




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