I'm trying to contribute to GWT Open Source project. I'm in the very beginning step in importing the project into eclipse and learning how it works.
The GWT Source Code Repository can be found here: http://code.google.com/p/google-web-toolkit/source/checkout
However, there are only ant build files in the source code and there aren't any project file there. I believe we do not usually edit the source files in ... notepad and then compile using javac (correct me if i'm wrong). Hence, I wonder how a normal open source contributor usually do to open the source code in his/her favorite IDE?