i want to be able to use :
Lists.newArrayList()
for example in my client gwt code.
but get this error:
00:00:42.573 [ERROR] Line 97: No source code is available for type
com.google.common.collect.Lists; did you forget to inherit a required
module?

the google-collections jar is specified the same way the gwt jars are.
So i am guessing it wants me to add a similar line :
  <inherits name='com.google.gwt.user.User'/>

or is it simply not possible?
thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to