Hi everyone,
I have a large project on eclipse that runs and compiles correctly in
dev mode and script mode... everything is great...except that it shows
an error for UiBinder classes in a certain package... which compiles,
runs , auto-completes in IDE and does everything correctly... except
always showing the error on:
static BusinessPartnerLoginUiBinder uiBinder =
GWT.create(BusinessPartnerLoginUiBinder.class);
interface BusinessPartnerLoginUiBinder extends UiBinder<Widget,
BusinessPartnerLogin>
{
}
<> can not be found in source packages. Check the inheritance chain
from your module; it may not be inheriting a required module or a
module may not be adding its source path entries properly.
I am not really sure what to search for.... any help is appreciated...
I am using Helios with GWT 2.1 on ubuntu 10.10 ...
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 [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.