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].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.