On Jan 10, 2008, at 17:16, Jeremias Maerki wrote:
Works for me. I had a few OutOfMemoryErrors earlier during font auto
detection: http://issues.apache.org/bugzilla/show_bug.cgi?id=43962
No problem here either with the build target Vincent mentioned.
Checking the standard output of a plain 'ant', however, I do get the
following two SEVERE errors (PDFConformanceException) in the 'junit-
basic' target:
junit-basic:
[echo] Running basic functionality tests for fop.jar
[junit] Testsuite: org.apache.fop.StandardTestSuite
[junit] Tests run: 29, Failures: 0, Errors: 0, Time elapsed:
3.645 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] Jan 10, 2008 5:52:23 PM
org.apache.fop.area.RenderPagesModel addPage
[junit] SEVERE: Error while rendering page 1
[junit] org.apache.fop.pdf.PDFConformanceException: PostScript
XObjects are prohibited when PDF/A-1b is active. Convert EPS graphics
to another format.
[junit] at
org.apache.fop.pdf.PDFProfile.verifyPSXObjectsAllowed(PDFProfile.java:
159)
<snip />
[junit] Jan 10, 2008 5:52:23 PM
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: file:/Developer/javatools/
xml-fop/test/resources/images/cmyk.jpg
<snip />
Apparently, they do not cause the related tests to fail. Are they
expected? Does anyone else get these?
Cheers
Andreas