[ 
http://jira.codehaus.org/browse/MCOMPILER-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=172895#action_172895
 ] 

Milos Kleint commented on MCOMPILER-66:
---------------------------------------

If the compiler plugin is configured to show warnings, all messages appear. The 
build still fails. 

@JesseGlick: The JavaCCompiler.java's message parsing fails and a generic 
message including all output is printed. The code you mention is still weird 
and would probably swallow the output for some more complicated (read 
real-life) outputs.



> Compiler swallows messages from annotation processors
> -----------------------------------------------------
>
>                 Key: MCOMPILER-66
>                 URL: http://jira.codehaus.org/browse/MCOMPILER-66
>             Project: Maven 2.x Compiler Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0.2, 2.1
>            Reporter: Evan Cowden
>         Attachments: AnnotationProcessorMessagerBug.zip
>
>
> When using the annotation processor API to print messages through the 
> javax.annotation.processing.Messager object, only messagesspecified by levels 
> javax.tools.Diagnostic.Kind.ERROR and 
> javax.tools.Diagnostic.Kind.MANDATORY_WARNING are displayed (and cause the 
> build to fail).  All other messages are swallowed.
> Note that while the attached JUnit test case is necessary to help expose the 
> problem, passing it will not imply that the bug is fixed.  The only way to 
> confirm the fix (that I know of) is to examine console output.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to