Re: FOP Maven artifacts

2007-01-23 Thread Simon Pepping
On Mon, Jan 22, 2007 at 06:40:03PM -0700, Jason Johnston wrote: Simon Pepping wrote: Users would like to use a meaningful fop-hyph.jar in order to get hyphenation for a number of languages. You can use fop-hyph.jar from the Offo project,

Re: FOP Maven artifacts

2007-01-22 Thread Jeremias Maerki
On 21.01.2007 22:56:26 Jason Johnston wrote: OK, got some questions: 1) When I do a build, there are several artifacts created in the build/ directory: fop-hyph.jar fop.jar fop-sandbox.jar fop-transcoder-allinone.jar fop-transcoder.jar Obviously fop.jar is the main

Re: FOP Maven artifacts

2007-01-22 Thread Simon Pepping
On Mon, Jan 22, 2007 at 09:12:18AM +0100, Jeremias Maerki wrote: On 21.01.2007 22:56:26 Jason Johnston wrote: OK, got some questions: 1) When I do a build, there are several artifacts created in the build/ directory: fop-hyph.jar fop.jar fop-sandbox.jar

Re: FOP Maven artifacts

2007-01-22 Thread Jason Johnston
Simon Pepping wrote: On Mon, Jan 22, 2007 at 09:12:18AM +0100, Jeremias Maerki wrote: fop-hyph.jar only contains stuff if someone adds custom hyphenation patterns. Normally, it's quite empty. fop-sandbox.jar currently doesn't contain anything that is usable. Users would like to use a

FOP Maven artifacts

2007-01-21 Thread Jason Johnston
Hello FOP devs-- Over at the Cocoon project we've got a fop-ng module that uses the new FOP 0.9x series to serialize XSL-FO to various output formats. However, since our switch to using Maven2 as build system, this module has had to be excluded from the build due to the fact that FOP 0.9x

Re: FOP Maven artifacts

2007-01-21 Thread Jeremias Maerki
You're welcome to help, especially since we don't know much about Maven. It's not only FOP that has to be deployed to the Maven repository but also XML Graphics Commons which FOP depends on. For that, I've already started some work on its build.xml [1] so that we can generate an upload bundle as

Re: FOP Maven artifacts

2007-01-21 Thread Jason Johnston
Jeremias Maerki wrote: You're welcome to help, especially since we don't know much about Maven. It's not only FOP that has to be deployed to the Maven repository but also XML Graphics Commons which FOP depends on. For that, I've already started some work on its build.xml [1] so that we can

Re: FOP Maven artifacts

2007-01-21 Thread Jason Johnston
OK, got some questions: 1) When I do a build, there are several artifacts created in the build/ directory: fop-hyph.jar fop.jar fop-sandbox.jar fop-transcoder-allinone.jar fop-transcoder.jar Obviously fop.jar is the main artifact, but should any of the others be uploaded as Maven