Super Dev Mode doesn't detect changes after recompiling

匆匆过客 提交于 2019-12-23 12:27:30

问题


I set up new eclipse workspace and downloaded project from SVN. I launched Super Dev Mode (gwt-2.7.0, chrome browser) and when trying to recompile it says "skipped compile because no input files have changed". It works well in old workspace but it doesn't in new one. I used the same glassfish domain (I undeployed old application, restarted glassfish, used maven clean, maven install options on project in new workspace and deployed ear file to glassfish).

It works when it's started for the first time (changes which are not deployed to glassfish are visible after launching Super Dev Mode) but it doesn't see changes made after Super Dev Mode was launched. I guess that it has to be due to some kind of invalid path set somewhere but I was looking for something suspicious in \glassfish3\glassfish\domains\domain_name\eclipseApps* and \Users\user_name\AppData\Local\Temp\gwt-codeserver-lotofnumbers.tmp* locations and I didn't find anything. Any ideas?

来源:https://stackoverflow.com/questions/45544888/super-dev-mode-doesnt-detect-changes-after-recompiling

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!