Re: CVS snapshot does not render

2001-12-03 Thread Philippe Van Der Gucht

Keiron Liddle wrote:

 It's not a module its the tag on the fop-dev module.
 cvs co -t fop-0_20_2-maintain fop-dev

There does not seem to be a fop-dev module available on
cvs.apache.org:/home/cvspublic?

I took the tagged files from the xml-fop module but the bug crept up again.
Apparently a table-footer is being placed on the other page and afterwards an
infinite loop sets in.

This is what I get:

---8---
  [fop] building formatting object tree
  [fop] [1]
  [fop] table-layout=auto is not supported, using fixed!
  [fop] Sum of fixed column widths 538580 greater than maximum specified
IPD
 523275
  [fop] footer could not fit on page, moving last body row to next page
  [fop] [2]
  [fop] footer could not fit on page, moving last body row to next page
  [fop] [3]
  [fop] footer could not fit on page, moving last body row to next page
  [fop] [4]
  [fop] footer could not fit on page, moving last body row to next page
  [fop] [5]
  [fop] footer could not fit on page, moving last body row to next page
etc etc etc
---8---


Philippe.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: CVS snapshot does not render

2001-11-30 Thread Philippe Van Der Gucht

I'm reiterating my request.

Does anybody have an idea as to what the solution might be?

I downloaded the latest
(http://cvs.apache.org/snapshots/xml-fop/xml-fop_20011130051622.tar.gz) and it
still won't work.

Philippe Van Der Gucht wrote:
 
 Hello,
 
 I'm trying to make the latest cvs snapshot working but when it tries to render
 PDF's I get this:
 
 ---8---
 Fop Test
 
 Starting Tests ...
 Buildfile: build.xml
 
 init:
 
 newPDF:
   [fop] D:\xml-fop\docs\examples\fo\border.fo -
 D:\xml-fop\docs\examples\te
 sts\border.pdf
   [fop] building formatting object tree
   [fop] Parsing of document complete, stopping renderer
   [fop] D:\xml-fop\docs\examples\fo\bordershorthand.fo -
 D:\xml-fop\docs\ex
 amples\tests\bordershorthand.pdf
   [fop] building formatting object tree
   [fop] Couldn't render file: null
 
 BUILD FAILED
 ---8---
 
 I'm using the 1.3.1_01 jdk on an NT4 sp6a machine.
 
 Nobody else seems to have this kind of problem so I'm baffled!
 
 Philippe.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




table-footer question

2001-08-13 Thread Philippe Van Der Gucht

Hello,

I downloaded the latest fop from the cvs today and it works really good.

But I'm having a problem with the footer of a table which needs to be at the
bottom of a table instead of immediately after the body part.
Setting the height of a table does not solve this.

I don't know if this is supposed to be so (it probably is) but isn't there a
way to have
1) a fixed table height
2) a table footer which is always positioned at the bottom of the table.


Thanks in advance,
Philippe.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]