RE: SEVERE: Couldn't find hyphenation pattern en_US

2010-06-23 Thread Eric Douglas
What path? What version fop are you using? I downloaded the source and rebuilt the jar without any classpath in it because we use it embedded in another language which has it's own classpath setup where I reference all required jars, but I haven't sent that version out yet. Our live system is

Re: SEVERE: Couldn't find hyphenation pattern en_US

2010-06-23 Thread Tom Browder
On Wed, Jun 23, 2010 at 06:45, Tom Browder tom.brow...@gmail.com wrote: On Tue, Jun 22, 2010 at 15:50, Eric Douglas edoug...@blockhouse.com wrote: ... So, assuming the jar file is physically in dir /usr/local/share/fop, should the CLASSPATH read:  export

RE: SEVERE: Couldn't find hyphenation pattern en_US

2010-06-23 Thread Eric Douglas
What do you mean install after a build? Fop is not an application to be installed. It's a Java program, which you can run from a command line or embed in another application. The ant classpath arguments are in the build.xml. I only vaguely know ant to tell what that code is doing but there

Re: SEVERE: Couldn't find hyphenation pattern en_US

2010-06-23 Thread Tom Browder
On Wed, Jun 23, 2010 at 08:06, Eric Douglas edoug...@blockhouse.com wrote: What do you mean install after a build? ... To 'install' as in to be able to run from a command line, simply requires having all required jars in the classpath.  If you use the binary download, the classpath is built

RE: SEVERE: Couldn't find hyphenation pattern en_US

2010-06-23 Thread Eric Douglas
The binary download is the same as the source download should be if you compile it. That's not a standalone package. It doesn't install as an application in Windows. I don't know anything about Ubuntu, but to distribute it you would just get the binary jar and package it into an msi, zip, or

Re: SEVERE: Couldn't find hyphenation pattern en_US

2010-06-23 Thread Tom Browder
On Wed, Jun 23, 2010 at 09:04, Eric Douglas edoug...@blockhouse.com wrote: The binary download is the same as the source download should be if you compile it. That's not a standalone package.  It doesn't install as an application in Windows. I'm not trying to be difficult here, Eric, just

RE: SEVERE: Couldn't find hyphenation pattern en_US

2010-06-23 Thread Eric Douglas
Of course the 0.95 is not the same as the trunk. There is a binary download and a source download for 0.95. If you compile that source, you should get a binary which matches the binary download. The trunk is only available in source form. To produce a binary from source you have to do the Ant

Re: SEVERE: Couldn't find hyphenation pattern en_US

2010-06-23 Thread Tom Browder
On Wed, Jun 23, 2010 at 10:52, Eric Douglas edoug...@blockhouse.com wrote: Of course the 0.95 is not the same as the trunk. There is a binary download and a source download for 0.95.  If you compile that source, you should get a binary which matches the binary download.  The trunk is only

RE: SEVERE: Couldn't find hyphenation pattern en_US

2010-06-23 Thread Eric Douglas
You have to use Subversion to download the trunk source. There is a Subversion program which you can run from a command prompt, and there's an extension for Eclipse. Either way works. -Original Message- From: Tom Browder [mailto:tom.brow...@gmail.com] Sent: Wednesday, June 23, 2010

Re: SEVERE: Couldn't find hyphenation pattern en_US

2010-06-23 Thread Tom Browder
On Wed, Jun 23, 2010 at 11:03, Eric Douglas edoug...@blockhouse.com wrote: You have to use Subversion to download the trunk source. There is a Subversion program which you can run from a command prompt, and there's an extension for Eclipse.  Either way Eric, I'm working in the subversion

Re: SEVERE: Couldn't find hyphenation pattern en_US

2010-06-23 Thread J.Pietschmann
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, where is it? It's the build.xml file. You'll need ant (http://ant.apache.org) to run it, the target dist will generate

Re: SEVERE: Couldn't find hyphenation pattern en_US

2010-06-23 Thread Tom Browder
On Wed, Jun 23, 2010 at 16:29, J.Pietschmann j3322...@yahoo.de 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