[ 
https://issues.apache.org/jira/browse/MCOMPILER-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15054717#comment-15054717
 ] 

Andreas Gudian commented on MCOMPILER-256:
------------------------------------------

I just tried to reproduce it, but the argument was passed as expected. 
Maven-side quoting seems not to interfere. When not forking to javac, quoting 
the name causes the the compiler to not find the processor. With 
{{fork=false}}, it seems to be the same outcome, at least on Windows.

Could you put together a tiny project that helps me to gather your exact 
configuration and let's me try out some things both on Windows and on Unix?

> 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
>
> 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)

Reply via email to