> On Jun 23, 2016, at 1:59 PM, Jody Grassel <[email protected]> wrote:
> I did notice that 2.2.x is running with java 8: > > Command line was: /usr/lib/jvm/java-8-oracle/jre/../bin/javadoc > -J-Xmx1024m @options > > While openjpa trunk appears to be running with java 7 ( > https://ci.apache.org/builders/openjpa-trunk-docs/builds/338/steps/compile/logs/stdio > ): > > JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64 This is defined in your build config https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/openjpa.conf <https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/openjpa.conf> — there is logic in there to assign a java version based on the version specified (java 1.5 for 1.* and java 1.7 for trunk.) Since you’re building against 2.*, there’s no override, so it picks up the system JAVA_HOME which is 1.8. I imagine you’ll have to update the project build config to specify 1.7 for version 2.* as well. -Chris
signature.asc
Description: Message signed with OpenPGP using GPGMail
