What steps will reproduce the problem? 1. Try to use a @GwtCompatible class in GWT code
What is the expected output? What do you see instead? A No source code available error message.
I believe google-collections 1.0 was supposed to have a GWT module... has this plan been cancelled?
Comment #1
Posted on Mar 4, 2010 by Swift RhinoA wiki article on the status of google-collections gwt compatibility would be really, really, really usefull!
Comment #2
Posted on Apr 5, 2010 by Grumpy BirdI think google-collection doesn't officially support GWT. (You have to manually check out the source out, enable some stuff in build.xml, and build).
Yes, I wonder what is the status of google-collections gwt compatibility. Life is too short to code only with vanilla java collections.
Comment #3
Posted on Apr 9, 2010 by Happy WombatYes, the plan was cancelled, as making things work in GWT takes 10x the effort as making them work in regular Java. Guava will eventually have GWT support.
btw, the default bug template was supposed to inform you that no more bugs should be filed in this project, as it is not under development anymore.
Status: WontFix