On Sunday, July 27, 2014 1:49:35 AM UTC+2, Magnus wrote: > > Hi, > > thanks, after all, I am able to get my app running in whatever mode, I > think it's Super Dev Mode... > > > - call eclipse's "Run as Web Application" command > - open the URL displayed by eclipse, but omit the "gwt.codesvr= > 127.0.0.1:9997" suffix > > > However, after changing some code, a simple reload does not bring the new > version. Even a complete restart of the run command in eclipse does not > bring the new version. > It's astonishing to me. I make a change in the code and I am unable to > propagate this change into the running app. Even closing and reopening the > project did not help! >
You're running in "prod mode". You need to recompile your app to see the results. Compiling with "-draft" might be fast enough for you; it is for some: https://plus.google.com/109644308452607074535/posts/Ak5Fxz2R45h GWT 2.7 will make it much easier to run SuperDevMode, if you can wait until then (or use the snapshots published on Sonatype OSSRH) -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
