On Wed, Apr 8, 2009 at 11:11 AM, Brian <[email protected]> wrote: > > Just installed the Google plugin for Eclipse, and hit the Compile > button on my project. It gave me a stack overflow error. > Prior to using the plugin, I'd compile by hitting the Compile button > in the hosted mode browser. In the Run/Debug Eclipse configuration, I > have -Xss4k & -Xmx256M > Compiles worked fine with those flags and the Compile button from > hosted mode. > > How do I set the Xss flag for use by the Compile button in the eclipse > toolbar? I tried putting it in the Advanced section, but this just > informed me it wasn't an appropriate gwt compiler option. >
The advanced section just passes the arguments to the GWT compiler. There is no way to bump those up right now. We'll need to include this in the next update of the plugin (still no timeframe on that). > > This isn't stopping me from doing anything, as I can still compile > from hosted mode, just curious how to set it up. I checked the plugin > faq, but couldn't find anything there. > > > -- Miguel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
