using "fop1" instead of "fop"

Robert P. J. Day rpjday at crashcourse.ca
Fri Jun 26 02:13:04 CDT 2009


  as a followup to a post of mine from a few days back, in order to
build the book on my fedora 11 system, i need to apply the following
diff:

Index: Makefile
===================================================================
--- Makefile	(revision 3551)
+++ Makefile	(working copy)
@@ -1,3 +1,3 @@
 include ../tools/Makefile.base
-FO_XSLTPROC_OPTS = --param fop.extensions 1
+FO_XSLTPROC_OPTS = --param fop1.extensions 1
 L10N_REVISION = r

  this is because any version of FOP 0.93+ is supposed to use the fop1
extensions, not just fop anymore.  using the older FOP version of
0.20.5 is strongly discouraged.  so the book authors can decide how
they want to handle that, but anyone using FOP really should have
upgraded to the newer version, making it unnecessary to support the
older version.

rday
--

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

        Linux Consulting, Training and Annoying Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Linked In:                             http://www.linkedin.com/in/rpjday
Twitter:                                       http://twitter.com/rpjday
========================================================================




More information about the svnbook-dev mailing list