Re: can / how do i inherit google-collections?

2010-03-13 Thread dolcra...@gmail.com
1. Do you have a module/xml file defined for google-collections?  This
would be needed to import that jar and any necessary module
dependencies.
2. Does your jar contain the source code as well as class files?  GWT
requires the source code for anything going to the clientside.

On Mar 11, 12:14 pm, petko petko.iva...@gmail.com wrote:
 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.



can / how do i inherit google-collections?

2010-03-12 Thread petko
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.