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/09/23 03:15:11 UTC

[jira] Created: (MNG-976) add maxmem and meminitial settings when forking

add maxmem and meminitial settings when forking
-----------------------------------------------

         Key: MNG-976
         URL: http://jira.codehaus.org/browse/MNG-976
     Project: Maven 2
        Type: Improvement
  Components: maven-compiler-plugin  
 Reporter: Brett Porter
     Fix For: 2.0-beta-3




-- 
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] Commented: (MNG-976) add maxmem and meminitial settings when forking

Posted by "Edwin Punzalan (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-976?page=comments#action_48426 ] 

Edwin Punzalan commented on MNG-976:
------------------------------------

There is already a compilerArguments parameter in maven-compiler-api that you can put these configurations into.

Or is this a bug that an exception is thrown when -Xms and -Xmx is used without enabling forking?

> add maxmem and meminitial settings when forking
> -----------------------------------------------
>
>          Key: MNG-976
>          URL: http://jira.codehaus.org/browse/MNG-976
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-compiler-plugin
>     Reporter: Brett Porter
>      Fix For: 2.0-beta-4

>
>


-- 
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] Commented: (MNG-976) add maxmem and meminitial settings when forking

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-976?page=comments#action_48430 ] 

Brett Porter commented on MNG-976:
----------------------------------

yes, I think we should separate forked arguments so they can be properly validated.

Having these settings specifically will make it easier to use rather than needing to know -X..., esp. if other compilers used different settings, for example.

> add maxmem and meminitial settings when forking
> -----------------------------------------------
>
>          Key: MNG-976
>          URL: http://jira.codehaus.org/browse/MNG-976
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-compiler-plugin
>     Reporter: Brett Porter
>      Fix For: 2.0-beta-4

>
>


-- 
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] Closed: (MNG-976) add maxmem and meminitial settings when forking

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-976?page=all ]
     
Brett Porter closed MNG-976:
----------------------------

    Resolution: Fixed

removed commons-lang dep introduced

> add maxmem and meminitial settings when forking
> -----------------------------------------------
>
>          Key: MNG-976
>          URL: http://jira.codehaus.org/browse/MNG-976
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-compiler-plugin
>     Reporter: Brett Porter
>     Assignee: Lester Ecarma
>      Fix For: 2.0.1
>  Attachments: MNG-976-maven-compiler-plugin.patch, MNG-976-plexus-compiler-api.patch, MNG-976-plexus-compiler-javac.patch
>
>


-- 
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: (MNG-976) add maxmem and meminitial settings when forking

Posted by "Lester Ecarma (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-976?page=all ]

Lester Ecarma updated MNG-976:
------------------------------

    Attachment: MNG-976-plexus-compiler-javac.patch
                MNG-976-plexus-compiler-api.patch
                MNG-976-maven-compiler-plugin.patch

Please see attached files for the fix.

> add maxmem and meminitial settings when forking
> -----------------------------------------------
>
>          Key: MNG-976
>          URL: http://jira.codehaus.org/browse/MNG-976
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-compiler-plugin
>     Reporter: Brett Porter
>     Assignee: Lester Ecarma
>      Fix For: 2.0
>  Attachments: MNG-976-maven-compiler-plugin.patch, MNG-976-plexus-compiler-api.patch, MNG-976-plexus-compiler-javac.patch
>
>


-- 
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] Commented: (MNG-976) add maxmem and meminitial settings when forking

Posted by "Lester Ecarma (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-976?page=comments#action_48614 ] 

Lester Ecarma commented on MNG-976:
-----------------------------------

Aren't -Xms and -Xmx options for the java command? how do we intend to use them for compiling?

> add maxmem and meminitial settings when forking
> -----------------------------------------------
>
>          Key: MNG-976
>          URL: http://jira.codehaus.org/browse/MNG-976
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-compiler-plugin
>     Reporter: Brett Porter
>      Fix For: 2.0

>
>


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