[JIRA] (JENKINS-36872) Unable to release jenkins on Java 8

5 views
Skip to first unread message

ogondza@gmail.com (JIRA)

unread,
Jul 22, 2016, 6:13:02 AM7/22/16
to jenkinsc...@googlegroups.com
Oliver Gondža created an issue
 
Jenkins / Bug JENKINS-36872
Unable to release jenkins on Java 8
Issue Type: Bug Bug
Assignee: Unassigned
Components: core
Created: 2016/Jul/22 10:12 AM
Labels: release
Priority: Major Major
Reporter: Oliver Gondža

Releasing LTS RC on "Java(TM) SE Runtime Environment (build 1.8.0_92-b14)" fails with:

[ERROR] Failed to execute goal org.codehaus.mojo:apt-maven-plugin:1.0-alpha-5:process (default) on project jenkins-core: Unable to locate the apt compiler in:
[ERROR] /usr/lib/jvm/java-8-jdk/jre/../lib/tools.jar
[ERROR] Please ensure you are using JDK 1.5 or above and
[ERROR] not a JRE (the com.sun.tools.apt.Main class is required).
[ERROR] In most cases you can change the location of your Java
[ERROR] installation by setting the JAVA_HOME environment variable.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:apt-maven-plugin:1.0-alpha-5:process (default) on project jenkins-core: Unable to locate the apt compiler in:
  /usr/lib/jvm/java-8-jdk/jre/../lib/tools.jar
Please ensure you are using JDK 1.5 or above and
not a JRE (the com.sun.tools.apt.Main class is required).
In most cases you can change the location of your Java
installation by setting the JAVA_HOME environment variable.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: Unable to locate the apt compiler in:
  /usr/lib/jvm/java-8-jdk/jre/../lib/tools.jar
Please ensure you are using JDK 1.5 or above and
not a JRE (the com.sun.tools.apt.Main class is required).
In most cases you can change the location of your Java
installation by setting the JAVA_HOME environment variable.
	at org.codehaus.mojo.apt.AptUtils.getAptClass(AptUtils.java:220)
	at org.codehaus.mojo.apt.AptUtils.invoke(AptUtils.java:76)
	at org.codehaus.mojo.apt.AbstractAptMojo.executeApt(AbstractAptMojo.java:389)
	at org.codehaus.mojo.apt.AbstractAptMojo.executeImpl(AbstractAptMojo.java:277)
	at org.codehaus.mojo.apt.AbstractAptMojo.execute(AbstractAptMojo.java:254)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 20 more
Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)
Atlassian logo

ogondza@gmail.com (JIRA)

unread,
Jan 20, 2017, 6:32:01 AM1/20/17
to jenkinsc...@googlegroups.com
Oliver Gondža started work on Bug JENKINS-36872
 
Change By: Oliver Gondža
Status: Open In Progress

scm_issue_link@java.net (JIRA)

unread,
Feb 18, 2017, 4:02:01 PM2/18/17
to jenkinsc...@googlegroups.com
SCM/JIRA link daemon commented on Bug JENKINS-36872
 
Re: Unable to release jenkins on Java 8

Code changed in jenkins
User: Oliver Gondža
Path:
core/pom.xml
pom.xml
http://jenkins-ci.org/commit/jenkins/85c8dc5a4b73a02cf994921fd8f84f8e2ae15434
Log:
[FIXED JENKINS-36872] Switch to com.mysema.maven:apt-maven-plugin for Java 8 support

scm_issue_link@java.net (JIRA)

unread,
Feb 18, 2017, 4:03:01 PM2/18/17
to jenkinsc...@googlegroups.com

Code changed in jenkins
User: Oleg Nenashev
Path:
core/pom.xml
pom.xml
http://jenkins-ci.org/commit/jenkins/37d2e6a9b3afc906b3743a9d21af87475df686a5
Log:
Merge pull request #2724 from olivergondza/apt-maven-plugin-java8

[FIXED JENKINS-36872] Switch to com.mysema.maven:apt-maven-plugin for Java 8 support

scm_issue_link@java.net (JIRA)

unread,
Feb 18, 2017, 4:03:01 PM2/18/17
to jenkinsc...@googlegroups.com
SCM/JIRA link daemon resolved as Fixed
 
Change By: SCM/JIRA link daemon
Status: In Progress Resolved
Resolution: Fixed
Reply all
Reply to author
Forward
0 new messages