On 24 mai, 01:53, Blessed Geek <[email protected]> wrote: > I went into bikeshed jar in gwt2.1m1 plugin directory in eclipse and > edited ValueStore.gwt.xml to insert the line > > <inherits name='com.google.gwt.requestfactory.RequestFactory'/>. > > After which, GWT copiulation proceeded without error and my > application ran without error or interference from bikeshed demo. > > The question remains, why is the bikeshed app included in my app when > I enabled GWT 2.1M1.
Because there's a com.google.gwt.user.User "override" in gwt-bikeshed that adds a dependency (<inherits/>) on app.App. This is now fixed: http://code.google.com/p/google-web-toolkit/source/detail?r=8203 -- 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.
