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
