DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41440>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41440 ------- Additional Comments From [EMAIL PROTECTED] 2007-01-26 00:16 ------- It would appear the exception is caused in use of invalid targets in the script. The localisation message also appears for EN version as well. *************************************************************** <!-- svg no.1 --> <fo:external-graphic src="file:/home/assan/javaproj/FOPTest/svg/boxes.svg"/> // FOP error message caused by svg no.1, if url of svg file is not valid: SEVERE: Image not available: file:/home/assan/javaproj/FOPTest/svg/boxes.svg *************************************************************** <!-- svg no.2 --> <fo:instream-foreign-object> <svg xmlns="http://www.w3.org/2000/svg" width="20mm" height="20mm" xml:space="preserve"> <svg viewBox="0 0 20 20" preserveAspectRatio="none"> <image xlink:href="file:/home/assan/javaproj/FOPTest/svg/boxes.svg" x="0" y="0" width="20mm" height="20mm"/> </svg> </svg> </fo:instream-foreign-object> // FOP error message caused by svg no.2, if url of svg file is not valid: SEVERE: svg graphic could not be built: Can't find bundle for base name org.apache.fop.svg.resources.Messages, locale cs_CZ java.util.MissingResourceException: Can't find bundle for base name org.apache.fop.svg.resources.Messages, locale cs_CZ Also gives same for locale en *************************************************************** <!-- svg no.3 --> <fo:instream-foreign-object> <svg xmlns="http://www.w3.org/2000/svg" width="100mm" height="100mm" xml:space="preserve"> <g transform="scale(10)"> <image xlink:href="file:/home/assan/javaproj/FOPTest/svg/boxes.svg" x="0" y="0" width="100mm" height="100mm"/> </g> </svg> </fo:instream-foreign-object> // FOP error message caused by svg no.3, if url of svg file is not valid: SEVERE: svg graphic could not be built: Can't find bundle for base name org.apache.fop.svg.resources.Messages, locale cs_CZ java.util.MissingResourceException: Can't find bundle for base name org.apache.fop.svg.resources.Messages, locale cs_CZ -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
