diff options
author | Adrian Cumiskey <acumiskey@apache.org> | 2008-10-29 11:07:24 +0000 |
---|---|---|
committer | Adrian Cumiskey <acumiskey@apache.org> | 2008-10-29 11:07:24 +0000 |
commit | 6436001ddd2beac7336350318b02f67cee1bf443 (patch) | |
tree | 781260aefc9ca246117c6512e52b74f52d4ca65f /src/documentation | |
parent | 29985fedb58492a7bea6d7613396c961990e4a11 (diff) | |
download | xmlgraphics-fop-6436001ddd2beac7336350318b02f67cee1bf443.tar.gz xmlgraphics-fop-6436001ddd2beac7336350318b02f67cee1bf443.zip |
Merged revisions 708192,708838,708848,708851 via svnmerge from
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk
........
r708192 | cbowditch | 2008-10-27 14:12:36 +0000 (Mon, 27 Oct 2008) | 1 line
added FAQ for Font Cache Warning
........
r708838 | jeremias | 2008-10-29 08:56:00 +0000 (Wed, 29 Oct 2008) | 1 line
Test case for WMF images. Useful also for visual testing.
........
r708848 | jeremias | 2008-10-29 09:32:07 +0000 (Wed, 29 Oct 2008) | 1 line
Adding variant with fox:conversion-mode="bitmap" for visual testing.
........
r708851 | jeremias | 2008-10-29 09:40:44 +0000 (Wed, 29 Oct 2008) | 1 line
Added a variant with fox:conversion-mode="bitmap" for visual testing.
........
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@708875 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/faq.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/faq.xml b/src/documentation/content/xdocs/faq.xml index ac2693d8b..f05f07126 100644 --- a/src/documentation/content/xdocs/faq.xml +++ b/src/documentation/content/xdocs/faq.xml @@ -426,6 +426,28 @@ public class DefaultErrorListener implements ErrorListener { }]]></source> </answer> </faq> + <faq> + <question>The following message appears after recently upgrading FOP: + "I/O exception while reading font cache (org.apache.fop.fonts.EmbedFontInfo; + local class incompatible: stream classdesc serialVersionUID = + -9075848379822693399, local class serialVersionUID = 8755432068669997367). + Discarding font cache file."</question> + <answer> + <p> + This message is a warning that FOP failed to read from the Font cache. + Which means any Font auto detection or Font directories will be re-scanned. + So this failure doesn't break anything. + </p> + <p> + To avoid the warning you can simply delete the + old Font Cache file, which according to [1] lives in ${base}\conf\font.cache. + Or you can disable Font Caching altogether using the option "use-cache" + </p> + <p> + [1] http://xmlgraphics.apache.org/fop/0.94/configuration.html#general-elements + </p> + </answer> + </faq> </part> <part id="part-output"> <title>Problems with FOP output</title> |