- check out the google collections source code
- svn checkout http://google-collections.googlecode.com/svn/trunk/ google-collections-read-only
- build a jar package using ant
- cd google-collections-read-only
- ant jargwt
- cd ..
- copy & add build/dist/google-collect-snapshot/google-collect-gwt-snapshot.jar to your eclipse project's build path
You also need to inherits the module file:
<inherits name='com.google.common.Collect.gwt.xml'/>
No comments:
Post a Comment