Details
Description
Trying to build either 2.0.x or trunk with Java 8 gives error:
For 2.0.x:
Building Pivot requires JDK 1.6 or greater. Please see the
BUILD file for more information.For trunk:
Building Pivot requires JDK 1.7 or greater. Please see the
BUILD file for more information.
Fixing that in the build.xml then gives warnings about LocalManifestAdapter shouldn't be accessed from outside its source file. Moving the class to its own file solves this.