Amit Manjhi:
Hi everyone,
We are excited to release the first milestone build for GWT 2.0 today. This milestone provides early access (read: known to still be unfinished and buggy) to the various bits of core functionality that will be coming in GWT 2.0. Please download the bits from:
http://code.google.com/p/google-web-toolkit/downloads/list?can=1&q=2….
(…)
Announcing GWT 2.0 Milestone 1 – Google Web Toolkit | Google Groups.
any idea where to get gwt-dev-oophm.jar ? its not in the milestone zip
You should compile your own version of GWT from the repository… It’s really not that complicated, and it’s explained there: http://code.google.com/webtoolkit/makinggwtbetter.html#workingoncode
Basically:
check out tools
check out trunk
cd trunk; ant
That’s it… now you should have a gwt-dev-oophm.jar in the distribution archive.