Thanks again Andreas.

Can you think of a way to build such a facility?  Some event listener I
could use to track where we are in the processing?  I guess I could
intercept/delegate the SAX events, but that seems ugly.

On Tue, 2009-06-16 at 18:58 +0200, Andreas Delmelle wrote:
> 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]
> 
-- 
Steve Ebersole <[email protected]>
Hibernate.org


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

Reply via email to