Apologies Tom. Missed the gwt.xml bit, should solve my issues.

Thanks for your time.

On Tue, Oct 27, 2009 at 2:00 AM, Thomas Broyer <t.bro...@gmail.com> wrote:
>
>
>
> On 26 oct, 10:31, Devraj Mukherjee <dev...@gmail.com> wrote:
>> Hi all,
>>
>> I am trying to get UiBinder to work from the HelloWorld example. I get
>> the following error although I have the appropriate packages imported.
>>
>> Any ideas?
>>
>> 00:09:21.663 [ERROR] Line 13: No source code is available for type
>> com.google.gwt.uibinder.client.UiBinder<U,O>; did you forget to
>> inherit a required module?
>>
>> the following modules were imported
>>
>> import com.google.gwt.core.client.EntryPoint;
>> import com.google.gwt.core.client.GWT;
>> import com.google.gwt.uibinder.client.*;
>> import com.google.gwt.user.client.ui.*;
>
> Those are Java package imports. the error talks about GWT's module
> inheritance, as in putting the appropriate <inherits/> in you module's
> gwt.xml file.
> >
>



-- 
"The secret impresses no-one, the trick you use it for is everything"
- Alfred Borden (The Prestiege)

--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to