Super Dev mode does not detect changes after recompilation

I installed a new eclipse workspace and downloaded the project from SVN. I ran Super Dev mode (gwt-2.7.0, chrome browser) and when trying to recompile it says "Skip compilation because no input files have changed." It works well in the old workspace, but not in the new one. I used the same glassfish domain (I deployed the old app, restarted the glassfish, used maven clean, set the maven options for the project in the new workspace, and deployed the glassfish ear file).

It works when it starts up for the first time (changes that weren't deployed to glassfish are visible after starting Super Dev mode), but it doesn't see changes made after starting Super Dev mode. I guess it must be due to some incorrect path being set somewhere, but I was looking for something fishy in \ glassfish3 \ glassfish \ domains \ domain_name \ eclipseApps * and \ Users \ username \ AppData \ Local \ Temp \ gwt-codeserver -lotofnumbers.tmp * and I couldn't find anything. Any ideas?

+3


source to share





All Articles