I know, it's been a while, did you find solution to this issue? On Monday, May 4, 2015 at 1:55:23 PM UTC-7, Danish Khan wrote: > > Thanks for your reply, I tried it, but it didn't fix the issue. > > On Thursday, April 30, 2015 at 11:16:54 AM UTC-7, Nature Boy wrote: >> >> When you are importing com.google.gwt.user.User in gwt.xml you are using >> single quote instead of double quote. This may be the reason. >> On Apr 30, 2015 9:12 PM, "Danish Khan" <[email protected]> wrote: >> >>> Hi guys, >>> >>> Any ideas/help with the following issue? >>> >>> Thanks. >>> >>> On Thursday, April 23, 2015 at 12:06:15 AM UTC-7, Danish Khan wrote: >>>> >>>> Hi all, >>>> >>>> I am upgrading to GWT 2.7.0 / Smartgwt 5, and I am seeing the following >>>> error when I try to build it through maven: >>>> >>>> [GWT] [ERROR] Hint: Check that your module inherits >>>> 'com.google.gwt.core.Core' either directly or indirectly (most often by >>>> inheriting module 'com.google.gwt.user.User') >>>> >>>> Here is my gwt.xml. Please let me know if you have any suggestions to >>>> fix this error. >>>> >>>> <?xml version="1.0" encoding="UTF-8"?> >>>> <module rename-to='dregtool'> >>>> <inherits name='com.google.gwt.user.User'/> >>>> <inherits name="com.google.gwt.core.Core" /> >>>> <inherits name="com.google.gwt.user.History"/> >>>> <inherits name="com.dreg.tools.ui.GWTFramework" /> >>>> <inherits name="com.dreg.at.atcommon.ATCommon" /> >>>> <inherits name="com.dreg.at.atcommon.smartgwt.Components" /> >>>> <inherits name="com.gwtext.GwtExt" /> >>>> <inherits name="com.dreg.ajax.smartgwt.dregSmartGwt" /> >>>> <inherits name="com.googlecode.gchart.GChart" /> >>>> <inherits name="com.dreg.i18n.dregI18n" /> >>>> >>>> <source path='ui'/> >>>> <stylesheet src='css/dreg-tool.css'/> >>>> <entry-point class='com.dreg.at.ui.Main'/> >>>> >>>> <set-property name="gwt.suppressNonStaticFinalFieldWarnings" >>>> value="true" /> >>>> <add-linker name="xsiframe"/> >>>> </module> >>>> >>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google Web Toolkit" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/google-web-toolkit. >>> For more options, visit https://groups.google.com/d/optout. >>> >>
-- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
