> I uninstalled the Eclipse Plugin and downloaded the new one from the
> site Google 2.1 plugin -http://google-web-toolkit.googlecode.com/svn/2.1.0.M1/eclipse/plugin/3.5.
> I am running Eclipse Galileo and also am building with Maven. I pushed
> the new jar files into my local Maven repository. WHen I try to
> compile my projects, I get these errors:
>
> Compiling module org.myorg.web.PaymentEntry
> Validating newly compiled units
> [ERROR] Errors in 'jar:file:/Applications/eclipse/plugins/
> com.google.gwt.eclipse.sdkbundle.2.1.0_2.1.0.m1-201005191217/
> gwt-2.1.0.M1/gwt-bikeshed.jar!/com/google/gwt/valuestore/ui/
> AbstractRecordEditActivity.java'
> [ERROR] Line 37: No source code is available for type
> com.google.gwt.requestfactory.shared.RequestFactory; did you forget to
> inherit a required module?
If you happen to inherit com.google.gwt.app.App (maybe indirectly), it
might be related to this recent fix:
http://code.google.com/p/google-web-toolkit/source/detail?r=8201
Explicitly inheriting com.google.gwt.requestfactory.RequestFactory
somewhere should fix it though.
--
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.
No comments:
Post a Comment