I downloaded the RC1 of GWT 2.1 and I'm testing the HelloMVP project.
(http://code.google.com/intl/en/webtoolkit/doc/trunk/
DevGuideMvpActivitiesAndPlaces.html)
To begin, I found that many Imports in such classes were wrong.
After correcting this, when i try running the example..... I get the
following message (and terminate the execution):
Plug-in Provider: instantiations
Plug-in Name: Professional WindowBuild
Plug-in ID: com.swtdesigner
Plug-in Version: 8.0.0.r36x201009141530
com.instantiations.designer.core.utils.exception.DesignerException:
4000 (Can not find GWT module). com.google.gwt.app.App
at
com.instantiations.designer.core.utils.check.Assert.isTrueException
(Assert.java: 349)
at com.instantiations.designer.gwt.util.ModuleVisitor.accept
(ModuleVisitor.java: 120)
at com.instantiations.designer.gwt.util.ModuleVisitor.accept
(ModuleVisitor.java: 164)
at com.instantiations.designer.gwt.util.ModuleVisitor.accept
(ModuleVisitor.java: 96)
at
com.instantiations.designer.gwt.util.Utils.getResource_modulePublic
(Utils.java: 873)
at com.instantiations.designer.gwt.util.Utils.getResource
(Utils.java: 837)
at com.instantiations.designer.gwt.util.Utils.isExistingResource
(Utils.java: 817)
at
com.instantiations.designer.gwt.launch.GWTLaunchConfigurationDelegate.preLaunchCheck
(GWTLaunchConfigurationDelegate.java: 48)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch
(LaunchConfiguration.java: 808)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch
(LaunchConfiguration.java: 702)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch
(DebugUIPlugin.java: 923)
org.eclipse.debug.internal.ui.DebugUIPlugin at $ 8.run
(DebugUIPlugin.java: 1126)
at org.eclipse.core.internal.jobs.Worker.run (Worker.java: 54)
Full stack trace (to see full context):
com.instantiations.designer.core.utils.exception.DesignerException:
4000 (Can not find GWT module). com.google.gwt.app.App
at
com.instantiations.designer.core.utils.check.Assert.isTrueException
(Assert.java: 349)
at com.instantiations.designer.gwt.util.ModuleVisitor.accept
(ModuleVisitor.java: 120)
at com.instantiations.designer.gwt.util.ModuleVisitor.accept
(ModuleVisitor.java: 164)
at com.instantiations.designer.gwt.util.ModuleVisitor.accept
(ModuleVisitor.java: 96)
at
com.instantiations.designer.gwt.util.Utils.getResource_modulePublic
(Utils.java: 873)
at com.instantiations.designer.gwt.util.Utils.getResource
(Utils.java: 837)
at com.instantiations.designer.gwt.util.Utils.isExistingResource
(Utils.java: 817)
at
com.instantiations.designer.gwt.launch.GWTLaunchConfigurationDelegate.preLaunchCheck
(GWTLaunchConfigurationDelegate.java: 48)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch
(LaunchConfiguration.java: 808)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch
(LaunchConfiguration.java: 702)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch
(DebugUIPlugin.java: 923)
org.eclipse.debug.internal.ui.DebugUIPlugin at $ 8.run
(DebugUIPlugin.java: 1126)
at org.eclipse.core.internal.jobs.Worker.run (Worker.java: 54)
Designer Configuration Details:
I think the problem is in this line of HelloMVP.gwt.xml
<! - Other module inherits ->
name="com.google.gwt.app.App"/> <inherits
However, I couldnt find how to fix it ....
If someone can give me a hand ....
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.