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 0FFE818031 for ; Wed, 23 Dec 2015 12:47:47 +0000 (UTC) Received: (qmail 90828 invoked by uid 500); 23 Dec 2015 12:47:46 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 90768 invoked by uid 500); 23 Dec 2015 12:47:46 -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 90757 invoked by uid 99); 23 Dec 2015 12:47:46 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Dec 2015 12:47:46 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A7F1F2C1F54 for ; Wed, 23 Dec 2015 12:47:46 +0000 (UTC) Date: Wed, 23 Dec 2015 12:47:46 +0000 (UTC) From: "Andreas Gudian (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MCOMPILER-256) annotation processors not escaped MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MCOMPILER-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15069590#comment-15069590 ] Andreas Gudian commented on MCOMPILER-256: ------------------------------------------ @[~romain.manni-bucau], I still wasn't able to reproduce what you reported here. Please attach a small sample project to this issue and if it doesn't fail each time, then please also add the stacktrace ({{mvn clean compile -e}}) of the error you occasionally see. And by "sample project" I really mean a stand-alone pom.xml and some classes in a zip or tgz or whatever that I can unpack and run {{mvn compile}} on. I'd otherwise like to close this issue as not-reproducable. Thanks! > annotation processors not escaped > --------------------------------- > > Key: MCOMPILER-256 > URL: https://issues.apache.org/jira/browse/MCOMPILER-256 > Project: Maven Compiler Plugin > Issue Type: Bug > Affects Versions: 3.3 > Reporter: Romain Manni-Bucau > Assignee: Andreas Gudian > > annotation processors name can contain interpreted characters in the command line, it should be quoted (http://grepcode.com/file/repo1.maven.org/maven2/org.codehaus.plexus/plexus-compiler-javac/2.5/org/codehaus/plexus/compiler/javac/JavacCompiler.java#255) > Sample: lombok processor is an inner class so 'foo$bar' name so under UNIx it is broken. -- This message was sent by Atlassian JIRA (v6.3.4#6332)