Thursday, November 27, 2014

Re: SuperDev mode with Firefox in GWT 2.7.0?

That parameter tells the browser plugin to connect to the code server of classic dev mode. Since the new default is now SDM that classic dev mode code server is never started, thats why you get the error. 

SDM does not need a browser plugin as SDM compiles your code to Javascript before the browser loads it.

If you launch DevMode -noSuperDevMode then classic DevMode will used and thus the classic code server is started again. In that case you need that ?gwt.. parameter and the browser plugin again.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment