That's correct. If the Eclipse Plugin finds a war/WEB-INF dir, and a
war/WEB-INF/web.xml file under your project's root, it will launch DevMode.
If it doesn't find them, it will assume that it's launching a legacy project
and launch GWTShell.

- Chris

On Thu, Dec 17, 2009 at 2:10 PM, Henry <[email protected]> wrote:

> The Eclipse plugin uses GWTShell.class (a deprecated class) instead of
> DevMode.class
> The options for GWTShell and DevMode are quite different.
> I'm using a directory (WebContent/jsgenerated) other than war for my
> compiled code
> There is no way in the plugin to specify a module.
> The fix is to replace GWTShell as follows:
>
> public class GWTShell extends DevMode {
>
> }
>
>
> Cheers,
> Henry
>
> --
>
> 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]<google-web-toolkit%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>
>

--

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.


Reply via email to