Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 95299200B12 for ; Sat, 28 May 2016 22:29:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 93DBB160939; Sat, 28 May 2016 20:29:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DCA89160A1A for ; Sat, 28 May 2016 22:29:13 +0200 (CEST) Received: (qmail 36165 invoked by uid 500); 28 May 2016 20:29: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 36137 invoked by uid 99); 28 May 2016 20:29:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 May 2016 20:29:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E69742C1F56 for ; Sat, 28 May 2016 20:29:12 +0000 (UTC) Date: Sat, 28 May 2016 20:29:12 +0000 (UTC) From: "Karl Heinz Marbaise (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (MCOMPILER-217) IT failure with Jdk 8 (EA) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 28 May 2016 20:29:14 -0000 [ https://issues.apache.org/jira/browse/MCOMPILER-217?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise resolved MCOMPILER-217. ------------------------------------------- Resolution: Fixed Assignee: Karl Heinz Marbaise Current trunk in SVN r1745932 works without any issue.=20 > IT failure with Jdk 8 (EA) > -------------------------- > > Key: MCOMPILER-217 > URL: https://issues.apache.org/jira/browse/MCOMPILER-217 > Project: Maven Compiler Plugin > Issue Type: Bug > Affects Versions: 3.1 > Reporter: Herv=C3=A9 Boutemy > Assignee: Karl Heinz Marbaise > > see https://builds.apache.org/view/M-R/view/Maven/job/maven-plugins-ITs-m= 3.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: Fata= l error compiling > at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(= AbstractCompilerMojo.java:789) > at org.apache.maven.plugin.compiler.CompilerMojo.execute(Compiler= Mojo.java:129) > at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(= DefaultBuildPluginManager.java:106) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoE= xecutor.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.JavacCompilerWit= hErrorProne.compileInProcessWithProperClassloader(JavacCompilerWithErrorPro= ne.java:180) > at org.codehaus.plexus.compiler.javac.JavacCompiler.compileInProc= ess(JavacCompiler.java:538) > at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompil= e(JavacCompiler.java:174) > at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(= AbstractCompilerMojo.java:778) > ... 22 more{noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)