Just replying to 2 people at once here since I don't want to clutter the mailing list.
Sounds good, is this version scheduled for release though? Or is the trunk stable enough to use in production? -----Original Message----- From: Jeremias Maerki [mailto:[email protected]] Sent: dinsdag 29 juni 2010 9:41 To: [email protected] Subject: Re: want to catch missing font warnings FOP Trunk contains an event framework that lets you do that with an event listener. Please see: http://xmlgraphics.apache.org/fop/trunk/events.html Thanks, I may do that as a temporary solution. The font is user-specified by the way, so I don't know why it would be missing, but I do want the user to know with a real exception. -----Original Message----- From: Eric Douglas [mailto:[email protected]] Sent: maandag 28 juni 2010 20:42 To: [email protected] Subject: RE: want to catch missing font warnings It's passing out a message using org.apache.commons.logging.Log.warn(). If you can't get that method to throw out an error, you can just download the fop source, change the font method, and recompile. The message is in org.apache.fop.fonts.FontInfo.notifyFontReplacement(). Have you gotten it to find the font? Why then wouldn't the font be found? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
