The OFFO hyphenation jar file offo-hyphenation-fop-stable_v1.2.zip contains en.hyp, en_GB.hyp, en_US.hyp. The experimental OFFO hyphenation jar file offo-hyphenation-fop-stable-utf8.zip contains en.hyp and en_GB.hyp.
The fop script of Debian and (probably) Ubuntu locates fop-hyph.jar at $FOP_HYPHENATION_PATH. How to include fop-hyph.jar in a build of the trunk code is described at http://offo.sourceforge.net/hyphenation/fop-stable/installation.html. If you build fop from the trunk code, the idea is to leave the generated jar files where they are, e.g. /opt/fop. You need to call the fop script as: /path/to/fop-directory/fop, e.g. /opt/fop/fop. You can also copy the fop script to /usr/bin or another directory in your path, and set FOP_HOME to the path of the fop directory: export FOP_HOME=/path/to/fop-directory. Simon On Wed, Jun 23, 2010 at 05:32:46PM -0500, Tom Browder wrote: > On Wed, Jun 23, 2010 at 16:29, J.Pietschmann <[email protected]> wrote: > > On 23.06.2010 18:08, Tom Browder wrote: > >> > >> I'm trying to understand how the distributable packages on the fop > >> download site are assembled, by hand or by script? If by script, > ... > > It's the build.xml file. You'll need ant (http://ant.apache.org) to > > run it, the target "dist" will generate tgz and zip archives for > > Thanks, I forgot about listing all the ant build targets (duh)! > > > both a binary and a source package. It will not generate a package > > which can be used by the Ubuntu package system. > > Okay, but at least should be able to be "installed" (i.e., unpacked) > into some directory and it should work if the "fop" start-up script > can be found on one's path. > > Thanks for everyone's patience--consider this thread closed. > > -Tom -- Simon Pepping home page: http://www.leverkruid.eu
