If you're using Maven and want to get the old standalone app version yet, set up a run configuration with gwt:debug. You can also use gwt:run to have it automatically bring up the window, but I've found eclipse can't tie into that with its debugger, so gwt:debug with a Remote Java Application debug configuration to connect to the running hosted mode process works.
On Aug 6, 6:03 am, Warren Tang <[email protected]> wrote: > I noticed that "Run as Web Application" and "Run as GWT application" has > different user interfaces - the former runs in an embedded window in eclipse > while the latter runs as a standalone app. Does anyone know the differences? > > Besides, there is also a "Compile as GWT application" command in the full > version of GWT Designer. I find it's easier to find than the toolbar button. > > I'd love a package command too, but for now I use Maven for packaging. An > alternative is ant as described in the following articles in > details:http://www.rubiconred.com/blog/build-package-a-gwt-app-to-war-using-ant/ -- 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.
