On Nov 30, 2:18 am, Lúcio Camilo <[email protected]> wrote: > Is there any button in the plugin for GWT 2 like was in Hosted Mode at GWT > 1.7 to compile the code?
The "compile/run" has been removed from DevMode, you have to use the Compiler to compile your code. (or "ant build" or "ant gwtc", with the <project>.ant.xml that's generated by the webAppCreator tool) -- 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.
