[jbosstools-issues] [JBoss JIRA] (JBIDE-17916) use consisent JDK to build with

Nick Boldt (JIRA) issues at jboss.org
Fri Jul 18 15:56:29 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-17916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12986425#comment-12986425 ] 

Nick Boldt commented on JBIDE-17916:
------------------------------------

* composite install needs 1.8 because there are IUs in the full Eclipse JEE bundle which require 1.8. Since the composite install uses p2 director to fetch a list of ALL THE IUs it requires a ExecutionEnvironment which allows all the plugins to be installed. 

* projects using 1.7 require it because hibernate requires it and so therefore they do too by transitive property (Bundle-RequireExecutionEnvironment on hibernatetools plugins).

* everything else is still on 1.6 because there's been no need to change it.

*jdk1.7u02* is wrong, however. That should be jdk7.

> use consisent JDK to build with
> -------------------------------
>
>                 Key: JBIDE-17916
>                 URL: https://issues.jboss.org/browse/JBIDE-17916
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: build
>    Affects Versions: 4.2.0.Beta3
>            Reporter: Max Rydahl Andersen
>
> while investigating for [~lhein] which java version we actually used for builds on jbosstools jenkins jobs I noticed we seem to have inconsistent usage for luna builds.
> The following jobs dont use Java 7, any reason for that ? 
> job/devstudio.product_8.0.luna/config.xml:145:  <jdk>java1.6</jdk>
> job/devstudio.versionwatch_8.0.luna/config.xml:95:  <jdk>java1.6</jdk>
> job/jbosstools-aerogear_4.2.luna/config.xml:106:  <jdk>java1.6</jdk>
> job/jbosstools-birt_4.2.luna/config.xml:107:  <jdk>java1.6</jdk>
> job/jbosstools-browsersim_4.2.luna/config.xml:106:  <jdk>java1.6</jdk>
> job/jbosstools-build-sites.aggregate.coretests-site_4.2.luna/config.xml:143:  <jdk>java1.6</jdk>
> job/jbosstools-build-sites.aggregate.hibernatetools-site_4.2.luna/config.xml:153:  <jdk>java1.6</jdk>
> job/jbosstools-build-sites.aggregate.site_4.2.luna/config.xml:143:  <jdk>java1.6</jdk>
> job/jbosstools-build-sites.aggregate.webtools-site_4.2.luna/config.xml:153:  <jdk>java1.6</jdk>
> job/jbosstools-build.parent_4.2.luna/config.xml:60:  <jdk>java1.6</jdk>
> job/jbosstools-buildflow_4.2.luna/config.xml:19:  <jdk>java1.6</jdk>
> job/jbosstools-centraltarget_4.2.luna/config.xml:72:  <jdk>java1.6</jdk>
> job/jbosstools-discovery_4.2.luna/config.xml:147:  <jdk>java1.6</jdk>
> job/jbosstools-freemarker_4.2.luna/config.xml:107:  <jdk>java1.6</jdk>
> job/jbosstools-gwt_4.2.luna/config.xml:107:  <jdk>java1.6</jdk>
> job/jbosstools-jst_4.2.luna/config.xml:106:  <jdk>java1.6</jdk>
> job/jbosstools-livereload_4.2.luna/config.xml:106:  <jdk>java1.6</jdk>
> job/jbosstools-openshift_4.2.luna/config.xml:106:  <jdk>java1.6</jdk>
> job/jbosstools-portlet_4.2.luna/config.xml:106:  <jdk>java1.6</jdk>
> job/jbosstools-server_4.2.luna/config.xml:133:  <jdk>java1.6</jdk>
> job/jbosstools-vpe_4.2.luna/config.xml:106:  <jdk>java1.6</jdk>
> and only these uses java 7:
> ./job/jbosstools-arquillian_4.2.luna/config.xml:  <jdk>jdk1.7</jdk>
> ./job/jbosstools-base_4.2.luna/config.xml:  <jdk>jdk1.7u02</jdk>
> ./job/jbosstools-central_4.2.luna/config.xml:  <jdk>jdk1.7</jdk>
> ./job/jbosstools-forge_4.2.luna/config.xml:  <jdk>jdk1.7</jdk>
> ./job/jbosstools-hibernate_4.2.luna/config.xml:  <jdk>jdk1.7</jdk>
> ./job/jbosstools-javaee_4.2.luna/config.xml:  <jdk>jdk1.7</jdk>
> ./job/jbosstools-webservices_4.2.luna/config.xml:  <jdk>jdk1.7</jdk>
> and not all the same.
> and there is even one using Java 8:
> ./job/jbosstools-composite-install_4.2.luna/config.xml:  <jdk>java1.8</jdk>
> that seems unnecessary.



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jbosstools-issues mailing list