Re: FOP crashes when encountering character 00AD (soft hyphen)
Paul Tremblay <paulhtremblay <at> gmail.com>
2011-10-21 16:33:40 GMT
Hi Mehdi,
Here are the errors, as an attached file.
On 10/21/11 11:16 AM, mehdi houshmand wrote:
> Hi Paul,
>
> Try running the JUnit task "ant junit" and share any errors.
>
> Mehdi
>
> On 21 October 2011 15:47, Paul Tremblay<paulhtremblay <at> gmail.com> wrote:
>> Hi Mehdi,
>>
>> I already have JUnit4 (junit-4.10.jar). That's the jar I put in my
>> /usr/share/ant/lib
>>
>> Paul
>>
>> On 10/21/11 10:44 AM, mehdi houshmand wrote:
>>> Hi Paul,
>>>
>>> The latest trunk relies on JUnit4, so you'll have to get that JAR not
>>> the JUnit3 one, the url (https://github.com/KentBeck/junit/downloads)
>>> should help.
>>>
>>> Mehdi
>>>
>>> On 21 October 2011 15:39, Paul Tremblay<paulhtremblay <at> gmail.com> wrote:
>>>> On 10/21/11 6:04 AM, J.Pietschmann wrote:
>>>>> Am 21.10.2011 09:44, schrieb mehdi houshmand:
>>>>>> however, FOP trunk doesn't produce this
>>>>>> issue,
>>>>> Jeremias fixed this some time ago on trunk.
>>>>>
>>>>> J.Pietschmann
>>>>>
>>>>>
>>>> Thanks. I downloaded the trunk. I followed the directions and set
>>>> JAVA_HOME
>>>> to /Library/Java/Home and ANT_HOME to usr/share/ant. I typed ant and got
>>>> an
>>>> error message that junit.jar had to be on the classpath of ant. So I
>>>> copied
>>>> junit from /usr/share/junit/junit.jar to /usr/share/ant/lib, and typed
>>>> ant
>>>> again.
>>>>
>>>> This time the build generated at lot of tests, and ended with this
>>>> message:
>>>>
>>>> BUILD FAILED
>>>> /Library/Java/trunk/build.xml:875: NOTE:
>>>>
>>>> **************************************************************************
>>>> * One or more of the Junit tests had Failures or Errors or were skipped!
>>>> *
>>>> * Please check the output above for relevant messages.
>>>> *
>>>> * Or use the "junit-reports" target to generate HTML test reports.
>>>> *
>>>>
>>>> **************************************************************************
>>>>
>>>> However, running a few tests:
>>>>
>>>> fop -fo<file.fo> -pdf out.pdf
>>>>
>>>> works fine, rendering correct PDF.
>>>>
>>>> Do I have an incomplete build? I can send along more detailed reports if
>>>> I
>>>> need to.
>>>>
>>>> Thanks again
>>>>
>>>> Paul
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: fop-users-unsubscribe <at> xmlgraphics.apache.org
>>>> For additional commands, e-mail: fop-users-help <at> xmlgraphics.apache.org
>>>>
>>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: fop-users-unsubscribe <at> xmlgraphics.apache.org
>>> For additional commands, e-mail: fop-users-help <at> xmlgraphics.apache.org
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: fop-users-unsubscribe <at> xmlgraphics.apache.org
>> For additional commands, e-mail: fop-users-help <at> xmlgraphics.apache.org
>>
>>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-users-unsubscribe <at> xmlgraphics.apache.org
> For additional commands, e-mail: fop-users-help <at> xmlgraphics.apache.org
>
Buildfile: /Library/Java/trunk/build.xml
Trying to override old definition of task javac
Trying to override old definition of task junit
init-avail:
[echo] ------------------- Apache FOP svn-trunk [1999-2010] ----------------
[echo] See build.properties and build-local.properties for additional build settings
[echo] Apache Ant(TM) version 1.8.2 compiled on June 3 2011
[echo] VM: 20.1-b02-383, Apple Inc.
[echo] JAVA_HOME: /Library/Java/Home/
[echo] JAI Support PRESENT
[echo] JCE Support PRESENT
[echo] JUnit Support PRESENT
[echo] XMLUnit Support PRESENT
init:
codegen:
[echo] Generating the java files from xml resources
compile-java:
resourcegen:
compile-copy-resources:
compile:
uptodate-jar-main:
jar-main:
compile-hyphenation:
[echo] Hyphenation successful
uptodate-jar-hyphenation:
jar-hyphenation:
uptodate-jar-sandbox:
jar-sandbox:
package:
uptodate-transcoder-pkg:
transcoder-pkg:
junit-with-xmlunit:
junit-without-xmlunit:
junit-compile-java:
junit-compile-copy-resources:
junit-compile:
junit-userconfig:
[echo] Running user config tests...
[junit] Testsuite: org.apache.fop.config.UserConfigTestSuite
[junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 10.672 sec
[junit]
[junit] ------------- Standard Output ---------------
[junit] file:/Library/Java/trunk/./test/config/
[junit] file:test/config/
[junit] fantasy:myconfig/
[junit] file:test/config/
[junit] ------------- ---------------- ---------------
[junit] ------------- Standard Error -----------------
[junit] Oct 21, 2011 11:24:24 AM org.apache.fop.apps.FopFactory resolveURI
[junit] SEVERE: Attempt to resolve URI 'badprotocol:test/resources/fonts/glb12.ttf.xml' failed:
[junit] javax.xml.transform.TransformerException: Error with URL; base 'file:/Library/Java/trunk/test/config/' href 'badprotocol:test/resources/fonts/glb12.ttf.xml'
[junit] at org.apache.fop.apps.FOURIResolver.handleException(FOURIResolver.java:141)
[junit] at org.apache.fop.apps.FOURIResolver.resolve(FOURIResolver.java:272)
[junit] at org.apache.fop.apps.FopFactory.resolveURI(FopFactory.java:795)
[junit] at org.apache.fop.apps.FOUserAgent.resolveURI(FOUserAgent.java:426)
[junit] at org.apache.fop.render.DefaultFontResolver.resolve(DefaultFontResolver.java:44)
[junit] at org.apache.fop.fonts.FontInfoConfigurator.getFontInfo(FontInfoConfigurator.java:214)
[junit] at org.apache.fop.fonts.FontInfoConfigurator.addFonts(FontInfoConfigurator.java:165)
[junit] at org.apache.fop.fonts.FontInfoConfigurator.configure(FontInfoConfigurator.java:99)
[junit] at org.apache.fop.render.PrintRendererConfigurator.buildFontList(PrintRendererConfigurator.java:107)
[junit] at org.apache.fop.render.PrintRendererConfigurator.setupFontInfo(PrintRendererConfigurator.java:130)
[junit] at org.apache.fop.render.intermediate.IFUtil.setupFonts(IFUtil.java:168)
[junit] at org.apache.fop.render.intermediate.IFRenderer.setupFontInfo(IFRenderer.java:182)
[junit] at org.apache.fop.area.RenderPagesModel.<init>(RenderPagesModel.java:74)
[junit] at org.apache.fop.area.AreaTreeHandler.setupModel(AreaTreeHandler.java:129)
[junit] at org.apache.fop.area.AreaTreeHandler.<init>(AreaTreeHandler.java:101)
[junit] at org.apache.fop.render.RendererFactory.createFOEventHandler(RendererFactory.java:360)
[junit] at org.apache.fop.fo.FOTreeBuilder.<init>(FOTreeBuilder.java:105)
[junit] at org.apache.fop.apps.Fop.createDefaultHandler(Fop.java:101)
[junit] at org.apache.fop.apps.Fop.<init>(Fop.java:79)
[junit] at org.apache.fop.apps.FopFactory.newFop(FopFactory.java:280)
[junit] at org.apache.fop.render.pdf.BasePDFTestCase.convertFO(BasePDFTestCase.java:83)
[junit] at org.apache.fop.config.BaseUserConfigTestCase.convertFO(BaseUserConfigTestCase.java:64)
[junit] at org.apache.fop.config.BaseDestructiveUserConfigTestCase.testUserConfig(BaseDestructiveUserConfigTestCase.java:39)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit] at java.lang.reflect.Method.invoke(Method.java:597)
[junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
[junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
[junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
[junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
[junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
[junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
[junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
[junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
[junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
[junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
[junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
[junit] at org.junit.runners.Suite.runChild(Suite.java:128)
[junit] at org.junit.runners.Suite.runChild(Suite.java:24)
[junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
[junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
[junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
[junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
[junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
[junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
[junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:518)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1052)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:906)
[junit] Caused by: java.net.MalformedURLException: unknown protocol: badprotocol
[junit] at java.net.URL.<init>(URL.java:574)
[junit] at java.net.URL.<init>(URL.java:464)
[junit] at org.apache.fop.apps.FOURIResolver.resolve(FOURIResolver.java:270)
[junit] ... 50 more
[junit] ---------
[junit] java.net.MalformedURLException: unknown protocol: badprotocol
[junit] at java.net.URL.<init>(URL.java:574)
[junit] at java.net.URL.<init>(URL.java:464)
[junit] at org.apache.fop.apps.FOURIResolver.resolve(FOURIResolver.java:270)
[junit] at org.apache.fop.apps.FopFactory.resolveURI(FopFactory.java:795)
[junit] at org.apache.fop.apps.FOUserAgent.resolveURI(FOUserAgent.java:426)
[junit] at org.apache.fop.render.DefaultFontResolver.resolve(DefaultFontResolver.java:44)
[junit] at org.apache.fop.fonts.FontInfoConfigurator.getFontInfo(FontInfoConfigurator.java:214)
[junit] at org.apache.fop.fonts.FontInfoConfigurator.addFonts(FontInfoConfigurator.java:165)
[junit] at org.apache.fop.fonts.FontInfoConfigurator.configure(FontInfoConfigurator.java:99)
[junit] at org.apache.fop.render.PrintRendererConfigurator.buildFontList(PrintRendererConfigurator.java:107)
[junit] at org.apache.fop.render.PrintRendererConfigurator.setupFontInfo(PrintRendererConfigurator.java:130)
[junit] at org.apache.fop.render.intermediate.IFUtil.setupFonts(IFUtil.java:168)
[junit] at org.apache.fop.render.intermediate.IFRenderer.setupFontInfo(IFRenderer.java:182)
[junit] at org.apache.fop.area.RenderPagesModel.<init>(RenderPagesModel.java:74)
[junit] at org.apache.fop.area.AreaTreeHandler.setupModel(AreaTreeHandler.java:129)
[junit] at org.apache.fop.area.AreaTreeHandler.<init>(AreaTreeHandler.java:101)
[junit] at org.apache.fop.render.RendererFactory.createFOEventHandler(RendererFactory.java:360)
[junit] at org.apache.fop.fo.FOTreeBuilder.<init>(FOTreeBuilder.java:105)
[junit] at org.apache.fop.apps.Fop.createDefaultHandler(Fop.java:101)
[junit] at org.apache.fop.apps.Fop.<init>(Fop.java:79)
[junit] at org.apache.fop.apps.FopFactory.newFop(FopFactory.java:280)
[junit] at org.apache.fop.render.pdf.BasePDFTestCase.convertFO(BasePDFTestCase.java:83)
[junit] at org.apache.fop.config.BaseUserConfigTestCase.convertFO(BaseUserConfigTestCase.java:64)
[junit] at org.apache.fop.config.BaseDestructiveUserConfigTestCase.testUserConfig(BaseDestructiveUserConfigTestCase.java:39)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit] at java.lang.reflect.Method.invoke(Method.java:597)
[junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
[junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
[junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
[junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
[junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
[junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
[junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
[junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
[junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
[junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
[junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
[junit] at org.junit.runners.Suite.runChild(Suite.java:128)
[junit] at org.junit.runners.Suite.runChild(Suite.java:24)
[junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
[junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
[junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
[junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
[junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
[junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
[junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:518)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1052)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:906)
[junit] Oct 21, 2011 11:24:24 AM org.apache.fop.apps.FopFactory resolveURI
[junit] SEVERE: Attempt to resolve URI 'badprotocol:test/resources/fonts/glb12.ttf.xml' failed:
[junit] javax.xml.transform.TransformerException: Error with URL; base 'file:/Library/Java/trunk/test/config/' href 'badprotocol:test/resources/fonts/glb12.ttf.xml'
[junit] at org.apache.fop.apps.FOURIResolver.handleException(FOURIResolver.java:141)
[junit] at org.apache.fop.apps.FOURIResolver.resolve(FOURIResolver.java:272)
[junit] at org.apache.fop.apps.FopFactory.resolveURI(FopFactory.java:795)
[junit] at org.apache.fop.apps.FOUserAgent.resolveURI(FOUserAgent.java:426)
[junit] at org.apache.fop.render.DefaultFontResolver.resolve(DefaultFontResolver.java:44)
[junit] at org.apache.fop.fonts.FontInfoConfigurator.getFontInfo(FontInfoConfigurator.java:214)
[junit] at org.apache.fop.fonts.FontInfoConfigurator.addFonts(FontInfoConfigurator.java:165)
[junit] at org.apache.fop.fonts.FontInfoConfigurator.configure(FontInfoConfigurator.java:99)
[junit] at org.apache.fop.render.PrintRendererConfigurator.buildFontList(PrintRendererConfigurator.java:107)
[junit] at org.apache.fop.render.PrintRendererConfigurator.setupFontInfo(PrintRendererConfigurator.java:130)
[junit] at org.apache.fop.render.intermediate.IFUtil.setupFonts(IFUtil.java:168)
[junit] at org.apache.fop.render.intermediate.IFRenderer.setupFontInfo(IFRenderer.java:182)
[junit] at org.apache.fop.area.RenderPagesModel.<init>(RenderPagesModel.java:74)
[junit] at org.apache.fop.area.AreaTreeHandler.setupModel(AreaTreeHandler.java:129)
[junit] at org.apache.fop.area.AreaTreeHandler.<init>(AreaTreeHandler.java:101)
[junit] at org.apache.fop.render.RendererFactory.createFOEventHandler(RendererFactory.java:360)
[junit] at org.apache.fop.fo.FOTreeBuilder.<init>(FOTreeBuilder.java:105)
[junit] at org.apache.fop.apps.Fop.createDefaultHandler(Fop.java:101)
[junit] at org.apache.fop.apps.Fop.<init>(Fop.java:79)
[junit] at org.apache.fop.apps.FopFactory.newFop(FopFactory.java:280)
[junit] at org.apache.fop.render.pdf.BasePDFTestCase.convertFO(BasePDFTestCase.java:83)
[junit] at org.apache.fop.config.BaseUserConfigTestCase.convertFO(BaseUserConfigTestCase.java:64)
[junit] at org.apache.fop.config.BaseDestructiveUserConfigTestCase.testUserConfig(BaseDestructiveUserConfigTestCase.java:39)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit] at java.lang.reflect.Method.invoke(Method.java:597)
[junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
[junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
[junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
[junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
[junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
[junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
[junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
[junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
[junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
[junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
[junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
[junit] at org.junit.runners.Suite.runChild(Suite.java:128)
[junit] at org.junit.runners.Suite.runChild(Suite.java:24)
[junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
[junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
[junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
[junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
[junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
[junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
[junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:518)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1052)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:906)
[junit] Caused by: java.net.MalformedURLException: unknown protocol: badprotocol
[junit] at java.net.URL.<init>(URL.java:574)
[junit] at java.net.URL.<init>(URL.java:464)
[junit] at org.apache.fop.apps.FOURIResolver.resolve(FOURIResolver.java:270)
[junit] ... 50 more
[junit] ---------
[junit] java.net.MalformedURLException: unknown protocol: badprotocol
[junit] at java.net.URL.<init>(URL.java:574)
[junit] at java.net.URL.<init>(URL.java:464)
[junit] at org.apache.fop.apps.FOURIResolver.resolve(FOURIResolver.java:270)
[junit] at org.apache.fop.apps.FopFactory.resolveURI(FopFactory.java:795)
[junit] at org.apache.fop.apps.FOUserAgent.resolveURI(FOUserAgent.java:426)
[junit] at org.apache.fop.render.DefaultFontResolver.resolve(DefaultFontResolver.java:44)
[junit] at org.apache.fop.fonts.FontInfoConfigurator.getFontInfo(FontInfoConfigurator.java:214)
[junit] at org.apache.fop.fonts.FontInfoConfigurator.addFonts(FontInfoConfigurator.java:165)
[junit] at org.apache.fop.fonts.FontInfoConfigurator.configure(FontInfoConfigurator.java:99)
[junit] at org.apache.fop.render.PrintRendererConfigurator.buildFontList(PrintRendererConfigurator.java:107)
[junit] at org.apache.fop.render.PrintRendererConfigurator.setupFontInfo(PrintRendererConfigurator.java:130)
[junit] at org.apache.fop.render.intermediate.IFUtil.setupFonts(IFUtil.java:168)
[junit] at org.apache.fop.render.intermediate.IFRenderer.setupFontInfo(IFRenderer.java:182)
[junit] at org.apache.fop.area.RenderPagesModel.<init>(RenderPagesModel.java:74)
[junit] at org.apache.fop.area.AreaTreeHandler.setupModel(AreaTreeHandler.java:129)
[junit] at org.apache.fop.area.AreaTreeHandler.<init>(AreaTreeHandler.java:101)
[junit] at org.apache.fop.render.RendererFactory.createFOEventHandler(RendererFactory.java:360)
[junit] at org.apache.fop.fo.FOTreeBuilder.<init>(FOTreeBuilder.java:105)
[junit] at org.apache.fop.apps.Fop.createDefaultHandler(Fop.java:101)
[junit] at org.apache.fop.apps.Fop.<init>(Fop.java:79)
[junit] at org.apache.fop.apps.FopFactory.newFop(FopFactory.java:280)
[junit] at org.apache.fop.render.pdf.BasePDFTestCase.convertFO(BasePDFTestCase.java:83)
[junit] at org.apache.fop.config.BaseUserConfigTestCase.convertFO(BaseUserConfigTestCase.java:64)
[junit] at org.apache.fop.config.BaseDestructiveUserConfigTestCase.testUserConfig(BaseDestructiveUserConfigTestCase.java:39)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit] at java.lang.reflect.Method.invoke(Method.java:597)
[junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
[junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
[junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
[junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
[junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
[junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
[junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
[junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
[junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
[junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
[junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
[junit] at org.junit.runners.Suite.runChild(Suite.java:128)
[junit] at org.junit.runners.Suite.runChild(Suite.java:24)
[junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
[junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
[junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
[junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
[junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
[junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
[junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:518)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1052)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:906)
[junit] Oct 21, 2011 11:24:24 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] INFO: Rendered page #1.
[junit] Oct 21, 2011 11:24:24 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:24 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/AlBayan.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/AlBayan.ttf
[junit] Oct 21, 2011 11:24:24 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:24 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/AlBayanBold.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/AlBayanBold.ttf
[junit] Oct 21, 2011 11:24:24 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 6 fonts
[junit] Oct 21, 2011 11:24:24 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:24 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter <-- selected
[junit] Oct 21, 2011 11:24:24 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Bold
[junit] Oct 21, 2011 11:24:24 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Condensed Bold
[junit] Oct 21, 2011 11:24:24 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Light
[junit] Oct 21, 2011 11:24:24 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Condensed
[junit] Oct 21, 2011 11:24:24 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Condensed Light
[junit] Oct 21, 2011 11:24:24 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:24 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/AmericanTypewriter.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/AmericanTypewriter.ttc
[junit] Oct 21, 2011 11:24:24 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 6 fonts
[junit] Oct 21, 2011 11:24:24 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Bold <-- selected
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Condensed Bold
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Light
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Condensed
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Condensed Light
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/AmericanTypewriter.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/AmericanTypewriter.ttc
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 6 fonts
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Bold
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Condensed Bold <-- selected
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Light
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Condensed
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Condensed Light
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/AmericanTypewriter.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/AmericanTypewriter.ttc
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 6 fonts
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Bold
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Condensed Bold
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Light <-- selected
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Condensed
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Condensed Light
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/AmericanTypewriter.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/AmericanTypewriter.ttc
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 6 fonts
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Bold
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Condensed Bold
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Light
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Condensed <-- selected
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Condensed Light
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/AmericanTypewriter.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/AmericanTypewriter.ttc
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 6 fonts
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Bold
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Condensed Bold
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Light
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Condensed
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: American Typewriter Condensed Light <-- selected
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/AmericanTypewriter.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/AmericanTypewriter.ttc
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Apple%20Chancery.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Apple%20Chancery.ttf
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Apple%20LiGothic%20Medium.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Apple%20LiGothic%20Medium.ttf
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Apple%20LiSung%20Light.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Apple%20LiSung%20Light.ttf
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/AppleMyungjo.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/AppleMyungjo.ttf
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/ArialHB.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/ArialHB.ttf
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/ArialHBBold.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/ArialHBBold.ttf
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Ayuthaya.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Ayuthaya.ttf
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Baghdad.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Baghdad.ttf
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Bangla MN <-- selected
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Bangla MN Bold
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Bangla MN
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Bangla MN Bold <-- selected
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Bangla%20Sangam%20MN.ttf. Reason: java.io.EOFException: Reached EOF, file size=386664 offset=386666
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 6 fonts
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville <-- selected
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville Bold
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville Italic
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville SemiBold Italic
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville Bold Italic
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville SemiBold
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Baskerville.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Baskerville.ttc
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 6 fonts
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville Bold <-- selected
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville Italic
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville SemiBold Italic
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville Bold Italic
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville SemiBold
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Baskerville.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Baskerville.ttc
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 6 fonts
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville Bold
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville Italic <-- selected
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville SemiBold Italic
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville Bold Italic
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville SemiBold
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Baskerville.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Baskerville.ttc
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 6 fonts
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville Bold
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville Italic
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville SemiBold Italic <-- selected
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville Bold Italic
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville SemiBold
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Baskerville.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Baskerville.ttc
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 6 fonts
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville Bold
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville Italic
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville SemiBold Italic
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville Bold Italic <-- selected
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville SemiBold
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Baskerville.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Baskerville.ttc
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 6 fonts
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville Bold
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville Italic
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville SemiBold Italic
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville Bold Italic
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Baskerville SemiBold <-- selected
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:25 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Baskerville.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Baskerville.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/BiauKai.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/BiauKai.ttf
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/BigCaslon.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/BigCaslon.ttf
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Chalkboard <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Chalkboard Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Chalkboard.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Chalkboard.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Chalkboard
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Chalkboard Bold <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Chalkboard.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Chalkboard.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 4 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Cochin <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Cochin Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Cochin Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Cochin Bold Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Cochin.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Cochin.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 4 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Cochin
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Cochin Bold <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Cochin Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Cochin Bold Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Cochin.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Cochin.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 4 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Cochin
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Cochin Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Cochin Italic <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Cochin Bold Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Cochin.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Cochin.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 4 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Cochin
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Cochin Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Cochin Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Cochin Bold Italic <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Cochin.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Cochin.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 3 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Copperplate <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Copperplate Light
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Copperplate Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 3 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Copperplate
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Copperplate Light <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Copperplate Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 3 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Copperplate
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Copperplate Light
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Copperplate Bold <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Corsiva.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Corsiva.ttf
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/CorsivaBold.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/CorsivaBold.ttf
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Damascus <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Damascus Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Damascus.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Damascus.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Damascus
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Damascus Bold <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Damascus.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Damascus.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/DecoTypeNaskh.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/DecoTypeNaskh.ttf
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Devanagari Sangam MN <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Devanagari Sangam MN Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Devanagari Sangam MN
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Devanagari Sangam MN Bold <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/DevanagariMT.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/DevanagariMT.ttf
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/DevanagariMTBold.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/DevanagariMTBold.ttf
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 3 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Didot <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Didot Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Didot Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Didot.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Didot.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 3 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Didot
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Didot Italic <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Didot Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Didot.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Didot.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 3 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Didot
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Didot Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Didot Bold <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Didot.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Didot.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 3 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Euphemia UCAS <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Euphemia UCAS Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Euphemia UCAS Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/EuphemiaCAS.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/EuphemiaCAS.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 3 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Euphemia UCAS
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Euphemia UCAS Bold <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Euphemia UCAS Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 3 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Euphemia UCAS
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Euphemia UCAS Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Euphemia UCAS Italic <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 4 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Futura Medium <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Futura Medium Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Futura Condensed Medium
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Futura Condensed ExtraBold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Futura.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Futura.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 4 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Futura Medium
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Futura Medium Italic <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Futura Condensed Medium
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Futura Condensed ExtraBold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Futura.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Futura.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 4 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Futura Medium
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Futura Medium Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Futura Condensed Medium <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Futura Condensed ExtraBold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Futura.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Futura.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 4 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Futura Medium
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Futura Medium Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Futura Condensed Medium
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Futura Condensed ExtraBold <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Futura.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Futura.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 6 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Bold Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Light
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Light Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/GillSans.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/GillSans.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 6 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Bold <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Bold Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Light
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Light Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/GillSans.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/GillSans.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 6 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Bold Italic <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Light
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Light Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/GillSans.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/GillSans.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 6 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Bold Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Italic <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Light
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Light Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/GillSans.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/GillSans.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 6 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Bold Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Light <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Light Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/GillSans.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/GillSans.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 6 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Bold Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Light
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gill Sans Light Italic <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/GillSans.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/GillSans.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/GujaratiMT.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/GujaratiMT.ttf
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/GujaratiMTBold.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/GujaratiMTBold.ttf
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Gungseouche.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Gungseouche.ttf
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gurmukhi MN <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gurmukhi MN Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gurmukhi MN
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Gurmukhi MN Bold <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Gurmukhi.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Gurmukhi.ttf
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/HeadlineA.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/HeadlineA.ttf
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Hei.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Hei.ttf
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Herculanum.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Herculanum.ttf
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Hiragino%20Sans%20GB%20W3.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Hiragino%20Sans%20GB%20W6.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Hoefler%20Text%20Ornaments.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Hoefler%20Text%20Ornaments.ttf
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 4 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Hoefler Text <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Hoefler Text Black
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Hoefler Text Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Hoefler Text Black Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Hoefler%20Text.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Hoefler%20Text.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 4 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Hoefler Text
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Hoefler Text Black <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Hoefler Text Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Hoefler Text Black Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Hoefler%20Text.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Hoefler%20Text.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 4 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Hoefler Text
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Hoefler Text Black
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Hoefler Text Italic <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Hoefler Text Black Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Hoefler%20Text.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Hoefler%20Text.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 4 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Hoefler Text
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Hoefler Text Black
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Hoefler Text Italic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Hoefler Text Black Italic <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Hoefler%20Text.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Hoefler%20Text.ttc
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/InaiMathi.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/InaiMathi.ttf
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Kai.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Kai.ttf
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Kailasa.ttf. Reason: java.io.EOFException: Reached EOF, file size=620764 offset=620766
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Kannada MN <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Kannada MN Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Kannada MN
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Kannada MN Bold <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Kefa Regular <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Kefa Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Kefa Regular
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Kefa Bold <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Khmer MN <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Khmer MN Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Khmer MN
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Khmer MN Bold <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Khmer%20Sangam%20MN.ttf. Reason: java.io.EOFException: Reached EOF, file size=284904 offset=284906
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Kokonor.ttf. Reason: java.io.EOFException: Reached EOF, file size=974272 offset=974274
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Krungthep.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Krungthep.ttf
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Lao MN <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Lao MN Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Lao MN
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Lao MN Bold <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Lao%20Sangam%20MN.ttf. Reason: java.io.EOFException: Reached EOF, file size=87788 offset=87790
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Malayalam MN <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Malayalam MN Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Malayalam MN
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Malayalam MN Bold <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Malayalam%20Sangam%20MN.ttf. Reason: java.io.EOFException: Reached EOF, file size=184816 offset=184818
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/MshtakanBold.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/MshtakanBold.ttf
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/MshtakanBoldOblique.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/MshtakanBoldOblique.ttf
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/MshtakanOblique.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/MshtakanOblique.ttf
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/MshtakanRegular.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/MshtakanRegular.ttf
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Myanmar MN <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Myanmar MN Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Myanmar MN
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Myanmar MN Bold <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Nadeem.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Nadeem.ttf
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 3 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: NanumGothic <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: NanumGothic Bold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: NanumGothic ExtraBold
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 3 fonts
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: NanumGothic
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: NanumGothic Bold <-- selected
[junit] Oct 21, 2011 11:24:26 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: NanumGothic ExtraBold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 3 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: NanumGothic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: NanumGothic Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: NanumGothic ExtraBold <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 3 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: NanumMyeongjo <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: NanumMyeongjoBold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: NanumMyeongjoExtraBold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 3 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: NanumMyeongjo
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: NanumMyeongjoBold <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: NanumMyeongjoExtraBold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 3 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: NanumMyeongjo
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: NanumMyeongjoBold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: NanumMyeongjoExtraBold <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Nanum Brush Script <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Nanum Pen Script
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Nanum Brush Script
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Nanum Pen Script <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/NewPeninimMT.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/NewPeninimMT.ttf
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/NewPeninimMTBold.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/NewPeninimMTBold.ttf
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/NewPeninimMTBoldInclined.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/NewPeninimMTBoldInclined.ttf
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/NewPeninimMTInclined.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/NewPeninimMTInclined.ttf
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile seekTab
[junit] SEVERE: Dirtab head not found.
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile seekTab
[junit] SEVERE: Dirtab hhea not found.
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile seekTab
[junit] SEVERE: Dirtab hmtx not found.
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/NISC18030.ttf. Reason: java.io.EOFException: Reached EOF, file size=7108232
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Noteworthy Light <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Noteworthy Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Noteworthy Light
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Noteworthy Bold <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 5 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima Regular <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima Bold Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima ExtraBlack
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Optima.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Optima.ttc
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 5 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima Regular
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima Bold <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima Bold Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima ExtraBlack
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Optima.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Optima.ttc
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 5 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima Regular
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima Italic <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima Bold Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima ExtraBlack
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Optima.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Optima.ttc
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 5 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima Regular
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima Bold Italic <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima ExtraBlack
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Optima.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Optima.ttc
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 5 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima Regular
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima Bold Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Optima ExtraBlack <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Optima.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Optima.ttc
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Oriya MN <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Oriya MN Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Oriya MN
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Oriya MN Bold <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile readPostScript
[junit] SEVERE: Unknown PostScript format: 262144
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Osaka.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Osaka.ttf
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile readPostScript
[junit] SEVERE: Unknown PostScript format: 262144
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/OsakaMono.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/OsakaMono.ttf
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 4 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Palatino <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Palatino Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Palatino Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Palatino Bold Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 4 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Palatino
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Palatino Italic <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Palatino Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Palatino Bold Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 4 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Palatino
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Palatino Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Palatino Bold <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Palatino Bold Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 4 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Palatino
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Palatino Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Palatino Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Palatino Bold Italic <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Papyrus <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Papyrus Condensed
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Papyrus.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Papyrus.ttc
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Papyrus
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Papyrus Condensed <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Papyrus.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Papyrus.ttc
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/PCmyoungjo.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/PCmyoungjo.ttf
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Pilgiche.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Pilgiche.ttf
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 8 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Bold Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Caption
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Caption Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Narrow
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Narrow Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 8 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Italic <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Bold Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Caption
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Caption Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Narrow
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Narrow Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 8 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Bold <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Bold Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Caption
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Caption Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Narrow
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Narrow Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 8 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Bold Italic <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Caption
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Caption Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Narrow
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Narrow Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 8 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Bold Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Caption <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Caption Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Narrow
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Narrow Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 8 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Bold Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Caption
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Caption Bold <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Narrow
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Narrow Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 8 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Bold Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Caption
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Caption Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Narrow <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Narrow Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 8 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Bold Italic
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Caption
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Caption Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Narrow
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: PT Sans Narrow Bold <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Raanana.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Raanana.ttf
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/RaananaBold.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/RaananaBold.ttf
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Sathu.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Sathu.ttf
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Silom.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Silom.ttf
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Sinhala MN <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Sinhala MN Bold
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Sinhala MN
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Sinhala MN Bold <-- selected
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Sinhala%20Sangam%20MN.ttf. Reason: java.io.EOFException: Reached EOF, file size=640764 offset=640766
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Skia.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Skia.ttf
[junit] Oct 21, 2011 11:24:27 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXGeneral.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXGeneralBol.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXGeneralBolIta.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXGeneralItalic.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXIntDBol.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXIntDReg.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXIntSmBol.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXIntSmReg.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXIntUpBol.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXIntUpDBol.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXIntUpDReg.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXIntUpReg.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXIntUpSmBol.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXIntUpSmReg.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXNonUni.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXNonUniBol.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXNonUniBolIta.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXNonUniIta.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXSizFiveSymReg.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXSizFourSymBol.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXSizFourSymReg.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXSizOneSymBol.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXSizOneSymReg.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXSizThreeSymBol.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXSizThreeSymReg.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXSizTwoSymBol.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXSizTwoSymReg.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXVar.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/STIXVarBol.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Tamil MN <-- selected
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Tamil MN Bold
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Tamil MN
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Tamil MN Bold <-- selected
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Telugu MN <-- selected
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Telugu MN Bold
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Telugu MN
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Telugu MN Bold <-- selected
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Telugu%20Sangam%20MN.ttf. Reason: java.io.EOFException: Reached EOF, file size=644920 offset=644922
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: capHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile guessVerticalMetricsFromGlyphBBox
[junit] WARNING: xHeight value could not be determined. The font may not work as expected.
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/Zapfino.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/Zapfino.ttf
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/??????%20Pro%20W4.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:28 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/??????%20ProN%20W4.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:29 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/??????%20Pro%20W3.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:29 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/??????%20Pro%20W6.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:29 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/??????%20Pro%20W3.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:30 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/??????%20Pro%20W6.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:30 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/??????%20Std%20W8.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:30 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/??????%20StdN%20W8.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:30 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:30 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/??%20Pro.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/??%20Pro.ttf
[junit] Oct 21, 2011 11:24:30 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:30 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/??%20Pro.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/??%20Pro.ttf
[junit] Oct 21, 2011 11:24:30 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:30 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/????.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/????.ttf
[junit] Oct 21, 2011 11:24:30 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:30 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/????.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/????.ttf
[junit] Oct 21, 2011 11:24:30 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:30 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/????.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/????.ttf
[junit] Oct 21, 2011 11:24:31 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:31 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/????.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/????.ttf
[junit] Oct 21, 2011 11:24:31 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:31 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/Library/Fonts/????.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/Library/Fonts/????.ttf
[junit] Oct 21, 2011 11:24:31 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:31 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/Apple%20Color%20Emoji.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/Apple%20Color%20Emoji.ttf
[junit] Oct 21, 2011 11:24:31 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:31 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/Apple%20Symbols.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/Apple%20Symbols.ttf
[junit] Oct 21, 2011 11:24:31 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:31 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/AppleGothic.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/AppleGothic.ttf
[junit] Oct 21, 2011 11:24:31 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:31 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:31 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: AquaKana <-- selected
[junit] Oct 21, 2011 11:24:31 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: AquaKana-Bold
[junit] Oct 21, 2011 11:24:31 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:31 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/AquaKana.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/AquaKana.ttc
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: AquaKana
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: AquaKana-Bold <-- selected
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/AquaKana.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/AquaKana.ttc
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/Geeza%20Pro%20Bold.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/Geeza%20Pro%20Bold.ttf
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/Geeza%20Pro.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/Geeza%20Pro.ttf
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 4 fonts
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: .Helvetica Neue Desk UI <-- selected
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: .Helvetica Neue Desk UI Bold
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: .Helvetica Neue Desk UI Italic
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: .Helvetica Neue Desk UI Bold Italic
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/HelveticaNeueDeskUI.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/HelveticaNeueDeskUI.ttc
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 4 fonts
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: .Helvetica Neue Desk UI
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: .Helvetica Neue Desk UI Bold <-- selected
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: .Helvetica Neue Desk UI Italic
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: .Helvetica Neue Desk UI Bold Italic
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/HelveticaNeueDeskUI.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/HelveticaNeueDeskUI.ttc
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 4 fonts
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: .Helvetica Neue Desk UI
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: .Helvetica Neue Desk UI Bold
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: .Helvetica Neue Desk UI Italic <-- selected
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: .Helvetica Neue Desk UI Bold Italic
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/HelveticaNeueDeskUI.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/HelveticaNeueDeskUI.ttc
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 4 fonts
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: .Helvetica Neue Desk UI
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: .Helvetica Neue Desk UI Bold
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: .Helvetica Neue Desk UI Italic
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: .Helvetica Neue Desk UI Bold Italic <-- selected
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/HelveticaNeueDeskUI.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/HelveticaNeueDeskUI.ttc
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/Keyboard.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/Keyboard.ttf
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/LastResort.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/LastResort.ttf
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Lucida Grande <-- selected
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Lucida Grande Bold
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/LucidaGrande.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/LucidaGrande.ttc
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Lucida Grande
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Lucida Grande Bold <-- selected
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/LucidaGrande.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/LucidaGrande.ttc
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Marker Felt Thin <-- selected
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Marker Felt Wide
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/MarkerFelt.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/MarkerFelt.ttc
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Marker Felt Thin
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Marker Felt Wide <-- selected
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/MarkerFelt.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/MarkerFelt.ttc
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 4 fonts
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Menlo Regular <-- selected
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Menlo Bold
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Menlo Italic
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Menlo Bold Italic
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/Menlo.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/Menlo.ttc
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 4 fonts
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Menlo Regular
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Menlo Bold <-- selected
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Menlo Italic
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Menlo Bold Italic
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/Menlo.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/Menlo.ttc
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 4 fonts
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Menlo Regular
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Menlo Bold
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Menlo Italic <-- selected
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Menlo Bold Italic
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/Menlo.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/Menlo.ttc
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 4 fonts
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Menlo Regular
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Menlo Bold
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Menlo Italic
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Menlo Bold Italic <-- selected
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/Menlo.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/Menlo.ttc
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Heiti TC Light <-- selected
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Heiti SC Light
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:32 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/STHeiti%20Light.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/STHeiti%20Light.ttc
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Heiti TC Light
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Heiti SC Light <-- selected
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/STHeiti%20Light.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/STHeiti%20Light.ttc
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Heiti TC Medium <-- selected
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Heiti SC Medium
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/STHeiti%20Medium.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/STHeiti%20Medium.ttc
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: This is a TrueType collection file with 2 fonts
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Containing the following fonts:
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Heiti TC Medium
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.fonts.truetype.TTFFile checkTTC
[junit] INFO: Heiti SC Medium <-- selected
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/STHeiti%20Medium.ttc. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/STHeiti%20Medium.ttc
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/Symbol.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/Symbol.ttf
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/Thonburi.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/Thonburi.ttf
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/ThonburiBold.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/ThonburiBold.ttf
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.fonts.truetype.TTFFile readCMAP
[junit] SEVERE: Unsupported TrueType font: No Unicode or Symbol cmap table not present. Aborting
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/ZapfDingbats.ttf. Reason: java.io.IOException: TrueType font is not supported: file:/System/Library/Fonts/ZapfDingbats.ttf
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/??????%20ProN%20W3.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/??????%20ProN%20W6.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/??????%20ProN%20W3.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Unable to load font file: file:/System/Library/Fonts/??????%20ProN%20W6.otf. Reason: java.lang.UnsupportedOperationException: OpenType fonts with CFF data are not supported, yet
[junit] Oct 21, 2011 11:24:33 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] INFO: Rendered page #1.
[junit] ------------- ---------------- ---------------
junit-basic:
[echo] Running Standard test suite tests...
[junit] Testsuite: org.apache.fop.StandardTestSuite
[junit] Tests run: 137, Failures: 0, Errors: 0, Time elapsed: 57.834 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] Oct 21, 2011 11:24:37 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] INFO: Rendered page #1.
[junit] Oct 21, 2011 11:24:37 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] INFO: Rendered page #1.
[junit] Oct 21, 2011 11:24:38 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] INFO: Rendered page #1.
[junit] Oct 21, 2011 11:24:38 AM org.apache.fop.util.ColorSpaceCache get
[junit] WARNING: Color profile 'invalid.icm' not found.
[junit] Oct 21, 2011 11:24:38 AM org.apache.fop.util.ColorUtil parseAsFopRgbIcc
[junit] WARNING: Color profile 'invalid.icm' not found. Using sRGB replacement values.
[junit] Oct 21, 2011 11:24:40 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] INFO: Rendered page #1.
[junit] Oct 21, 2011 11:24:41 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] INFO: Rendered page #1.
[junit] Oct 21, 2011 11:24:41 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] INFO: Rendered page #1.
[junit] Oct 21, 2011 11:24:41 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] INFO: Rendered page #1.
[junit] Oct 21, 2011 11:24:41 AM org.apache.fop.area.RenderPagesModel addPage
[junit] SEVERE: Error while rendering page 1
[junit] org.apache.fop.pdf.PDFConformanceException: PDF/A-1 does not allow mixing DeviceRGB and DeviceCMYK: test/resources/images/cmyk.jpg (image/jpeg)
[junit] at org.apache.fop.render.pdf.AbstractImageAdapter.setup(AbstractImageAdapter.java:97)
[junit] at org.apache.fop.render.pdf.ImageRawJPEGAdapter.setup(ImageRawJPEGAdapter.java:73)
[junit] at org.apache.fop.pdf.PDFDocument.addImage(PDFDocument.java:828)
[junit] at org.apache.fop.render.pdf.AbstractPDFImageHandler.handleImage(AbstractPDFImageHandler.java:46)
[junit] at org.apache.fop.render.pdf.PDFImageHandlerRawJPEG.handleImage(PDFImageHandlerRawJPEG.java:32)
[junit] at org.apache.fop.render.intermediate.AbstractIFPainter.drawImage(AbstractIFPainter.java:228)
[junit] at org.apache.fop.render.intermediate.AbstractIFPainter.drawImage(AbstractIFPainter.java:184)
[junit] at org.apache.fop.render.intermediate.AbstractIFPainter.drawImageUsingImageHandler(AbstractIFPainter.java:149)
[junit] at org.apache.fop.render.intermediate.AbstractIFPainter.drawImageUsingURI(AbstractIFPainter.java:271)
[junit] at org.apache.fop.render.pdf.PDFPainter.drawImage(PDFPainter.java:147)
[junit] at org.apache.fop.render.intermediate.IFRenderer.drawImage(IFRenderer.java:1174)
[junit] at org.apache.fop.render.intermediate.IFRenderer.renderImage(IFRenderer.java:1161)
[junit] at org.apache.fop.render.AbstractRenderer.renderInlineViewport(AbstractRenderer.java:743)
[junit] at org.apache.fop.render.AbstractPathOrientedRenderer.renderInlineViewport(AbstractPathOrientedRenderer.java:709)
[junit] at org.apache.fop.render.intermediate.IFRenderer.renderInlineViewport(IFRenderer.java:849)
[junit] at org.apache.fop.render.AbstractRenderer.renderInlineArea(AbstractRenderer.java:636)
[junit] at org.apache.fop.render.intermediate.IFRenderer.renderInlineArea(IFRenderer.java:896)
[junit] at org.apache.fop.render.AbstractRenderer.renderLineArea(AbstractRenderer.java:611)
[junit] at org.apache.fop.render.AbstractRenderer.renderBlocks(AbstractRenderer.java:546)
[junit] at org.apache.fop.render.AbstractRenderer.renderBlock(AbstractRenderer.java:583)
[junit] at org.apache.fop.render.intermediate.IFRenderer.renderBlock(IFRenderer.java:962)
[junit] at org.apache.fop.render.AbstractRenderer.renderBlocks(AbstractRenderer.java:536)
[junit] at org.apache.fop.render.AbstractRenderer.renderFlow(AbstractRenderer.java:434)
[junit] at org.apache.fop.render.AbstractPathOrientedRenderer.renderFlow(AbstractPathOrientedRenderer.java:665)
[junit] at org.apache.fop.render.AbstractRenderer.renderMainReference(AbstractRenderer.java:413)
[junit] at org.apache.fop.render.AbstractRenderer.renderBodyRegion(AbstractRenderer.java:347)
[junit] at org.apache.fop.render.AbstractRenderer.renderRegionViewport(AbstractRenderer.java:294)
[junit] at org.apache.fop.render.intermediate.IFRenderer.renderRegionViewport(IFRenderer.java:732)
[junit] at org.apache.fop.render.AbstractRenderer.renderPageAreas(AbstractRenderer.java:268)
[junit] at org.apache.fop.render.AbstractRenderer.renderPage(AbstractRenderer.java:233)
[junit] at org.apache.fop.render.intermediate.IFRenderer.renderPage(IFRenderer.java:581)
[junit] at org.apache.fop.area.RenderPagesModel.addPage(RenderPagesModel.java:117)
[junit] at org.apache.fop.layoutmgr.AbstractPageSequenceLayoutManager.finishPage(AbstractPageSequenceLayoutManager.java:313)
[junit] at org.apache.fop.layoutmgr.PageSequenceLayoutManager.finishPage(PageSequenceLayoutManager.java:168)
[junit] at org.apache.fop.layoutmgr.PageSequenceLayoutManager.activateLayout(PageSequenceLayoutManager.java:110)
[junit] at org.apache.fop.area.AreaTreeHandler.endPageSequence(AreaTreeHandler.java:244)
[junit] at org.apache.fop.fo.pagination.PageSequence.endOfNode(PageSequence.java:120)
[junit] at org.apache.fop.fo.FOTreeBuilder$MainFOHandler.endElement(FOTreeBuilder.java:349)
[junit] at org.apache.fop.fo.FOTreeBuilder.endElement(FOTreeBuilder.java:177)
[junit] at org.apache.xalan.transformer.TransformerIdentityImpl.endElement(TransformerIdentityImpl.java:1101)
[junit] at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
[junit] at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
[junit] at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
[junit] at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
[junit] at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
[junit] at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
[junit] at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
[junit] at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
[junit] at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:484)
[junit] at org.apache.fop.render.pdf.BasePDFTestCase.convertFO(BasePDFTestCase.java:88)
[junit] at org.apache.fop.render.pdf.PDFAConformanceTestCase.testImages(PDFAConformanceTestCase.java:101)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit] at java.lang.reflect.Method.invoke(Method.java:597)
[junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
[junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
[junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
[junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
[junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
[junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
[junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
[junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
[junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
[junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
[junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
[junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
[junit] at org.junit.runners.Suite.runChild(Suite.java:128)
[junit] at org.junit.runners.Suite.runChild(Suite.java:24)
[junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
[junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
[junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
[junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
[junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
[junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
[junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:518)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1052)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:906)
[junit] Oct 21, 2011 11:24:42 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] INFO: Rendered page #1.
[junit] Graphics2D from BufferedImage lacks BUFFERED_IMAGE hint
[junit] Graphics2D from BufferedImage lacks BUFFERED_IMAGE hint
[junit] Graphics2D from BufferedImage lacks BUFFERED_IMAGE hint
[junit] Graphics2D from BufferedImage lacks BUFFERED_IMAGE hint
[junit] Graphics2D from BufferedImage lacks BUFFERED_IMAGE hint
[junit] Graphics2D from BufferedImage lacks BUFFERED_IMAGE hint
[junit] Oct 21, 2011 11:25:33 AM org.apache.fop.render.bitmap.TIFFRendererConfigurator configure
[junit] INFO: TIFF compression set to PackBits
[junit] Oct 21, 2011 11:25:33 AM org.apache.fop.afp.modca.AbstractAFPObject truncate
[junit] WARNING: truncated character string 'abc', longer than 3 chars
[junit] Oct 21, 2011 11:25:33 AM org.apache.fop.afp.modca.AbstractAFPObject truncate
[junit] WARNING: truncated character string '', longer than 0 chars
[junit] Oct 21, 2011 11:25:33 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: No AFP fonts configured. Using default setup.
[junit] Oct 21, 2011 11:25:33 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] INFO: Rendered page #1.
[junit] Oct 21, 2011 11:25:33 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] INFO: Rendered page #2.
[junit] Oct 21, 2011 11:25:33 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] INFO: Rendered page #3.
[junit] Oct 21, 2011 11:25:33 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400".
[junit] Oct 21, 2011 11:25:33 AM org.apache.fop.events.LoggingEventListener processEvent
[junit] WARNING: Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400".
[junit] ------------- ---------------- ---------------
junit-transcoder:
[echo] Running basic functionality for fop-transcoder.jar tests...
[junit] Testsuite: org.apache.fop.BasicTranscoderTestSuite
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 2.043 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] Oct 21, 2011 11:25:36 AM org.apache.fop.fonts.Typeface warnMissingGlyph
[junit] WARNING: Glyph 83 (0x53, S) not available in font Symbol
[junit] Oct 21, 2011 11:25:36 AM org.apache.fop.fonts.Typeface warnMissingGlyph
[junit] WARNING: Glyph 121 (0x79, y) not available in font Symbol
[junit] Oct 21, 2011 11:25:36 AM org.apache.fop.fonts.Typeface warnMissingGlyph
[junit] WARNING: Glyph 109 (0x6d, m) not available in font Symbol
[junit] Oct 21, 2011 11:25:36 AM org.apache.fop.fonts.Typeface warnMissingGlyph
[junit] WARNING: Glyph 98 (0x62, b) not available in font Symbol
[junit] Oct 21, 2011 11:25:36 AM org.apache.fop.fonts.Typeface warnMissingGlyph
[junit] WARNING: Glyph 111 (0x6f, o) not available in font Symbol
[junit] Oct 21, 2011 11:25:36 AM org.apache.fop.fonts.Typeface warnMissingGlyph
[junit] WARNING: Glyph 108 (0x6c, l) not available in font Symbol
[junit] Oct 21, 2011 11:25:36 AM org.apache.fop.fonts.FontInfo notifyFontReplacement
[junit] WARNING: Font 'Arial,normal,400' not found. Substituting with 'any,normal,400'.
[junit] ------------- ---------------- ---------------
[junit] Testcase: testGenericPDFTranscoder(org.apache.fop.BasicPDFTranscoderTestCase): Caused an ERROR
[junit] org/apache/fop/util/UnclosableInputStream
[junit] java.lang.NoClassDefFoundError: org/apache/fop/util/UnclosableInputStream
[junit] at java.lang.Class.getDeclaredConstructors0(Native Method)
[junit] at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
[junit] at java.lang.Class.getConstructor0(Class.java:2699)
[junit] at java.lang.Class.newInstance0(Class.java:326)
[junit] at java.lang.Class.newInstance(Class.java:308)
[junit] at org.apache.xmlgraphics.util.Service.providers(Service.java:81)
[junit] at org.apache.xmlgraphics.util.Service.providers(Service.java:133)
[junit] at org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry.discoverClasspathImplementations(ImageImplRegistry.java:107)
[junit] at org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry.<init>(ImageImplRegistry.java:79)
[junit] at org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry.<init>(ImageImplRegistry.java:88)
[junit] at org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry.getDefaultInstance(ImageImplRegistry.java:97)
[junit] at org.apache.xmlgraphics.image.loader.ImageManager.<init>(ImageManager.java:63)
[junit] at org.apache.fop.svg.AbstractFOPTranscoder.setupImageInfrastructure(AbstractFOPTranscoder.java:260)
[junit] at org.apache.fop.svg.PDFTranscoder.transcode(PDFTranscoder.java:121)
[junit] at org.apache.batik.transcoder.XMLAbstractTranscoder.transcode(Unknown Source)
[junit] at org.apache.batik.transcoder.SVGAbstractTranscoder.transcode(Unknown Source)
[junit] at org.apache.fop.AbstractBasicTranscoderTestCase.testGenericPDFTranscoder(AbstractBasicTranscoderTestCase.java:67)
[junit] Caused by: java.lang.ClassNotFoundException: org.apache.fop.util.UnclosableInputStream
[junit] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
[junit] at java.security.AccessController.doPrivileged(Native Method)
[junit] at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
[junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
[junit] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
[junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
[junit]
[junit]
[echo] Running basic functionality tests for fop-transcoder-allinone.jar
[echo] Running basic functionality for fop-transcoder-allinone.jar tests...
[junit] Testsuite: org.apache.fop.BasicTranscoderTestSuite
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 2.342 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] Oct 21, 2011 11:25:40 AM org.apache.fop.fonts.Typeface warnMissingGlyph
[junit] WARNING: Glyph 83 (0x53, S) not available in font Symbol
[junit] Oct 21, 2011 11:25:40 AM org.apache.fop.fonts.Typeface warnMissingGlyph
[junit] WARNING: Glyph 121 (0x79, y) not available in font Symbol
[junit] Oct 21, 2011 11:25:40 AM org.apache.fop.fonts.Typeface warnMissingGlyph
[junit] WARNING: Glyph 109 (0x6d, m) not available in font Symbol
[junit] Oct 21, 2011 11:25:40 AM org.apache.fop.fonts.Typeface warnMissingGlyph
[junit] WARNING: Glyph 98 (0x62, b) not available in font Symbol
[junit] Oct 21, 2011 11:25:40 AM org.apache.fop.fonts.Typeface warnMissingGlyph
[junit] WARNING: Glyph 111 (0x6f, o) not available in font Symbol
[junit] Oct 21, 2011 11:25:40 AM org.apache.fop.fonts.Typeface warnMissingGlyph
[junit] WARNING: Glyph 108 (0x6c, l) not available in font Symbol
[junit] Oct 21, 2011 11:25:40 AM org.apache.fop.fonts.FontInfo notifyFontReplacement
[junit] WARNING: Font 'Arial,normal,400' not found. Substituting with 'any,normal,400'.
[junit] ------------- ---------------- ---------------
[junit] Testcase: testGenericPDFTranscoder(org.apache.fop.BasicPDFTranscoderTestCase): Caused an ERROR
[junit] org/apache/fop/util/UnclosableInputStream
[junit] java.lang.NoClassDefFoundError: org/apache/fop/util/UnclosableInputStream
[junit] at java.lang.Class.getDeclaredConstructors0(Native Method)
[junit] at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
[junit] at java.lang.Class.getConstructor0(Class.java:2699)
[junit] at java.lang.Class.newInstance0(Class.java:326)
[junit] at java.lang.Class.newInstance(Class.java:308)
[junit] at org.apache.xmlgraphics.util.Service.providers(Service.java:81)
[junit] at org.apache.xmlgraphics.util.Service.providers(Service.java:133)
[junit] at org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry.discoverClasspathImplementations(ImageImplRegistry.java:107)
[junit] at org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry.<init>(ImageImplRegistry.java:79)
[junit] at org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry.<init>(ImageImplRegistry.java:88)
[junit] at org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry.getDefaultInstance(ImageImplRegistry.java:97)
[junit] at org.apache.xmlgraphics.image.loader.ImageManager.<init>(ImageManager.java:63)
[junit] at org.apache.fop.svg.AbstractFOPTranscoder.setupImageInfrastructure(AbstractFOPTranscoder.java:260)
[junit] at org.apache.fop.svg.PDFTranscoder.transcode(PDFTranscoder.java:121)
[junit] at org.apache.batik.transcoder.XMLAbstractTranscoder.transcode(Unknown Source)
[junit] at org.apache.batik.transcoder.SVGAbstractTranscoder.transcode(Unknown Source)
[junit] at org.apache.fop.AbstractBasicTranscoderTestCase.testGenericPDFTranscoder(AbstractBasicTranscoderTestCase.java:67)
[junit] Caused by: java.lang.ClassNotFoundException: org.apache.fop.util.UnclosableInputStream
[junit] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
[junit] at java.security.AccessController.doPrivileged(Native Method)
[junit] at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
[junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
[junit] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
[junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
[junit]
[junit]
junit-text-linebreak:
[echo] Running Unicode UAX#14 support tests...
[junit] Testsuite: org.apache.fop.text.linebreak.LineBreakStatusTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.158 sec
[junit]
[junit] ------------- Standard Output ---------------
[junit] testReset
[junit] testNextChar
[junit] ------------- ---------------- ---------------
junit-fotree:
[echo] Running fo tree tests...
[junit] Testsuite: org.apache.fop.fotreetest.FOTreeTestSuite
[junit] Tests run: 63, Failures: 0, Errors: 0, Time elapsed: 2.585 sec
[junit]
[junit] ------------- Standard Output ---------------
[junit] Test: table/too-many-columns_body_1.fo
[junit] [FATAL] The column-number or number of cells in the row overflows the number of fo:table-columns specified for the table. (See position 31:24)
[junit] Test: table/too-many-columns_body_2.fo
[junit] [FATAL] The column-number or number of cells in the row overflows the number of fo:table-columns specified for the table. (See position 31:24)
[junit] Test: table/too-many-columns_body_3.fo
[junit] [FATAL] The column-number or number of cells in the row overflows the number of fo:table-columns specified for the table. (See position 40:25)
[junit] Test: table/too-many-columns_body_4.fo
[junit] [FATAL] The column-number or number of cells in the row overflows the number of fo:table-columns specified for the table. (See position 40:25)
[junit] Test: table/too-many-columns_header.fo
[junit] [FATAL] The column-number or number of cells in the row overflows the number of fo:table-columns specified for the table. (See position 40:25)
[junit] Test: table/too-many-columns_footer.fo
[junit] [FATAL] The column-number or number of cells in the row overflows the number of fo:table-columns specified for the table. (See position 45:26)
[junit] Test: column-number_negative-or-zero.fo
[junit] [WARN ] Negative value 0 of property column-number of element fo:table-column forced into the next available column number 1. (See position 31:64)
[junit] [WARN ] Negative value -1.0 of property column-number of element fo:table-column forced into the next available column number 2. (See position 34:64)
[junit] [WARN ] Negative value -3.0 of property column-number of element fo:table-cell forced into the next available column number 1. (See position 39:47)
[junit] [WARN ] Negative value 0 of property column-number of element fo:table-cell forced into the next available column number 2. (See position 43:46)
[junit] Test: column-number_non-integer.fo
[junit] [WARN ] Negative value -1.0 of property column-number of element fo:table-column forced into the next available column number 2. (See position 34:64)
[junit] [WARN ] Negative value -3.03 of property column-number of element fo:table-cell forced into the next available column number 1. (See position 39:50)
[junit] Test: text-decoration_invalid_bug51032.fo
[junit] [ERROR] Invalid property value encountered in text-decoration="italic": org.apache.fop.fo.expr.PropertyException: file:/Library/Java/trunk/test/fotree/testcases/text-decoration_invalid_bug51032.fo:27:17: Invalid value specified: italic; property:'text-decoration' (See position 28:45)
[junit] Test: xml_base.fo
[junit] [ERROR] Image not found. URI: http://foo.bar.com/resources/images/image-1.png. (See position 28:60)
[junit] [ERROR] Image not found. URI: http://foo.bar.com/resources/images/image-1.png. (See position 33:50)
[junit] [ERROR] Image not found. URI: http://foo.bar.com/resources/images/image-1.png. (See position 39:50)
[junit] [ERROR] Image not found. URI: images/image-1.png. (See position 46:55)
[junit] [ERROR] Image not found. URI: resources/images/image-1.png. (See position 52:55)
[junit] [ERROR] Image not found. URI: http://foo.bar.com/resources%20with%20spaces/images/image-1.png. (See position 58:48)
[junit] [ERROR] Image not found. URI: resources%20with%20spaces/images/image-1.png. (See position 64:48)
[junit] [ERROR] Image not found. URI: http://foo.bar.com/resources with spaces/images/image-1.png. (See position 70:96)
[junit] [ERROR] Image not found. URI: ./resources with spaces/images/image-1.png. (See position 74:86)
[junit] ------------- ---------------- ---------------
[junit] ------------- Standard Error -----------------
[junit] Oct 21, 2011 11:25:44 AM org.apache.fop.fo.properties.LengthRangeProperty$Maker convertProperty
[junit] WARNING: Replaced negative value (-10000mpt) for block-progression-dimension with 0mpt (fo:flow, location: 9/42)
[junit] Oct 21, 2011 11:25:44 AM org.apache.fop.fo.properties.LengthRangeProperty$Maker setSubprop
[junit] WARNING: Replaced negative value (-10000mpt) for block-progression-dimension with 0mpt
[junit] Oct 21, 2011 11:25:44 AM org.apache.fop.fo.properties.LengthRangeProperty$Maker setSubprop
[junit] WARNING: Replaced negative value (-20000mpt) for block-progression-dimension with 0mpt
[junit] Oct 21, 2011 11:25:44 AM org.apache.fop.fo.properties.LengthRangeProperty$Maker setSubprop
[junit] WARNING: Replaced negative value (-30000mpt) for block-progression-dimension with 0mpt
[junit] Oct 21, 2011 11:25:44 AM org.apache.fop.fo.properties.FontFamilyProperty$Maker make
[junit] WARNING: Skipping malformed value for font-family: 'Times New 'Roman in "'Times New 'Roman, serif".
[junit] Oct 21, 2011 11:25:44 AM org.apache.fop.fo.properties.LengthRangeProperty$Maker convertProperty
[junit] WARNING: Replaced negative value (-10000mpt) for inline-progression-dimension with 0mpt (fo:flow, location: 9/42)
[junit] Oct 21, 2011 11:25:44 AM org.apache.fop.fo.properties.LengthRangeProperty$Maker setSubprop
[junit] WARNING: Replaced negative value (-10000mpt) for inline-progression-dimension with 0mpt
[junit] Oct 21, 2011 11:25:44 AM org.apache.fop.fo.properties.LengthRangeProperty$Maker setSubprop
[junit] WARNING: Replaced negative value (-20000mpt) for inline-progression-dimension with 0mpt
[junit] Oct 21, 2011 11:25:44 AM org.apache.fop.fo.properties.LengthRangeProperty$Maker setSubprop
[junit] WARNING: Replaced negative value (-30000mpt) for inline-progression-dimension with 0mpt
[junit] Oct 21, 2011 11:25:44 AM org.apache.fop.fo.properties.PageDimensionMaker get
[junit] WARNING: Both page-width and page-height set to "indefinite". Forcing page-width to "auto"
[junit] Oct 21, 2011 11:25:44 AM org.apache.fop.fo.properties.PageDimensionMaker get
[junit] WARNING: Both page-width and page-height set to "indefinite". Forcing page-height to "auto"
[junit] Oct 21, 2011 11:25:44 AM org.apache.fop.fo.properties.PageDimensionMaker get
[junit] WARNING: Both page-width and page-height set to "indefinite". Forcing page-height to "auto"
[junit] Oct 21, 2011 11:25:44 AM org.apache.fop.fo.properties.PageDimensionMaker get
[junit] WARNING: Both page-width and page-height set to "indefinite". Forcing page-height to "auto"
[junit] Oct 21, 2011 11:25:44 AM org.apache.fop.fo.properties.PageDimensionMaker get
[junit] WARNING: Both page-width and page-height set to "indefinite". Forcing page-height to "auto"
[junit] Oct 21, 2011 11:25:44 AM org.apache.fop.fo.properties.PageDimensionMaker get
[junit] WARNING: Both page-width and page-height set to "indefinite". Forcing page-width to "auto"
[junit] ------------- ---------------- ---------------
junit-render-pdf:
[echo] Running render-pdf tests...
[junit] Testsuite: org.apache.fop.render.pdf.RenderPDFTestSuite
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.502 sec
[junit]
junit-reduced:
junit-layout-standard:
[echo] Running standard layout engine tests...
[junit] Testsuite: org.apache.fop.layoutengine.LayoutEngineTestSuite
[junit] Tests run: 521, Failures: 0, Errors: 0, Time elapsed: 48.989 sec
[junit]
[junit] ------------- Standard Output ---------------
[junit] Test: block-container_absolute-position_overflow.xml
[junit] [WARN ] Content overflows the viewport of an fo:block-container in block-progression direction by 23200 millipoints. (No context info available)
[junit] [WARN ] Content overflows the viewport of an fo:block-container in block-progression direction by 23200 millipoints. (No context info available)
[junit] [WARN ] Content overflows the viewport of an fo:block-container in block-progression direction by 23200 millipoints. (No context info available)
[junit] [WARN ] Content overflows the viewport of an fo:block-container in block-progression direction by 23200 millipoints. Content will be clipped. (No context info available)
[junit] Test: block-container_content_size_percentage.xml
[junit] [WARN ] Line 3 of a paragraph overflows the available area by 6040 millipoints. (No context info available)
[junit] [WARN ] Line 4 of a paragraph overflows the available area by 6040 millipoints. (No context info available)
[junit] Test: block-container_overconstrained_ipd.xml
[junit] [WARN ] Line 3 of a paragraph overflows the available area by more than 50 points. (No context info available)
[junit] [WARN ] Line 2 of a paragraph overflows the available area by more than 50 points. (No context info available)
[junit] [WARN ] Line 1 of a paragraph overflows the available area by 26688 millipoints. (No context info available)
[junit] Test: block-container_overflow_2.xml
[junit] [WARN ] Content overflows the viewport of an fo:block-container in block-progression direction by 35600 millipoints. (No context info available)
[junit] Test: block-container_reference-orientation_bug36391.xml
[junit] [WARN ] Content overflows the viewport of an fo:block-container in block-progression direction by 16400 millipoints. (No context info available)
[junit] [WARN ] Content overflows the viewport of an fo:block-container in block-progression direction by 16400 millipoints. (No context info available)
[junit] Test: block_break-before_bug46240.xml
[junit] [WARN ] Subsequences exhausted in page-sequence-master "contents", using previous subsequence. (No context info available)
[junit] [WARN ] Subsequences exhausted in page-sequence-master "contents", using previous subsequence. (No context info available)
[junit] [WARN ] Subsequences exhausted in page-sequence-master "contents", using previous subsequence. (No context info available)
[junit] Test: block_font-autoselect.xml
[junit] [WARN ] Glyph "·" (0x2211, summation) not available in font "Helvetica".
[junit] [WARN ] Glyph "s" (0x73, s) not available in font "Symbol".
[junit] [WARN ] Glyph "y" (0x79, y) not available in font "Symbol".
[junit] [WARN ] Glyph "m" (0x6d, m) not available in font "Symbol".
[junit] Test: block_font-family.xml
[junit] [WARN ] Font "cursive,normal,400" not found. Substituting with "any,normal,400".
[junit] [WARN ] Font "fantasy,normal,400" not found. Substituting with "any,normal,400".
[junit] Test: block_font-size_absolute.xml
[junit] [WARN ] Font "cursive,normal,400" not found. Substituting with "any,normal,400".
[junit] [WARN ] Font "fantasy,normal,400" not found. Substituting with "any,normal,400".
[junit] Test: block_font-style.xml
[junit] [ERROR] Invalid property value encountered in font-style="obscure": org.apache.fop.fo.expr.PropertyException: No conversion defined obscure; property:'font-style' (No context info available)
[junit] [ERROR] Invalid property value encountered in font-style="obscure": org.apache.fop.fo.expr.PropertyException: No conversion defined obscure; property:'font-style' (No context info available)
[junit] [ERROR] Invalid property value encountered in font-style="obscure": org.apache.fop.fo.expr.PropertyException: No conversion defined obscure; property:'font-style' (No context info available)
[junit] [WARN ] Font "serif,backslant,400" not found. Substituting with "serif,normal,400".
[junit] [WARN ] Font "sans-serif,backslant,400" not found. Substituting with "sans-serif,normal,400".
[junit] [WARN ] Font "monospace,backslant,400" not found. Substituting with "monospace,normal,400".
[junit] Test: block_font-weight.xml
[junit] [WARN ] Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400".
[junit] [WARN ] Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400".
[junit] [WARN ] Font "sans-serif,normal,100" not found. Substituting with "sans-serif,normal,400".
[junit] [WARN ] Font "Symbol,normal,100" not found. Substituting with "Symbol,normal,400".
[junit] [WARN ] Font "ZapfDingbats,normal,100" not found. Substituting with "ZapfDingbats,normal,400".
[junit] [WARN ] Font "sans-serif,normal,200" not found. Substituting with "sans-serif,normal,400".
[junit] [WARN ] Font "Symbol,normal,200" not found. Substituting with "Symbol,normal,400".
[junit] [WARN ] Font "ZapfDingbats,normal,200" not found. Substituting with "ZapfDingbats,normal,400".
[junit] [WARN ] Font "sans-serif,normal,300" not found. Substituting with "sans-serif,normal,400".
[junit] [WARN ] Font "Symbol,normal,300" not found. Substituting with "Symbol,normal,400".
[junit] [WARN ] Font "ZapfDingbats,normal,300" not found. Substituting with "ZapfDingbats,normal,400".
[junit] [WARN ] Font "sans-serif,normal,500" not found. Substituting with "sans-serif,normal,400".
[junit] [WARN ] Font "Symbol,normal,500" not found. Substituting with "Symbol,normal,400".
[junit] [WARN ] Font "ZapfDingbats,normal,500" not found. Substituting with "ZapfDingbats,normal,400".
[junit] [WARN ] Font "sans-serif,normal,600" not found. Substituting with "sans-serif,normal,700".
[junit] [WARN ] Font "Symbol,normal,600" not found. Substituting with "Symbol,normal,400".
[junit] [WARN ] Font "ZapfDingbats,normal,600" not found. Substituting with "ZapfDingbats,normal,400".
[junit] [WARN ] Font "sans-serif,normal,800" not found. Substituting with "sans-serif,normal,700".
[junit] [WARN ] Font "Symbol,normal,800" not found. Substituting with "Symbol,normal,400".
[junit] [WARN ] Font "ZapfDingbats,normal,800" not found. Substituting with "ZapfDingbats,normal,400".
[junit] [WARN ] Font "sans-serif,normal,900" not found. Substituting with "sans-serif,normal,700".
[junit] [WARN ] Font "Symbol,normal,900" not found. Substituting with "Symbol,normal,400".
[junit] [WARN ] Font "ZapfDingbats,normal,900" not found. Substituting with "ZapfDingbats,normal,400".
[junit] Test: block_keep-together_overflow_1.xml
[junit] [WARN ] Content overflows the viewport of the fo:region-body on page 5 in block-progression direction by 7200 millipoints. Content will be clipped. (No context info available)
[junit] Test: block_linefeed-treatment_2.xml
[junit] [WARN ] Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400".
[junit] [WARN ] Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400".
[junit] Test: block_overconstrained_ipd.xml
[junit] [WARN ] Line 3 of a paragraph overflows the available area by more than 50 points. (No context info available)
[junit] [WARN ] Line 2 of a paragraph overflows the available area by more than 50 points. (No context info available)
[junit] [WARN ] Line 1 of a paragraph overflows the available area by 26688 millipoints. (No context info available)
[junit] Test: block_white-space.xml
[junit] [WARN ] Line 1 of a paragraph overflows the available area by more than 50 points. (No context info available)
[junit] Test: block_wrap-option.xml
[junit] [WARN ] Line 1 of a paragraph overflows the available area by more than 50 points. (No context info available)
[junit] Test: bookmarks_1.xml
[junit] [WARN ] Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400".
[junit] [WARN ] Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400".
[junit] [WARN ] Bookmarks: Unresolved ID reference "chapterX-secX" found.
[junit] Test: bookmarks_2.xml
[junit] [WARN ] Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400".
[junit] [WARN ] Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400".
[junit] Test: color_1.xml
[junit] [WARN ] Font "Gladiator,normal,400" not found. Substituting with "any,normal,400".
[junit] Test: external-graphic_breaking.xml
[junit] [WARN ] Line 1 of a paragraph overflows the available area by more than 50 points. (No context info available)
[junit] Test: external-graphic_invalid.xml
[junit] [ERROR] Image not found. URI: file://localhost/some-invalid-uri.png. (No context info available)
[junit] [ERROR] Image not found. URI: file://localhost/some-invalid-uri.png. (No context info available)
[junit] [ERROR] Image not found. URI: file://localhost/some-invalid-uri.png. (No context info available)
[junit] [ERROR] Image not found. URI: file://localhost/some-invalid-uri.png. (No context info available)
[junit] Test: external-graphic_tiff.xml
[junit] [WARN ] Line 1 of a paragraph overflows the available area by 1264 millipoints. (No context info available)
[junit] [WARN ] Line 1 of a paragraph overflows the available area by 1264 millipoints. (No context info available)
[junit] Test: flow_changing-ipd_no-restartable.xml
[junit] [WARN ] Content that cannot handle IPD changes is flowing to a narrower page. Part of it may be clipped by the page border.
[junit] [WARN ] Content that cannot handle IPD changes is flowing to a narrower page. Part of it may be clipped by the page border.
[junit] Test: fox_destination_1.xml
[junit] [WARN ] Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400".
[junit] [WARN ] Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400".
[junit] Test: inline_keep-together.xml
[junit] [WARN ] Line 1 of a paragraph overflows the available area by 43400 millipoints. (No context info available)
[junit] [WARN ] Line 2 of a paragraph overflows the available area by 5396 millipoints. (No context info available)
[junit] [WARN ] Line 2 of a paragraph overflows the available area by 5396 millipoints. (No context info available)
[junit] [WARN ] Line 1 of a paragraph overflows the available area by more than 50 points. (No context info available)
[junit] Test: keep-together_overflow-recovery_bug49835.xml
[junit] [WARN ] Subsequences exhausted in page-sequence-master "master-one", using previous subsequence. (No context info available)
[junit] [WARN ] Subsequences exhausted in page-sequence-master "master-one", using previous subsequence. (No context info available)
[junit] [WARN ] Subsequences exhausted in page-sequence-master "master-one", using previous subsequence. (No context info available)
[junit] [WARN ] Subsequences exhausted in page-sequence-master "master-one", using previous subsequence. (No context info available)
[junit] [WARN ] Subsequences exhausted in page-sequence-master "master-one", using previous subsequence. (No context info available)
[junit] [WARN ] Content overflows the viewport of the fo:region-body on page 1 in block-progression direction by 15308 millipoints. (No context info available)
[junit] [WARN ] Subsequences exhausted in page-sequence-master "master-three", using previous subsequence. (No context info available)
[junit] [WARN ] Content overflows the viewport of the fo:region-body on page 4 in block-progression direction by 15308 millipoints. (No context info available)
[junit] [WARN ] Subsequences exhausted in page-sequence-master "master-five", using previous subsequence. (No context info available)
[junit] [WARN ] Subsequences exhausted in page-sequence-master "master-five", using previous subsequence. (No context info available)
[junit] [WARN ] Subsequences exhausted in page-sequence-master "master-five", using previous subsequence. (No context info available)
[junit] [WARN ] Subsequences exhausted in page-sequence-master "master-five", using previous subsequence. (No context info available)
[junit] [WARN ] Content overflows the viewport of the fo:region-body on page 7 in block-progression direction by 15308 millipoints. (No context info available)
[junit] [WARN ] Content overflows the viewport of the fo:region-body on page 8 in block-progression direction by 15308 millipoints. (No context info available)
[junit] Test: keep_within-column_basic.xml
[junit] [WARN ] Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400".
[junit] [WARN ] Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400".
[junit] [WARN ] Content overflows the viewport of the fo:region-body on page 12 in block-progression direction by 38000 millipoints. (No context info available)
[junit] [WARN ] Content overflows the viewport of the fo:region-body on page 13 in block-progression direction by 2000 millipoints. (No context info available)
[junit] Test: list-block_basic.xml
[junit] [WARN ] Line 1 of a paragraph overflows the available area by 17344 millipoints. (No context info available)
[junit] [WARN ] Line 1 of a paragraph overflows the available area by 7344 millipoints. (No context info available)
[junit] Test: list-block_space-before_space-after_1.xml
[junit] [WARN ] Line 1 of a paragraph overflows the available area by 1200 millipoints. (No context info available)
[junit] [WARN ] Line 1 of a paragraph overflows the available area by 1200 millipoints. (No context info available)
[junit] [WARN ] Line 1 of a paragraph overflows the available area by 1200 millipoints. (No context info available)
[junit] [WARN ] Line 1 of a paragraph overflows the available area by 1200 millipoints. (No context info available)
[junit] Test: marker_percentage-resolution.xml
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] Test: marker_white-space_npe.xml
[junit] [ERROR] Invalid property value encountered in font="bold 16pt Arial": org.apache.fop.fo.expr.PropertyException: No conversion defined bold; property:'font' (No context info available)
[junit] [ERROR] Invalid property value encountered in font="bold 16pt Arial": org.apache.fop.fo.expr.PropertyException: No conversion defined bold; property:'font' (No context info available)
[junit] [WARN ] Font "HelveticaNeue-LightCond,normal,400" not found. Substituting with "any,normal,400".
[junit] Test: markers_2.xml
[junit] [WARN ] Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400".
[junit] [WARN ] Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400".
[junit] Test: markers_3.xml
[junit] [WARN ] Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400".
[junit] [WARN ] Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400".
[junit] Test: markers_6a.xml
[junit] [WARN ] Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400".
[junit] [WARN ] Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400".
[junit] Test: markers_6b.xml
[junit] [WARN ] Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400".
[junit] [WARN ] Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400".
[junit] Test: markers_8.xml
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] Test: markers_inline-level.xml
[junit] [WARN ] Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400".
[junit] [WARN ] Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400".
[junit] Test: page-breaking_5.xml
[junit] [WARN ] Subsequences exhausted in page-sequence-master "master", using previous subsequence. (No context info available)
[junit] Test: page-number-citation-last_complex.xml
[junit] [WARN ] Page 2: Unresolved ID reference "table-row1" found.
[junit] [WARN ] Page 2: Unresolved ID reference "table-body1" found.
[junit] [WARN ] Page 2: Unresolved ID reference "table-header1" found.
[junit] [WARN ] Page 2: Unresolved ID reference "table-footer1" found.
[junit] Test: region-body_column-count_bug38054.xml
[junit] [WARN ] Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400".
[junit] [WARN ] Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400".
[junit] Test: region_display-align_table.xml
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] Test: simple-page-master_borders_padding.xml
[junit] [WARN ] Border and padding for fo:region-body "xsl-region-body" should be '0' (See 6.4.14 in XSL 1.1); non-standard values are allowed if relaxed validation is enabled. (No context info available)
[junit] [WARN ] Border and padding for fo:region-before "xsl-region-before" should be '0' (See 6.4.14 in XSL 1.1); non-standard values are allowed if relaxed validation is enabled. (No context info available)
[junit] [WARN ] Border and padding for fo:region-after "xsl-region-after" should be '0' (See 6.4.14 in XSL 1.1); non-standard values are allowed if relaxed validation is enabled. (No context info available)
[junit] [WARN ] Border and padding for fo:region-start "xsl-region-start" should be '0' (See 6.4.14 in XSL 1.1); non-standard values are allowed if relaxed validation is enabled. (No context info available)
[junit] Test: simple-page-master_reference-orientation.xml
[junit] [WARN ] Content overflows the viewport of the fo:region-before on page 2 in block-progression direction by 23200 millipoints. Content will be clipped. (No context info available)
[junit] Test: simple-page-master_reference-orientation_270_region-body_margin_relative.xml
[junit] [WARN ] Content overflows the viewport of the fo:region-after on page 1 in block-progression direction by 3600 millipoints. (No context info available)
[junit] Test: simple-page-master_reference-orientation_270_writing-mode_rl_region-body_margin_relative.xml
[junit] [WARN ] Content overflows the viewport of the fo:region-after on page 1 in block-progression direction by 3600 millipoints. (No context info available)
[junit] Test: simple-page-master_reference-orientation_90_region-body_margin_relative.xml
[junit] [WARN ] Content overflows the viewport of the fo:region-after on page 1 in block-progression direction by 3600 millipoints. (No context info available)
[junit] Test: simple-page-master_reference-orientation_90_writing-mode_rl_region-body_margin_relative.xml
[junit] [WARN ] Content overflows the viewport of the fo:region-after on page 1 in block-progression direction by 3600 millipoints. (No context info available)
[junit] Test: simple-page-master_regions.xml
[junit] [WARN ] Content overflows the viewport of the fo:region-before on page 1 in block-progression direction by 23200 millipoints. (No context info available)
[junit] [WARN ] Line 2 of a paragraph overflows the available area by 10012 millipoints. (No context info available)
[junit] [WARN ] Line 1 of a paragraph overflows the available area by 17344 millipoints. (No context info available)
[junit] [WARN ] Line 2 of a paragraph overflows the available area by 10012 millipoints. (No context info available)
[junit] [WARN ] Line 1 of a paragraph overflows the available area by 17344 millipoints. (No context info available)
[junit] [WARN ] Line 2 of a paragraph overflows the available area by 10012 millipoints. (No context info available)
[junit] [WARN ] Line 1 of a paragraph overflows the available area by 17344 millipoints. (No context info available)
[junit] [WARN ] Content overflows the viewport of the fo:region-end on page 1 in block-progression direction by 23200 millipoints. (No context info available)
[junit] Test: simple-page-master_writing-mode_rl_region-body_writing-mode-lr.xml
[junit] [WARN ] Content overflows the viewport of the fo:region-start on page 1 in block-progression direction by 3600 millipoints. (No context info available)
[junit] Test: static-content_overflow_1.xml
[junit] [WARN ] Content overflows the viewport of the fo:region-before on page 1 in block-progression direction by 36600 millipoints. (No context info available)
[junit] [WARN ] Content overflows the viewport of the fo:region-after on page 1 in block-progression direction by 36600 millipoints. (No context info available)
[junit] Test: table-body_basic_1.xml
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] Test: table-body_basic_2.xml
[junit] [WARN ] The following feature isn't implemented by Apache FOP, yet: table-layout="auto" (on fo:table) (No context info available)
[junit] Test: table-cell_background-image.xml
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] Test: table-cell_block_break-before.xml
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] Test: table-cell_padding_percentages.xml
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] Test: table-column_first-row-width.xml
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] Test: table-column_gap.xml
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] Test: table-footer_omit-footer-at-break.xml
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] Test: table-header_bug37875.xml
[junit] [WARN ] Line 1 of a paragraph overflows the available area by 13927 millipoints. (No context info available)
[junit] Test: table-header_table-footer_3.xml
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] Test: table-header_table-footer_4.xml
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] Test: table-row_break-before_break-after_1.xml
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] Test: table-row_break-inside-span.xml
[junit] [WARN ] break-after ignored on fo:table-row because of row spanning in progress (See XSL 1.1, 7.20.1) (No context info available)
[junit] [WARN ] break-before ignored on fo:table-row because of row spanning in progress (See XSL 1.1, 7.20.2) (No context info available)
[junit] Test: table_background-image.xml
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] Test: table_bug36403.xml
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] Test: table_bug37270.xml
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] Test: table_in_marker_bug39560.xml
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] Test: table_overconstrained_ipd.xml
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] Line 3 of a paragraph overflows the available area by more than 50 points. (No context info available)
[junit] [WARN ] Line 2 of a paragraph overflows the available area by more than 50 points. (No context info available)
[junit] [WARN ] Line 1 of a paragraph overflows the available area by 26688 millipoints. (No context info available)
[junit] Test: table_padding_percentages.xml
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] Test: table_table-layout_fixed_1.xml
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] [WARN ] table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available)
[junit] ------------- ---------------- ---------------
[junit] ------------- Standard Error -----------------
[junit] Oct 21, 2011 11:26:01 AM org.apache.fop.util.ColorSpaceCache get
[junit] WARNING: Color profile 'nonexistent.icc' not found.
[junit] Oct 21, 2011 11:26:01 AM org.apache.fop.util.ColorUtil parseAsFopRgbIcc
[junit] WARNING: Color profile 'nonexistent.icc' not found. Using sRGB replacement values.
[junit] Oct 21, 2011 11:26:10 AM org.apache.fop.hyphenation.Hyphenator getHyphenationTree
[junit] SEVERE: Couldn't find hyphenation pattern for lang="en".
[junit] Oct 21, 2011 11:26:12 AM org.apache.fop.hyphenation.Hyphenator getHyphenationTree
[junit] SEVERE: Couldn't find hyphenation pattern for lang="en",country="US".
[junit] Oct 21, 2011 11:26:14 AM org.apache.fop.hyphenation.Hyphenator getHyphenationTree
[junit] SEVERE: Couldn't find hyphenation pattern for lang="de".
[junit] Oct 21, 2011 11:26:36 AM org.apache.fop.layoutmgr.table.ColumnSetup computeTableUnit
[junit] WARNING: No space remaining to distribute over columns.
[junit] ------------- ---------------- ---------------
hyphenation-present:
[echo] Hyphenation Support NOT Present - Layout tests which require hyphenation are NOT being run!
junit-layout-hyphenation:
junit-layout:
junit-area-tree-xml-format:
[echo] Running area tree XML format tests...
[junit] Testsuite: org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite
[junit] Tests run: 521, Failures: 0, Errors: 0, Time elapsed: 47.037 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] Oct 21, 2011 11:26:50 AM org.apache.fop.fonts.Typeface warnMissingGlyph
[junit] WARNING: Glyph 8721 (0x2211, summation) not available in font Helvetica
[junit] Oct 21, 2011 11:26:50 AM org.apache.fop.fonts.Typeface warnMissingGlyph
[junit] WARNING: Glyph 115 (0x73, s) not available in font Symbol
[junit] Oct 21, 2011 11:26:50 AM org.apache.fop.fonts.Typeface warnMissingGlyph
[junit] WARNING: Glyph 121 (0x79, y) not available in font Symbol
[junit] Oct 21, 2011 11:26:50 AM org.apache.fop.fonts.Typeface warnMissingGlyph
[junit] WARNING: Glyph 109 (0x6d, m) not available in font Symbol
[junit] Oct 21, 2011 11:26:53 AM org.apache.fop.util.ColorSpaceCache get
[junit] WARNING: Color profile 'nonexistent.icc' not found.
[junit] Oct 21, 2011 11:26:53 AM org.apache.fop.util.ColorUtil parseAsFopRgbIcc
[junit] WARNING: Color profile 'nonexistent.icc' not found. Using sRGB replacement values.
[junit] Oct 21, 2011 11:27:05 AM org.apache.fop.hyphenation.Hyphenator getHyphenationTree
[junit] SEVERE: Couldn't find hyphenation pattern for lang="en".
[junit] Oct 21, 2011 11:27:11 AM org.apache.fop.hyphenation.Hyphenator getHyphenationTree
[junit] SEVERE: Couldn't find hyphenation pattern for lang="en",country="US".
[junit] Oct 21, 2011 11:27:12 AM org.apache.fop.hyphenation.Hyphenator getHyphenationTree
[junit] SEVERE: Couldn't find hyphenation pattern for lang="de".
[junit] Oct 21, 2011 11:27:26 AM org.apache.fop.layoutmgr.table.ColumnSetup computeTableUnit
[junit] WARNING: No space remaining to distribute over columns.
[junit] ------------- ---------------- ---------------
setup-xml-schema:
[get] Getting: http://www.w3.org/2001/xml.xsd
[get] To: /Library/Java/trunk/.cache/junit/intermediate/xml.xsd
[get] Not modified - so not downloaded
junit-intermediate-layout:
[echo] Running intermediate format from layout tests tests...
[junit] Testsuite: org.apache.fop.intermediate.LayoutIFTestSuite
[junit] Tests run: 521, Failures: 0, Errors: 0, Time elapsed: 31.596 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] Oct 21, 2011 11:28:08 AM org.apache.fop.util.ColorSpaceCache get
[junit] WARNING: Color profile 'nonexistent.icc' not found.
[junit] Oct 21, 2011 11:28:08 AM org.apache.fop.util.ColorUtil parseAsFopRgbIcc
[junit] WARNING: Color profile 'nonexistent.icc' not found. Using sRGB replacement values.
[junit] Oct 21, 2011 11:28:18 AM org.apache.fop.hyphenation.Hyphenator getHyphenationTree
[junit] SEVERE: Couldn't find hyphenation pattern for lang="en".
[junit] Oct 21, 2011 11:28:22 AM org.apache.fop.hyphenation.Hyphenator getHyphenationTree
[junit] SEVERE: Couldn't find hyphenation pattern for lang="en",country="US".
[junit] Oct 21, 2011 11:28:22 AM org.apache.fop.hyphenation.Hyphenator getHyphenationTree
[junit] SEVERE: Couldn't find hyphenation pattern for lang="de".
[junit] Oct 21, 2011 11:28:31 AM org.apache.fop.layoutmgr.table.ColumnSetup computeTableUnit
[junit] WARNING: No space remaining to distribute over columns.
[junit] ------------- ---------------- ---------------
junit-intermediate-format:
[echo] Running intermediate format tests...
[junit] Testsuite: org.apache.fop.intermediate.IntermediateFormatTestSuite
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 2.211 sec
[junit]
junit-full:
junit:
[junit] Test org.apache.fop.BasicTranscoderTestSuite FAILED
[junit] Test org.apache.fop.BasicTranscoderTestSuite FAILED
BUILD FAILED
/Library/Java/trunk/build.xml:875: NOTE:
**************************************************************************
* One or more of the Junit tests had Failures or Errors or were skipped! *
* Please check the output above for relevant messages. *
* Or use the "junit-reports" target to generate HTML test reports. *
**************************************************************************
Total time: 4 minutes 8 seconds
---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe <at> xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help <at> xmlgraphics.apache.org