marcelkobain wrote:
> Do I have to add this variable in the xslfo-convert scripts?

 1. a zope.conf could contain the following lines:

<environment>
FOP_HOME /path/to/fop
FOP_HYPHENATION_PATH /path/to/fop/lib
</environment>

 2. or, a buildout.cfg could contain the following lines:

zope-conf-additional =
    <environment>
      FOP_HOME /path/to/fop
      FOP_HYPHENATION_PATH /path/to/fop/lib
    </environment>

(observe the indents) for a buildout command to write corresponding lines to
zope.conf .

The 
/path/to/fop 
will depend upon your choice of installation for FOP. 

Regards
Graham
-- 
View this message in context: 
http://www.nabble.com/-SmartprintNG----zopyx.convert-%3A-error-testing-tp15356497s15482p15367718.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.


_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to