From issues-return-130219-archive-asf-public=cust-asf.ponee.io@maven.apache.org Fri Mar 23 12:35:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 7768F18067E for ; Fri, 23 Mar 2018 12:35:03 +0100 (CET) Received: (qmail 11757 invoked by uid 500); 23 Mar 2018 11:35:02 -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 11742 invoked by uid 99); 23 Mar 2018 11:35:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2018 11:35:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 06C3BC00D5 for ; Fri, 23 Mar 2018 11:35:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.511 X-Spam-Level: X-Spam-Status: No, score=-109.511 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id rY9o-DAKuO5w for ; Fri, 23 Mar 2018 11:35:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D84335F126 for ; Fri, 23 Mar 2018 11:35:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 5EE1DE010F for ; Fri, 23 Mar 2018 11:35:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 18C4F214DB for ; Fri, 23 Mar 2018 11:35:00 +0000 (UTC) Date: Fri, 23 Mar 2018 11:35:00 +0000 (UTC) From: "Hudson (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MCOMPILER-192) No error reporting with forked compiler when Compiler includes non java files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MCOMPILER-192?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1= 6411255#comment-16411255 ]=20 Hudson commented on MCOMPILER-192: ---------------------------------- Build failed in Jenkins: Maven TLP =C2=BB maven-compiler-plugin =C2=BB mast= er #10 See https://builds.apache.org/job/maven-box/job/maven-compiler-plugin/job/m= aster/10/ > No error reporting with forked compiler when Compiler includes non java f= iles > -------------------------------------------------------------------------= ---- > > Key: MCOMPILER-192 > URL: https://issues.apache.org/jira/browse/MCOMPILER-192 > Project: Maven Compiler Plugin > Issue Type: Bug > Affects Versions: 3.0 > Environment: Windows 7 > Reporter: Trevor Baker > Assignee: Olivier Lamy (*$^=C2=A8%`=C2=A3) > Priority: Major > Fix For: 3.1 > > Attachments: test2.zip > > > I notice one of my builds had this in the maven-compiler-plugin configura= tion: > {noformat} > my/path/MyFile.inc > {noformat} > In 2.5.1, the inc file is excluded from the generated compiler file and t= he build is successful. > In 3.0, the inc file is included in the generated compiler file and the b= uild is not successful. There are no warnings or errors displayed. > The CLI returnCode is 2 but there is no output to grab messages from. Whe= n I grab the generated compiler file and run by myself on the command line,= I get this: > {noformat} > $ cmd.exe /X /C "C:\tools\jdk-1.6.0_33\bin\javac.exe @C:/Tools/cygwin/tmp= /org.codehaus.plexus.compiler.javac.JavacCompiler3357522045371592375argumen= ts" > javac: invalid flag: C:/Users/me/project/src/java/my/path/MyFile.inc > Usage: javac > use -help for a list of possible options > {noformat} > I've removed the inc file from the compiler configuration, but the compil= er plugin should handle more gracefully. -- This message was sent by Atlassian JIRA (v7.6.3#76005)