it would be interesting to have google collections work in gwt!
On May 8, 7:46 am, sullymandias <[email protected]> wrote: > Are Google Collections passable over GWT-RPC? I've been trying to get > this to work for a few hours now with no luck. I'm using GWT 1.6.4. I > managed to get Maven to download the source for google collections 1.0- > rc1, and get it in my classpath for the GWT Compiler, but the compiler > is not succeeding in processing that source. I get the following > error: > > [java] [ERROR] Errors in 'jar:file:/home/sullivan/ > NetBeansProjects/rnateam/war/WEB-INF/lib/google-collections-1.0-rc1- > sources.jar!/com/google/common/collect/TreeMultimap.java' > [java] [ERROR] Line 32: The import > javax.annotation.Nullable cannot be resolved > [java] [ERROR] Line 135: Nullable cannot be > resolved to a type > [java] [ERROR] Line 136: Nullable cannot be > resolved to a type > [java] [ERROR] Line 179: Nullable cannot be > resolved to a type > [java] [ERROR] Line 180: Nullable cannot be > resolved to a type > > I went and added the jar and source-jar for javax.annotation:jsr250- > api:1.0 and got it in the classpath for the GWT Compiler, but no luck. > As it turns out, there is no javax.annotation.Nullable in the jsr250- > api.jar > > Any suggestions? > > Thanks, John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
