You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2016/06/25 00:04:16 UTC

[jira] [Updated] (INFRA-12170) JDK used to build openjpa docs is wrong

     [ https://issues.apache.org/jira/browse/INFRA-12170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin updated INFRA-12170:
--------------------------
    Status: Waiting for user  (was: Waiting for Infra)

This is something you should be able to fix yourself.

Your Buildbot project config lives at :-

https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/openjpa.conf

Feel free to edit.

Perhaps this section :-

 if b_ojpa_b.startswith('1.'):
        ojpa_builder['env'] = {'JAVA_HOME': '${HOME}/slave18/tools/java/latest1.5/'}
    if b_ojpa_b.startswith('trunk'):
        ojpa_builder['env'] = {'JAVA_HOME': '/usr/lib/jvm/java-1.7.0-openjdk-amd64'}

Could do with altering to trunk or 2. so that 2.x use the same 1.7 as trunk 

HTH

> JDK used to build openjpa docs is wrong
> ---------------------------------------
>
>                 Key: INFRA-12170
>                 URL: https://issues.apache.org/jira/browse/INFRA-12170
>             Project: Infrastructure
>          Issue Type: Task
>          Components: Buildbot
>            Reporter: Jody Grassel
>            Assignee: Gavin
>
> The following builders appear to be using Java 8:
> https://ci.apache.org/builders/openjpa-2.0.x-docs
> https://ci.apache.org/builders/openjpa-2.1.x-docs
> https://ci.apache.org/builders/openjpa-2.2.x-docs
> https://ci.apache.org/builders/openjpa-2.3.x-docs
> Those levels of openjpa do not support being build using Java 8, requesting for Java 6 or Java 7 to be used for the build process instead (appears openjpa trunk uses java 7 -- not sure the reason for the discrepancy there.)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)