Edit your proj-debug and proj-compile batch scripts to add the following VM arguments:
java -javaagent:lombok.jar=ECJ -Xbootclasspath/p:lombok.jar -jar gwt.jar (rest of arguments)
Thanks to Stephan Habermann for figuring this out.