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] 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!)
> 
> 



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