Hi, No need to run tests, just do ant clean package or mvn clean install -DskipTests
Thanks -----Original Message----- From: Jan Tosovsky [mailto:[email protected]] Sent: 26 July 2016 21:16 To: [email protected] Subject: Building from current TRUNK fails Dear All, I've updated local copy to the current (mavenized) version and I am unable build (Oracle JDK 1.8) the FOP Core project: (1) testAES256() fails with java.lang.IllegalStateException: java.security.InvalidKeyException: Illegal key size at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1034) ... at o.a.f.pdf.PDFEncryptionJCETestCase.testAES256(PDFEncryptionJCETestCase.java: 468) (2) there is missing reference to JAI in o.a.f.util.bitmap.JAIMonochromeBitmapConverter.java Both indicate there is additional configuring steps required, but the 'build' page hasn't been updated yet: http://xmlgraphics.apache.org/fop/trunk/compiling.html (there is still Ant mentioned) Is there any reason JAI is not part of pom file? Thanks, Jan
