The Draft War
What is a draft war? A full build of a GWT project can be very time consuming depending on the size of the project. During development you do not always need a production quality version of your application. That's why developers often change the *.gwt.xml files or compiler flags locally to speed up compilation. As this is dirty and you have to be very caref...