문제

I have started creating my first project with GWT. In first lines of code, it worked normally and I had no need to GWT Compile every time to see a simple change in my browser.

For client changes, a save file was enough and for server a save and refresh server. But now it has stopped working like before.

For the smallest change like adding a "Window.alert("msg")" I need to reGWTCompile the whole project to see it! What could have issued this?

도움이 되었습니까?

해결책

Make sure you're running in DevMode (i.e. have ?gwt.codesvr= in your URL)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top