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] docbook framework for win32 and linux


> How do you set the CLASSPATH and PATH and how do you start the docbook
> processing? How does your commandline look like?
>
> I can't see xalan in your structure.
>
> BTW: I recommend using Apache ANT as buildtool; this prevents you from
> writing the driver code twice for Windows and Linux.
>
> Regards,
> Gisbert Amm

Hello Gisbert,

Pathes look as following:

classpath=xalan.jar;c:\buch\binaries;c:\buch\binaries\lib;

LOCALCLASSPATH=build/fop.jar;buch/binaries\xml-apis.jar;buch/binaries\xercesImpl-2.2.1.jar;buch/binaries\xalan-2.4.1.jar

Defined in Systemsteuerung/System/Erweitert/Umgebungsvariablen.
xalan is located in binaries.

Processing started with:
C:\buch>java org.apache.xalan.xslt.Process -IN test.xml -XSL
c:\buch\docbook\xsl\docbook_1.65.1\html
\docbook.xsl -OUT t.html

The result looks like:
SystemId Unknown; Line -1; Column -1; XSLT-Fehler
(javax.xml.transform.TransformerConfigurationExcep
tion): javax.xml.transform.TransformerException:
javax.xml.transform.TransformerException: IO-Ausnah
me bei Stylesheet-Datei: ../VERSION

regards
Volker






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]