When I try to compile such a class, I get the following error: Implicit super constructor DevMode() is not visible for default constructor. Must define an explicit constructor
Basically, DevMode is defined as a singleton (i.e., with a private constructor) and I'm unable to extend it. How were you able to do it? Were you using an older version of GWT (I'm using 2.0)? Thanks. On Dec 17 2009, 2:10 pm, Henry <q8e...@gmail.com> 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 google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.