I assume you have deployed an old <module>.nocache.js file. Try a clean start by deleting your /war/<modulename> folder and restart DevMode. A new <module>.nocache.js file should be generated (could take a bit as the CodeServer needs to start before this file gets generated) which automatically recompiles your app each time you refresh the browser.-- J
--
You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-co...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/0254ed3a-fbff-4b8f-b7f3-31997d32c2d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
It is also possible that there is a stale copy of .java resources on your classpath, such as in target/classes/ for a maven project - we've seen that get in the way as well. Make sure that either target/classes/ isn't on your classpath, or that it doesn't have another (stale) copy of whatever you are trying to compile.
On Thu Oct 30 2014 at 10:40:52 AM Jens <jens.ne...@gmail.com> wrote:
I assume you have deployed an old <module>.nocache.js file. Try a clean start by deleting your /war/<modulename> folder and restart DevMode. A new <module>.nocache.js file should be generated (could take a bit as the CodeServer needs to start before this file gets generated) which automatically recompiles your app each time you refresh the browser.---- J
You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-co...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/4ed14921-e5b5-49e8-9426-ebb22a967b21%40googlegroups.com.
I added a tracking item for updating SDM docs before 2.7.0
On Fri, Oct 31, 2014 at 8:00 AM, Matic Petek <matic...@gmail.com> wrote:
Jens,Thank you. Now it's working. SDM documentation should really be updated - http://www.gwtproject.org/articles/superdevmode.htmlRegards,Matic
On Thursday, October 30, 2014 9:38:02 PM UTC+1, Jens wrote:Instead of -workDir you should use -launcherDir which contains all public resources (from your public folders) as well as the generated nocache.js file. -workDir is just for temporary files for each recompile.If you use DevMode class instead of CodeServer then the DevMode class configures -launcherDir to the same value as DevMode -war.-- J.
--
You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/4ed14921-e5b5-49e8-9426-ebb22a967b21%40googlegroups.com.
With SDM, when using the -noserver argument.Do we have to manually run the SDM code server, and continue to use the bookmarklets?