More table borders

2005-04-26 Thread Jeremias Maerki
I've just updated [1] with all break possibilities for the third example [2] I mentioned in an earlier post [3]. [1] http://people.apache.org/~jeremias/fop/KnuthBoxesForTablesWithBorders.pdf [2] http://people.apache.org/~jeremias/fop/table-border-special1.fo [3]

Waht is the dependency list for fop

2005-04-26 Thread delbd
Hello, i am integrating fop inside a web appilcation. However, while testing it embeded, i run into classnotfud exception. After a bit of searching , i found i had to integrate avalon-framework-4.1.5 library in project. Yes i know it is stated your loggin depends on avalon, but there is a bunch

Re: Waht is the dependency list for fop

2005-04-26 Thread Chris Bowditch
delbd wrote: So my question is, is there a list of the dependencies in the form 'name of library, version' so i don't put too much libraries inside my application and i don't miss important ones? If you download the FOP binary distribution, you will see all the required JAR files in the lib sub

Re: Waht is the dependency list for fop

2005-04-26 Thread delbd
Sorry i thought it was also for people embedding fop too. By the way, list of jar in lib is not really explicit. There is a batik.jar but the batik maven distribution is splitted in a lot of jars :) (batik-awt, batik-bridge, batik-css, batik-gvt, and so on) I post this on -user too. to be in

Re: More table borders

2005-04-26 Thread Jeremias Maerki
On 26.04.2005 18:44:38 Luca Furini wrote: I've already documented a known problem [5] (at the bottom). I just hope it won't bite us later on. [5] http://wiki.apache.org/xmlgraphics-fop/TableLayout/KnuthElementsForTables I don't think it is a dangerous problem: it can be recognized

Re: cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr AbstractBreaker.java PageSequenceLayoutManager.java

2005-04-26 Thread Glen Mazza
Oops... --- Glen Mazza [EMAIL PROTECTED] wrote: --- [EMAIL PROTECTED] wrote: -protected void startPart(BlockSequence list) { +protected void startPart(BlockSequence list, int localPageNumber) { boolean isFirstPageByBlock is probably better. The meaning of

RE: cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr AbstractBreaker.java PageSequenceLayoutManager.java

2005-04-26 Thread Andreas L. Delmelle
-Original Message- From: Glen Mazza [mailto:[EMAIL PROTECTED] --- [EMAIL PROTECTED] wrote: -protected void startPart(BlockSequence list) { +protected void startPart(BlockSequence list, int localPageNumber) { boolean isFirstPageByBlock is probably better. The