DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22216>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22216 bug in processMessage(), doesn't work for ERROR ------- Additional Comments From [EMAIL PROTECTED] 2003-08-08 11:14 ------- A 2nd solution is to stop the processing. This may be more useful in many cases. I changed org.apache.fop.fo.flow.ExternalGraphic.layout(): ... catch (MalformedURLException urlex) { // bad URL log.error("Error while creating area : " + urlex.getMessage()); throw new FOPException ("Error while creating area : " + urlex.getMessage()); } catch (FopImageException imgex) { // image error log.error("Error while creating area : " + imgex.getMessage()); throw new FOPException ("Error while creating area : " + imgex.getMessage()); } ... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
