Can't configure empty extraJvmArgs
----------------------------------

                 Key: MGWT-173
                 URL: http://jira.codehaus.org/browse/MGWT-173
             Project: Maven 2.x GWT Plugin
          Issue Type: Bug
    Affects Versions: 1.3
            Reporter: Johan Walles
            Priority: Minor


I'm short on memory, so I have to fiddle a bit with the JVM args.  Setting them 
to none at all (which is what I tried first) isn't possible.

I added this to my configuration:
        <configuration>
          <module>edu.washington.cs.oneswarm.ui.gwt.OneSwarmGWT</module>
          <extraJvmArgs></extraJvmArgs>
        </configuration>

However, when the build failed due to StackOverflowException, the printed 
command line still contained "-Xmx512m", despite me just having cleared the 
extraJvmArgs in the above config.

As a workaround, I can do something like this:
        <configuration>
          <module>edu.washington.cs.oneswarm.ui.gwt.OneSwarmGWT</module>
          <extraJvmArgs>-showVersion</extraJvmArgs>
        </configuration>


-- 
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 from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to