Andreas L Delmelle wrote:
On Aug 24, 2006, at 19:45, Andreas L Delmelle wrote:
On Aug 24, 2006, at 15:08, Chris Bowditch wrote:
Hi Chris,
<snip />
Well I'm not sure if its one of your recent changes thats to blame,
but I've just noticed that simple tables (test file attached) appear
to be issuing a SEVERE message to the log, i.e.
24-Aug-2006 14:04:41 org.apache.fop.datatypes.LengthBase getBaseLength
SEVERE: getBaseLength called without context
Just checked this, and it seems that this has to do with the
percentage ipd. Somehow, propertyList.get().getLengthRange() tries to
resolve the percentage at that point, but does not have any context
yet to do so...
Got it. Was introduced with checking bpd/ipd for negative values
(r433385).
Should be fixed now.
Thanks for a swift turnaround Andreas!
Chris