I have a single module GWT project. The compilation with codeserver works fine.
However, I find the procedure of recompiling my client code with the codeserver unnecessarily cumbersome. Do I really have to click on three buttons for one recompilation?
- 1st button: "Dev Mode On"
- 2nd button: "compile"
- 3rd button: "OK" button of the message dialog "GWT module 'mywebapp' may need to be (re)compiled"
Is there any chance to automate this procedure so that I have to perform only one click or one keyboard shortcut?
Edit 2014-04-19:
I start the webserver via mvn gwt:run
and the codeserver via mvn gwt:run-codeserver
.