Tuesday, February 6, 2018

Re: Problems connecting to Super Dev Mode server with 2.8 / multi-module project

Hi, have you found any solution? 

On Sunday, October 23, 2016 at 10:07:20 PM UTC+6, Cyril Souti wrote:
Up, I have this issue too :(

Le mercredi 21 septembre 2016 23:24:28 UTC+2, harshyadav a écrit :
Hi Drew,

Did you find any solution for this?
I am facing a similar issue.

Thanks!

On Friday, August 19, 2016 at 10:16:40 AM UTC-4, Drew Spencer wrote:
The SDM recompile happens first time, it's just that when I reload the page I see the "skipped compile because no input files have changed" message.

I think I have a similar problem to this: http://stackoverflow.com/questions/27433642/gwt-superdevmode-fails-to-see-changes but if I remove src/main/java from the resources I get errors that my BootstrapperImpl.java can't be found: 

[ERROR] The type 'com.utilitiessavings.usavappv7.client.gin.BootstrapperImpl' was not found, either the class name is wrong or there are compile errors in your code.

That's essentially my EntryPoint, so looks like no sources are found at all.

On Thursday, 18 August 2016 20:41:15 UTC+1, Jens wrote:
SDM generates a special module.nocache.js file which contains the "recompile on reload" feature. You have to make sure that you have deployed that generated file. If you start the DevMode class the file is placed into the directory your DevMode -war parameter is pointing to. If you start CodeServer you have to use the -launcherDir parameter (DevMode delegates -war to -launcherDir). Make sure its pointing to the directory you deploy.

-- J.

--
You received this message because you are subscribed to the Google Groups "GWT Users" 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 https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment