Jenkins build is back to normal : xmlgraphics-fop-pdf-images #124

2020-06-29 Thread Apache Jenkins Server
See 




Build failed in Jenkins: xmlgraphics-fop-pdf-images #123

2020-06-29 Thread Apache Jenkins Server
See 


Changes:

[ssteiner] Bump fop version

[ssteiner] FOP-2950: Display font error at top level exception


--
[...truncated 35.20 KB...]
[javac]  ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 10 warnings
 [copy] Copying 5 files to 


resourcegen:
[generateEventResources] Event model written to 

 [copy] Copying 1 file to 


uptodate-jar-main:

jar-main:
  [jar] Building jar: 

  [jar] Building jar: 


package:

info:
 [echo] --- PDF image support for Apache FOP 2.5.0.SNAPSHOT 
[2007-2020] 
 [echo] See build.properties and build-local.properties for additional 
build settings
 [echo] Apache Ant(TM) version 1.9.14 compiled on March 12 2019
 [echo] VM: 24.80-b11, Oracle Corporation
 [echo] JAVA_HOME: /home/jenkins/tools/java/latest1.7

init-avail:

init:

compile-java:
[javac] 
:181: 
warning: 'includeantruntime' was not set, defaulting to 
build.sysclasspath=last; set to false for repeatable builds

resourcegen:

uptodate-jar-main:

jar-main:

package:

junit-compile-java:
[mkdir] Created dir: 

[javac] 
:98: 
warning: 'includeantruntime' was not set, defaulting to 
build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 12 source files to 

