gwt-maven-plugin JVM failures

2013-03-14 Thread dhoffer
All of a sudden, we are getting the following build errors with our GWT 2.5.0 builds. Any idea what would cause this? This was working fine. Our extraJvmArgs are. extraJvmArgs-Xms1024m -Xmx1024m -XX:MaxPermSize=256m

Re: gwt-maven-plugin JVM failures

2013-03-14 Thread dhoffer
And if I remove the -XX:MaxPermSize=256m option...then it fails on the -Xmx1024m parameter. -Dave On Thursday, March 14, 2013 10:28:54 AM UTC-6, dhoffer wrote: All of a sudden, we are getting the following build errors with our GWT 2.5.0 builds. Any idea what would cause this? This was

Re: gwt-maven-plugin JVM failures

2013-03-14 Thread David Hoffer
Found the bug. The plugin requires that tag to be all on one line in the XML file...reading like a text file instead of XML. Our IDE formatted the XML so it looks good and that caused the problem with the plugin. -Dave On Thu, Mar 14, 2013 at 10:34 AM, dhoffer dhoff...@gmail.com wrote: And