Issue Type: Bug Bug
Affects Versions: 2.5.0, 2.5.1
Assignee: Unassigned
Created: 08/May/13 9:28 AM
Description:

Currently the <extraJvmArgs></extraJvmArgs> element must be on a simple line in the XML file. However with long element content it often gets wrapped into multiple lines so it can fit on the page when the XML is formatted (by IDE). The plugin should support any formatting as only as it's valid XML.

E.g. This should be parsed correctly:
<extraJvmArgs>-Xms1024m -Xmx1024m -XX:MaxPermSize=256m
-Dgwt.jjs.permutationWorkerFactory=com.google.gwt.dev.ThreadedPermutationWorkerFactory
</extraJvmArgs>

Environment: Win7
Project: Maven GWT Plugin
Priority: Major Major
Reporter: David Hoffer
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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