Idea X - GWT integration
Wrong warning IDEA complains that class
"com.google.gwt.dom.client.Element is defined in module com.google.gwt.dom.DOM which is not inherited in module myModule.gwt.xml", but myModule.gwt.xml inherits com.google.gwt.user.User which obviously has everything needed. The same complain on com.google.gwt.core.client.EntryPoint as well
Please sign in to leave a comment.
Could you please attach your project files (*.iml file and .idea directory) and the problematic .gwt.xml file?
>
>
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
I get this too, in almost every GWT project...
On 11/18/10 18:55, Vladimir Goncharov wrote:
>
>
Here it is ...
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0//EN"
"http://google-web-toolkit.googlecode.com/svn/releases/2.0/distro-source/core/src/gwt-module.dtd">
<module>
<inherits name='com.google.gwt.user.User'/>
<inherits name='com.extjs.gxt.lib.extJsGxtResources'/>
<inherits name="com.bnpp.pb.common.coreui.gwt.gen.GwtReflection"/>
<inherits name='com.bnpp.pb.common.coreui.gxt.GxtPatch'/>
<stylesheet src="resources/css/gxt-pb.css"/>
</module>
Attachment(s):
.idea.zip
common-product-ui-client-gxt.iml.zip