Heap space isn't his problem - he's running out of stack. Also, GWTCompiler is 1.5 - he's using 1.6 (from what I gather, because this wasn't an issue with 1.5) where it is just Compiler.
Can you try to just keep increasing the stack size? Also, can you post the ant task you are using - maybe you're passing in the options incorrectly. On Mon, Apr 13, 2009 at 4:52 AM, Shawn Brown <[email protected]>wrote: > > What about using something like: > > <java fork="true" maxmemory="1024m" > classname="com.google.gwt.dev.GWTCompiler"> > <jvmarg line="-XstartOnFirstThread" /> > ... > > Shawn > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
