JsArrayMixed module?
Hi,
I'm using GWT 2.1 and everytime I try to compile ($> ant war) the
application I got this error:
[ERROR] Line 21: No source code is available for type
com.google.gwt.core.client.JsArrayMixed; did you forget to inherit a
required module?
the weird thing is for:
import com.google.gwt.core.client.JsArray;
import com.google.gwt.core.client.JsArrayInteger;
import com.google.gwt.core.client.JsArrayString;
is ok but when it tries to compile this:
import com.google.gwt.core.client.JsArrayMixed;
returns the error above.
Maybe I'm just missing something? I don't get what's the module
required.
Thanks,
Julio
--
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home