On 16 Jun 2009, at 17:26, Steve Ebersole wrote:

Hi Steve

I wanted to make sure I am not missing some special config option to
make logging more helpful. Specifically, the log messages never mention
anything about positions.

For example I get log messages like:
Jun 16, 2009 10:13:29 AM org.apache.fop.events.LoggingEventListener
processEvent
WARNING: Line 1 of a paragraph overflows the available area by 2000
millipoints. (See position -1:-1)

That's normal, supposing that you're feeding FOP xml+xslt. Since the FO source does no exist as a physical file, the SAX Locator does not contain this info. As soon as you dump the FO to a file, and feed it to FOP that way, the Locator will point you to the effective location in that file.


HTH!

Andreas

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

Reply via email to