[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.

junit:
[mkdir] Created dir: 

[jacoco:coverage] Enhancing junit with coverage
[junit] Testsuite: org.apache.fop.render.pdf.DocumentRootModifierTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.568 sec
[junit] 
[junit] Testsuite: 
org.apache.fop.render.pdf.FOPPDFSingleMultiByteFontTestCase
[junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
6.008 sec
[junit] 
[junit] Testsuite: org.apache.fop.render.pdf.ImageConverterPDF2G2DTestCase
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
3.878 sec
[junit] 
[junit] - Standard Error -
[junit] Jun 29, 2020 2:33:10 PM 
org.apache.pdfbox.pdmodel.font.PDCIDFontType0 
[junit] WARNING: Using fallback DroidSansFallback for CID-keyed font 
NewsMinIWA-Th
[junit] Jun 29, 2020 2:33:11 PM org.apache.pdfbox.rendering.CIDType0Glyph2D 
getPathForCharacterCode
[junit] WARNING: No glyph for 672 (CID 02a0) in font NewsMinIWA-Th
[junit] Jun 29, 2020 2:33:11 PM org.apache.pdfbox.rendering.CIDType0Glyph2D 
getPathForCharacterCode
[junit] WARNING: No glyph for 673 (CID 02a1) in font NewsMinIWA-Th
[junit] Jun 29, 2020 2:33:12 PM org.apache.pdfbox.cos.COSDocument finalize
[junit] WARNING: Warning: You did not close a PDF Document
[junit] Jun 29, 2020 2:33:13 PM org.apache.fop.fonts.LazyFont load
[junit] SEVERE: Failed to read font file 
 Reached 
EOF, file size=4545
[junit] java.io.EOFException: Reached EOF, file size=4545
[junit] at 
org.apache.fop.fonts.truetype.FontFileReader.read(FontFileReader.java:100)
[junit] at 
org.apache.fop.fonts.truetype.FontFileReader.readTTFUByte(FontFileReader.java:124)
[junit] at 
org.apache.fop.fonts.truetype.FontFileReader.readTTFLong(FontFileReader.java:212)
[junit] at 
org.apache.fop.fonts.truetype.OFDirTabEntry.read(OFDirTabEntry.java:57)
[junit] at 
org.apache.fop.fonts.truetype.OpenFont.readDirTabs(OpenFont.java:1258)
[junit] at 
org.apache.fop.fonts.truetype.OpenFont.readFont(OpenFont.java:830)
[junit] at 
org.apache.fop.fonts.truetype.OFFontLoader.read(OFFontLoader.java:117)
[junit] at 
org.apache.fop.fonts.truetype.OFFontLoader.read(OFFontLoader.java:101)
[junit] at 

[jira] [Updated] (FOP-2950) Display font error at top level exception

2020-06-29 Thread Simon Steiner (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Steiner updated FOP-2950:
---
Description: 
fop test.fo -c fop.xconf -ps out.ps

 

Top level exception should say why it failed when error parsing font

  was:
fop test.fo -c fop.xconf -ps out.ps

 

Top level exception should say why it failed


> Display font error at top level exception
> -
>
> Key: FOP-2950
> URL: https://issues.apache.org/jira/browse/FOP-2950
> Project: FOP
>  Issue Type: Bug
>Reporter: Simon Steiner
>Assignee: Simon Steiner
>Priority: Major
> Fix For: trunk
>
> Attachments: fontnotembedded.pdf, fop.xconf, test.fo
>
>
> fop test.fo -c fop.xconf -ps out.ps
>  
> Top level exception should say why it failed when error parsing font



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (FOP-2950) Display font error at top level exception

2020-06-29 Thread Simon Steiner (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Steiner resolved FOP-2950.

Fix Version/s: trunk
   Resolution: Fixed

[http://svn.apache.org/viewvc?view=revision=1879330]

[http://svn.apache.org/viewvc?view=revision=1879331]

> Display font error at top level exception
> -
>
> Key: FOP-2950
> URL: https://issues.apache.org/jira/browse/FOP-2950
> Project: FOP
>  Issue Type: Bug
>Reporter: Simon Steiner
>Assignee: Simon Steiner
>Priority: Major
> Fix For: trunk
>
> Attachments: fontnotembedded.pdf, fop.xconf, test.fo
>
>
> fop test.fo -c fop.xconf -ps out.ps
>  
> Top level exception should say why it failed



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FOP-2950) Display font error at top level exception

2020-06-29 Thread Simon Steiner (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Steiner updated FOP-2950:
---
Attachment: test.fo
fop.xconf
fontnotembedded.pdf

> Display font error at top level exception
> -
>
> Key: FOP-2950
> URL: https://issues.apache.org/jira/browse/FOP-2950
> Project: FOP
>  Issue Type: Bug
>Reporter: Simon Steiner
>Assignee: Simon Steiner
>Priority: Major
> Attachments: fontnotembedded.pdf, fop.xconf, test.fo
>
>
> fop test.fo -c fop.xconf -ps out.ps
>  
> Top level exception should say why it failed



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FOP-2950) Display font error at top level exception

2020-06-29 Thread Simon Steiner (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Steiner updated FOP-2950:
---
Description: 
fop test.fo -c fop.xconf -ps out.ps

 

Top level exception should say why it failed

  was:fop test.fo -c fop.xconf -ps out.ps


> Display font error at top level exception
> -
>
> Key: FOP-2950
> URL: https://issues.apache.org/jira/browse/FOP-2950
> Project: FOP
>  Issue Type: Bug
>Reporter: Simon Steiner
>Assignee: Simon Steiner
>Priority: Major
> Attachments: fontnotembedded.pdf, fop.xconf, test.fo
>
>
> fop test.fo -c fop.xconf -ps out.ps
>  
> Top level exception should say why it failed



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (FOP-2950) Display font error at top level exception

2020-06-29 Thread Simon Steiner (Jira)
Simon Steiner created FOP-2950:
--

 Summary: Display font error at top level exception
 Key: FOP-2950
 URL: https://issues.apache.org/jira/browse/FOP-2950
 Project: FOP
  Issue Type: Bug
Reporter: Simon Steiner
Assignee: Simon Steiner


fop test.fo -c fop.xconf -ps out.ps



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


Announcing ApacheCon @Home 2020

2020-06-29 Thread Rich Bowen

Hi, Apache enthusiast!

(You’re receiving this because you’re subscribed to one or more dev or 
user mailing lists for an Apache Software Foundation project.)


The ApacheCon Planners and the Apache Software Foundation are pleased to 
announce that ApacheCon @Home will be held online, September 29th 
through October 1st, 2020. We’ll be featuring content from dozens of our 
projects, as well as content about community, how Apache works, business 
models around Apache software, the legal aspects of open source, and 
many other topics.


Full details about the event, and registration, is available at 
https://apachecon.com/acah2020


Due to the confusion around how and where this event was going to be 
held, and in order to open up to presenters from around the world who 
may previously have been unable or unwilling to travel, we’ve reopened 
the Call For Presentations until July 13th. Submit your talks today at 
https://acna2020.jamhosted.net/


We hope to see you at the event!
Rich Bowen, VP Conferences, The Apache Software Foundation


[jira] [Resolved] (FOP-2949) Allow preload of pdf with extra data before header

2020-06-29 Thread Simon Steiner (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Steiner resolved FOP-2949.

Fix Version/s: trunk
   Resolution: Fixed

http://svn.apache.org/viewvc?view=revision=1879324

> Allow preload of pdf with extra data before header
> --
>
> Key: FOP-2949
> URL: https://issues.apache.org/jira/browse/FOP-2949
> Project: FOP
>  Issue Type: Bug
>Reporter: Simon Steiner
>Assignee: Simon Steiner
>Priority: Major
> Fix For: trunk
>
> Attachments: in.pdf, test.fo
>
>
> fop test.fo out.pdf
> org.apache.xmlgraphics.image.loader.ImageException: The file format is not 
> supported. No ImagePreloader found for in.pdf



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FOP-2949) Allow preload of pdf with extra data before header

2020-06-29 Thread Simon Steiner (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Steiner updated FOP-2949:
---
Attachment: test.fo
in.pdf

> Allow preload of pdf with extra data before header
> --
>
> Key: FOP-2949
> URL: https://issues.apache.org/jira/browse/FOP-2949
> Project: FOP
>  Issue Type: Bug
>Reporter: Simon Steiner
>Assignee: Simon Steiner
>Priority: Major
> Attachments: in.pdf, test.fo
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (FOP-2949) Allow preload of pdf with extra data before header

2020-06-29 Thread Simon Steiner (Jira)
Simon Steiner created FOP-2949:
--

 Summary: Allow preload of pdf with extra data before header
 Key: FOP-2949
 URL: https://issues.apache.org/jira/browse/FOP-2949
 Project: FOP
  Issue Type: Bug
Reporter: Simon Steiner
Assignee: Simon Steiner
 Attachments: in.pdf, test.fo





--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FOP-2949) Allow preload of pdf with extra data before header

2020-06-29 Thread Simon Steiner (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Steiner updated FOP-2949:
---
Description: 
fop test.fo out.pdf

org.apache.xmlgraphics.image.loader.ImageException: The file format is not 
supported. No ImagePreloader found for in.pdf

> Allow preload of pdf with extra data before header
> --
>
> Key: FOP-2949
> URL: https://issues.apache.org/jira/browse/FOP-2949
> Project: FOP
>  Issue Type: Bug
>Reporter: Simon Steiner
>Assignee: Simon Steiner
>Priority: Major
> Attachments: in.pdf, test.fo
>
>
> fop test.fo out.pdf
> org.apache.xmlgraphics.image.loader.ImageException: The file format is not 
> supported. No ImagePreloader found for in.pdf



--
This message was sent by Atlassian Jira
(v8.3.4#803005)