You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/11/15 05:03:06 UTC

[jira] Created: (MNG-1565) ability to have different test compilation parameters to general compilation parameters

ability to have different test compilation parameters to general compilation parameters
---------------------------------------------------------------------------------------

         Key: MNG-1565
         URL: http://jira.codehaus.org/browse/MNG-1565
     Project: Maven 2
        Type: Improvement
  Components: maven-compiler-plugin  
    Reporter: Brett Porter


when we stopped doing per goal compilation because of its verbosity, we decided anything that had a different meaning in different mojos within a plugin would need a different parameter name. The compiler plugin slipped through this - specifically the compilation parameters for tests.

What we probably want is to be able to specify the test parameters separately, defaulting to the normal compilation parameters, and then the general defaults.

I think this should depend on us first splitting the compilation parameters into a separate component however so that they can be different depending on whether it is a java compiler, c# compiler, etc.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MCOMPILER-15) ability to have different test compilation parameters to general compilation parameters

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCOMPILER-15?page=all ]

Carlos Sanchez updated MCOMPILER-15:
------------------------------------

    Fix Version: 2.1

> ability to have different test compilation parameters to general compilation parameters
> ---------------------------------------------------------------------------------------
>
>          Key: MCOMPILER-15
>          URL: http://jira.codehaus.org/browse/MCOMPILER-15
>      Project: Maven 2.x Compiler Plugin
>         Type: Bug

>     Reporter: Brett Porter
>      Fix For: 2.1

>
>
> when we stopped doing per goal compilation because of its verbosity, we decided anything that had a different meaning in different mojos within a plugin would need a different parameter name. The compiler plugin slipped through this - specifically the compilation parameters for tests.
> What we probably want is to be able to specify the test parameters separately, defaulting to the normal compilation parameters, and then the general defaults.
> I think this should depend on us first splitting the compilation parameters into a separate component however so that they can be different depending on whether it is a java compiler, c# compiler, etc.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org