[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: FOP - I'm missing something I think.

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-09-23 15:10:56 CEST

"Files" <files@poetryunlimited.com> writes:

> Ok. Someone please tell me eveyrthing I have to have installed in
> order to get fop to work right?
>
> I did what the README said. Used the XSL_DIR directive. Etc. etc.

* So you unpacked the docbook-xsl tarball into doc/book/tools/xsl/ ?

* You installed libxslt, so the 'xsltproc' binary is in $PATH ?

* You unpacked the fop-0.20.4 binary tarball into doc/book/tools/fop/ ?

* You've copied the proper JIMI .jar file into doc/book/tools/fop/lib/ ?

* You have a 1.4 JVM installed, and have set $JAVA_HOME to point to it ?

>
> All I get when it finally gets to fop, is that it runs and spits out
> that error constantly.

Assuming the above is all true, show us the -exact output- of what
happens when you 'cd doc/book; make book-pdf'. Here's what I see:

$ export JAVA_HOME=/usr/java/j2sdk1.4.2
$ make book-pdf
xsltproc \
   --output ./book/book.fo ./tools/fo-stylesheet.xsl ./book/book.xml
Making portrait pages on USletter paper (8.5inx11in)
./tools/bin/run-fop.sh . -fo ./book/book.fo -pdf ./book/book.pdf
(Using './tools/fop/fop.sh' for FOP)
[INFO] FOP 0.20.4
[INFO] building formatting object tree
[INFO] [1]
[INFO] [2]
[INFO] [3]
[INFO] [4]
[...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 23 15:12:24 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.