On 2016-07-26 Andreas Delmelle wrote: > > On 2016-07-26 Jan Tosovsky wrote: > > > > 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: > > It just means you need to download the "unlimited strength" encryption > policy files from Oracle. They made that a separate download, ... > see http://www.oracle.com/technetwork/java/javase/downloads/jce8- > download-2133166.html
thanks, that helped! > > (2) there is missing reference to JAI in > > o.a.f.util.bitmap.JAIMonochromeBitmapConverter.java > > > > Is there any reason JAI is not part of pom file? > > I know that one as well. What I usually do to make FOP compile after a > fresh trunk checkout, is just delete that source file locally (i.e. > just a regular "rm", not an "svn del"). > This is not actually a build blocker. As JAI seems to be abandoned (for image manipulations I prefer https://github.com/haraldk/TwelveMonkeys/ library), I suggest deleting this file completely ;-) Jan
