Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A591010094 for ; Thu, 2 Jan 2014 16:07:15 +0000 (UTC) Received: (qmail 41802 invoked by uid 500); 2 Jan 2014 16:07:13 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 41556 invoked by uid 500); 2 Jan 2014 16:07:13 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 41548 invoked by uid 99); 2 Jan 2014 16:07:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jan 2014 16:07:12 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [199.193.192.100] (HELO codehaus01.managed.contegix.com) (199.193.192.100) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jan 2014 16:07:06 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 06EB1B108A for ; Thu, 2 Jan 2014 10:06:46 -0600 (CST) Date: Thu, 2 Jan 2014 10:06:46 -0600 (CST) From: "Robert Scholte (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] (MCOMPILER-217) IT failure with Jdk 8 (EA) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org [ https://jira.codehaus.org/browse/MCOMPILER-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=338009#comment-338009 ] Robert Scholte commented on MCOMPILER-217: ------------------------------------------ This is something which has to be fixed in [plexus-compiler-javac-errorprone|https://github.com/sonatype/plexus-compiler/blob/master/plexus-compilers/plexus-compiler-javac-errorprone/src/main/java/org/codehaus/plexus/compiler/javac/errorprone/JavacCompilerWithErrorProne.java], probably with help from [~olamy] or [~krosenvold] who have at least commit rights on this project. > IT failure with Jdk 8 (EA) > -------------------------- > > Key: MCOMPILER-217 > URL: https://jira.codehaus.org/browse/MCOMPILER-217 > Project: Maven Compiler Plugin > Issue Type: Bug > Affects Versions: 3.1 > Reporter: Herve Boutemy > > see https://builds.apache.org/view/M-R/view/Maven/job/maven-plugins-ITs-m3.1.x-with-maven-plugin-jdk-1.8/modules > {noformat}[INFO] ------------------------------------------------- > [INFO] Build Summary: > [INFO] Passed: 18, Failed: 1, Errors: 0, Skipped: 0 > [INFO] ------------------------------------------------- > [ERROR] The following builds failed: > [ERROR] * error-prone-compiler/pom.xml > [INFO] ------------------------------------------------- > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] ------------------------------------------------------------------------{noformat} > {noformat}Caused by: org.apache.maven.plugin.MojoExecutionException: Fatal error compiling > at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:789) > at org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:129) > at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) > ... 19 more > Caused by: java.lang.ClassCastException: com.sun.tools.javac.main.Main$Result cannot be cast to java.lang.Integer > at org.codehaus.plexus.compiler.javac.errorprone.JavacCompilerWithErrorProne.compileInProcessWithProperClassloader(JavacCompilerWithErrorProne.java:180) > at org.codehaus.plexus.compiler.javac.JavacCompiler.compileInProcess(JavacCompiler.java:538) > at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:174) > at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:778) > ... 22 more{noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira