I'm working on Eclipse 3.7 with GWT 2.4.0.
I encountered a GWT compiler error, so downloaded GWT source code from
http://google-web-toolkit.googlecode.com/svn/trunk/
and fixed one source file, built it and replaced whole directory
plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201208080120-rel-r37/gwt-2.4.0
Then I restarted eclipse and refreshed my project and executed GWT compiler, but it has no effect, still outputs the same error massage as before. I checked for many times corresponding error logging line is completely deleted from the source file. I also tried local installation of whole plugin in vain.
What kind of mechanism prevents me from fixing source code of GWT plugin?