This will be solved with JDK9:
http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7044758
Tilman
Am 18.06.2014 22:02, schrieb John Hewson:
Are you using OpenJDK? I think it might not support ARGB JPEGs...
-- John
On 18 Jun 2014, at 12:28, Andreas Lehmkuehler <[email protected]> wrote:
Hi,
I've tried to prepare the 1.8.6 release and ran into an issue.
I've ran "mvn release:prepare -DdryRun=true" and one of the tests has failed
throwing the following message:
testCreateJpeg4BYTE_ABGR(org.apache.pdfbox.pdmodel.graphics.xobject.PDJpegTest):
Invalid argument to native writeImage
testCreateJpegINT_ARGB(org.apache.pdfbox.pdmodel.graphics.xobject.PDJpegTest):
Invalid argument to native writeImage
I've tried jdk6 and jdk7, both with the same result.
Everything works fine when I run the tests within eclipse.
Does anybody have an idea what's wrong here?
BR
Andreas Lehmkühler