You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@codehaus.org> on 2011/08/28 23:39:33 UTC

[jira] Closed: (MCOMPILER-130) compilerArgument option doesn't work with maxerrs option, compilerArguments does

     [ https://jira.codehaus.org/browse/MCOMPILER-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte closed MCOMPILER-130.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.4

Fixed in [rev. 1162597|http://svn.apache.org/viewvc?rev=1162597&view=rev]


> compilerArgument option doesn't work with maxerrs option, compilerArguments does
> --------------------------------------------------------------------------------
>
>                 Key: MCOMPILER-130
>                 URL: https://jira.codehaus.org/browse/MCOMPILER-130
>             Project: Maven 2.x Compiler Plugin
>          Issue Type: Bug
>         Environment: Mac OS X
>            Reporter: Mike Dikan
>            Assignee: Robert Scholte
>             Fix For: 2.4
>
>         Attachments: patch_MCOMPILER-130.txt
>
>
> I looked into using this configuration for maven:
> <plugin>
>   <groupId>org.apache.maven.plugins</groupId>
>   <artifactId>maven-compiler-plugin</artifactId>
>   <configuration>
>     <compilerArgument>-Xmaxerrs 1000</compilerArgument>
>   </configuration>
> </plugin>
> But no dice:
> Failure executing javac,  but could not parse the error:
> javac: invalid flag: -Xmaxerrs 1000
> Usage: javac <options> <source files>
> use -help for a list of possible options
> On the command line using javac, the maxerrs flag works as expected, and using the compilerArguments "Map" option works:
> <plugin>
>   <groupId>org.apache.maven.plugins</groupId>
>   <artifactId>maven-compiler-plugin</artifactId>
>   <configuration>
>     <fork>true</fork>
>     <compilerArguments>
>       <Xmaxerrs>10</Xmaxerrs>
>     </compilerArguments>
>   </configuration>
> </plugin>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira