Apologies if this is not appropriate for the forum, but I am wondering if anyone else is seeing this?
I'm building my first SGWT project by adding new code to the BuiltInDS sample project. Since upgrading last week to Google Plugin for Eclipse & GWT SDK 2.3.0, the console shows the following errors:
My BuiltInDS.gwt.xml file looks like this:
■ GWT_HOME set to GWT 2.3 folder.
■ SGWTEE_HOME set to SmartGWT 2.4 folder.
■ IE7
■ Windows XP
The project runs OK in dev mode as far as a user would see (i.e., BuiltInDS GUI page loads & works), but these console errors are a bit concerning.
I've tried fresh installs of the latest Eclipse J2EE and JavaScript versions, with GEP, and also later adding full GWT Designer.
Any advice appreciated, thanks.
I'm building my first SGWT project by adding new code to the BuiltInDS sample project. Since upgrading last week to Google Plugin for Eclipse & GWT SDK 2.3.0, the console shows the following errors:
Code:
[DEBUG] [builtinds] - Validating newly compiled units [ERROR] [builtinds] - Errors in 'jar:file:/[my path]/Dev/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-user.jar!/com/google/gwt/event/shared/EventBus.java' [ERROR] [builtinds] - Line 24: No source code is available for type com.google.web.bindery.event.shared.EventBus; did you forget to inherit a required module? [ERROR] [builtinds] - Line 28: No source code is available for type com.google.web.bindery.event.shared.HandlerRegistration; did you forget to inherit a required module? [ERROR] [builtinds] - Line 28: No source code is available for type com.google.web.bindery.event.shared.Event<H>.Type<H>; did you forget to inherit a required module? [ERROR] [builtinds] - Line 48: No source code is available for type com.google.web.bindery.event.shared.Event<H>; did you forget to inherit a required module? [ERROR] [builtinds] - Line 68: Cannot cast from GwtEvent<capture#1-of ?> to Event<?> [ERROR] [builtinds] - Line 69: No source code is available for type com.google.web.bindery.event.shared.UmbrellaException; did you forget to inherit a required module? [ERROR] [builtinds] - Line 76: Cannot cast from GwtEvent<capture#3-of ?> to Event<?> [ERROR] [builtinds] - Errors in 'jar:file:/[my path]/Dev/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-user.jar!/com/google/gwt/event/shared/LegacyHandlerWrapper.java' [ERROR] [builtinds] - Line 19: No source code is available for type com.google.web.bindery.event.shared.HandlerRegistration; did you forget to inherit a required module? [ERROR] [builtinds] - Errors in 'jar:file:/[my path]/Dev/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-user.jar!/com/google/gwt/event/shared/ResettableEventBus.java' [ERROR] [builtinds] - Line 27: No source code is available for type com.google.web.bindery.event.shared.ResettableEventBus; did you forget to inherit a required module? [ERROR] [builtinds] - Line 49: Cannot cast from GwtEvent.Type<H> to Event.Type<H> [ERROR] [builtinds] - Line 49: No source code is available for type com.google.web.bindery.event.shared.Event<H>.Type<H>; did you forget to inherit a required module? [ERROR] [builtinds] - Line 53: No source code is available for type com.google.web.bindery.event.shared.HandlerRegistration; did you forget to inherit a required module? [ERROR] [builtinds] - Line 59: Cannot cast from GwtEvent.Type<H> to Event.Type<H> [ERROR] [builtinds] - Line 68: No source code is available for type com.google.web.bindery.event.shared.Event<H>; did you forget to inherit a required module? [ERROR] [builtinds] - Errors in 'jar:file:/[my path]/Dev/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-user.jar!/com/google/gwt/event/shared/SimpleEventBus.java' [ERROR] [builtinds] - Line 27: No source code is available for type com.google.web.bindery.event.shared.SimpleEventBus; did you forget to inherit a required module? [ERROR] [builtinds] - Line 32: Cannot cast from GwtEvent.Type<H> to Event.Type<H> [ERROR] [builtinds] - Line 32: No source code is available for type com.google.web.bindery.event.shared.Event<H>.Type<H>; did you forget to inherit a required module? [ERROR] [builtinds] - Line 36: No source code is available for type com.google.web.bindery.event.shared.HandlerRegistration; did you forget to inherit a required module? [ERROR] [builtinds] - Line 42: Cannot cast from GwtEvent.Type<H> to Event.Type<H> [ERROR] [builtinds] - Line 51: No source code is available for type com.google.web.bindery.event.shared.Event<H>; did you forget to inherit a required module? [ERROR] [builtinds] - Errors in 'jar:file:/[my path]/Dev/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-user.jar!/com/google/gwt/event/shared/UmbrellaException.java' [ERROR] [builtinds] - Line 24: No source code is available for type com.google.web.bindery.event.shared.UmbrellaException; did you forget to inherit a required module? [ERROR] [builtinds] - Errors in 'jar:file:/[my path]/Dev/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-user.jar!/com/google/gwt/event/shared/testing/CountingEventBus.java' [ERROR] [builtinds] - Line 29: No source code is available for type com.google.web.bindery.event.shared.testing.CountingEventBus; did you forget to inherit a required module? [ERROR] [builtinds] - Line 41: Cannot cast from GwtEvent.Type<H> to Event.Type<H> [ERROR] [builtinds] - Line 41: No source code is available for type com.google.web.bindery.event.shared.Event<H>.Type<H>; did you forget to inherit a required module? [ERROR] [builtinds] - Line 45: No source code is available for type com.google.web.bindery.event.shared.HandlerRegistration; did you forget to inherit a required module? [ERROR] [builtinds] - Line 51: Cannot cast from GwtEvent.Type<H> to Event.Type<H> [ERROR] [builtinds] - Line 60: No source code is available for type com.google.web.bindery.event.shared.Event<H>; did you forget to inherit a required module? [ERROR] [builtinds] - Line 80: The method getCount(Event.Type<?>) in the type CountingEventBus is not applicable for the arguments (GwtEvent.Type<capture#5-of ?>) [INFO] [builtinds] - Module builtinds has been loaded
Code:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 1.6.4//EN" "http://google-web-toolkit.googlecode.com/svn/tags/1.6.4/distro-source/core/src/gwt-module.dtd"> <module rename-to="builtinds"> <inherits name='com.google.gwt.user.User'/> <inherits name="com.smartgwtee.SmartGwtEE"/> <inherits name="com.smartgwtee.tools.Tools"/> <entry-point class='com.smartgwt.sample.client.BuiltInDS'/> </module>
■ SGWTEE_HOME set to SmartGWT 2.4 folder.
■ IE7
■ Windows XP
The project runs OK in dev mode as far as a user would see (i.e., BuiltInDS GUI page loads & works), but these console errors are a bit concerning.
I've tried fresh installs of the latest Eclipse J2EE and JavaScript versions, with GEP, and also later adding full GWT Designer.
Any advice appreciated, thanks.
Comment