java - GWT DevMode - cannot pick up changes in the UI code on browser refresh -
I have a GWT app that does not change on UI code, even I refresh the browser (No error, the app works fine). Can the app be run via I also have this warning, but it is okay for me because I want to use Maven's default target directory for my creation. I am ... (hence there are no artifacts under / src / main / webapp). The Gwt-eclipse plugin selects the output-path path on the launch, so I have never encountered any such problem ... Can you make sure that all your files are unlimited / target /? Additionally, are you sure that this browser is not a caching issue? $ mvn gwt: run Could it be that the
outputdirectory is not set correctly in Maven POM ?: [Warn] Your POM does not match the web-INF / Classes folder web hosted for the GW hosted browser to see your classes.
Comments
Post a Comment