Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2023-08-14 Thread Tiberiu
Thanks Colin! Indeed the Ant classpath was using the old GWT 2.8.1... My
bad, sorry.

Tiberiu

On Mon, Aug 14, 2023 at 4:33 PM Colin Alworth 
wrote:

> Tiberiu, the fact that it works in Eclipse strongly suggests to me that
> the ant classpath is different from the eclipse project classpath. That
> different configuration will lead to different results. This error is
> typically indicative of some other error happening (typically classpath
> related) - double check that, and add the "-strict" argument to the
> Compiler invocation to make sure you see any earlier errors as well (if
> any).
>
> On Tuesday, August 8, 2023 at 4:48:56 PM UTC-5 tiberiu...@gmail.com wrote:
>
>> Hello everyone,
>>
>> I just upgraded to GWT 2.10.0 from 2.8.1 and I receive the same error
>> when compiling through an Ant build.
>>
>> The code and scripts are identical and is compiling just fine with Java
>> 1.8, GWT 2.8.1 and Eclipse 4.17. However with Java 13 or 17, GWT 2.10.0 and
>> Eclipse 4.28 gives the error. Although in the second configuration it
>> compiles successfully through the Eclipse GWT plugin it does not compile
>> using the Ant build. But the GWT module is the same...
>>
>> What am I missing?
>>
>> Thanks you,
>> Tiberiu
>>
>> On Friday, October 7, 2022 at 4:14:31 PM UTC+3 Thomas Broyer wrote:
>>
>>> See https://www.gwtproject.org/release-notes.html#Release_Notes_2_10_0
>>> GWT *runs* on JDKs from 8 to 17; you can however only compile Java 11
>>> –at most– source files (depending on -sourceLevel).
>>>
>>> When facing that kind of error, make sure you run with -failOnError (or
>>> its older name: -strict), and possibly use a more verbose -logLevel.
>>>
>>>
>>> On Friday, October 7, 2022 at 2:51:17 PM UTC+2 ngf.ch...@gmail.com
>>> wrote:
>>>
 Hello here.
 I would like to react for this threat. Would at this time (2022) gwt
 supports java 12?
 For I am experiencing the error mentioned above.
 Thanks in advance.


 On Monday, May 20, 2019 at 12:59:25 AM UTC ma...@craig-mitchell.com
 wrote:

> I don't believe GWT supports Java 12 yet.  I'd recommend just using
> Java 8.
>
> And you might want to use the latest GWT version (2.8.2).
>
 --
> 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 google-web-toolkit+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit/f80c2b1a-4d88-4b5c-9bb2-46ed557d0565n%40googlegroups.com
> 
> .
>

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/CALMvfNA5MR0L%3DLDxbaO%2BAhYpkfrQMozvbvDiH22TRZP0cf_-Bw%40mail.gmail.com.


Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2023-08-14 Thread Colin Alworth
Tiberiu, the fact that it works in Eclipse strongly suggests to me that the 
ant classpath is different from the eclipse project classpath. That 
different configuration will lead to different results. This error is 
typically indicative of some other error happening (typically classpath 
related) - double check that, and add the "-strict" argument to the 
Compiler invocation to make sure you see any earlier errors as well (if 
any).

On Tuesday, August 8, 2023 at 4:48:56 PM UTC-5 tiberiu...@gmail.com wrote:

> Hello everyone,
>
> I just upgraded to GWT 2.10.0 from 2.8.1 and I receive the same error when 
> compiling through an Ant build.
>
> The code and scripts are identical and is compiling just fine with Java 
> 1.8, GWT 2.8.1 and Eclipse 4.17. However with Java 13 or 17, GWT 2.10.0 and 
> Eclipse 4.28 gives the error. Although in the second configuration it 
> compiles successfully through the Eclipse GWT plugin it does not compile 
> using the Ant build. But the GWT module is the same...
>
> What am I missing?
>
> Thanks you,
> Tiberiu
>
> On Friday, October 7, 2022 at 4:14:31 PM UTC+3 Thomas Broyer wrote:
>
>> See https://www.gwtproject.org/release-notes.html#Release_Notes_2_10_0
>> GWT *runs* on JDKs from 8 to 17; you can however only compile Java 11 –at 
>> most– source files (depending on -sourceLevel).
>>
>> When facing that kind of error, make sure you run with -failOnError (or 
>> its older name: -strict), and possibly use a more verbose -logLevel.
>>
>>
>> On Friday, October 7, 2022 at 2:51:17 PM UTC+2 ngf.ch...@gmail.com wrote:
>>
>>> Hello here.
>>> I would like to react for this threat. Would at this time (2022) gwt 
>>> supports java 12?
>>> For I am experiencing the error mentioned above.
>>> Thanks in advance.
>>>
>>>
>>> On Monday, May 20, 2019 at 12:59:25 AM UTC ma...@craig-mitchell.com 
>>> wrote:
>>>
 I don't believe GWT supports Java 12 yet.  I'd recommend just using 
 Java 8.

 And you might want to use the latest GWT version (2.8.2).

>>>

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/f80c2b1a-4d88-4b5c-9bb2-46ed557d0565n%40googlegroups.com.


Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2023-08-08 Thread Tiberiu
Hello everyone,

I just upgraded to GWT 2.10.0 from 2.8.1 and I receive the same error when 
compiling through an Ant build.

The code and scripts are identical and is compiling just fine with Java 
1.8, GWT 2.8.1 and Eclipse 4.17. However with Java 13 or 17, GWT 2.10.0 and 
Eclipse 4.28 gives the error. Although in the second configuration it 
compiles successfully through the Eclipse GWT plugin it does not compile 
using the Ant build. But the GWT module is the same...

What am I missing?

Thanks you,
Tiberiu

On Friday, October 7, 2022 at 4:14:31 PM UTC+3 Thomas Broyer wrote:

> See https://www.gwtproject.org/release-notes.html#Release_Notes_2_10_0
> GWT *runs* on JDKs from 8 to 17; you can however only compile Java 11 –at 
> most– source files (depending on -sourceLevel).
>
> When facing that kind of error, make sure you run with -failOnError (or 
> its older name: -strict), and possibly use a more verbose -logLevel.
>
>
> On Friday, October 7, 2022 at 2:51:17 PM UTC+2 ngf.ch...@gmail.com wrote:
>
>> Hello here.
>> I would like to react for this threat. Would at this time (2022) gwt 
>> supports java 12?
>> For I am experiencing the error mentioned above.
>> Thanks in advance.
>>
>>
>> On Monday, May 20, 2019 at 12:59:25 AM UTC ma...@craig-mitchell.com 
>> wrote:
>>
>>> I don't believe GWT supports Java 12 yet.  I'd recommend just using Java 
>>> 8.
>>>
>>> And you might want to use the latest GWT version (2.8.2).
>>>
>>

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/f84a53cf-55b5-47ca-8b81-adc25ab384b3n%40googlegroups.com.


Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2022-10-07 Thread Thomas Broyer
See https://www.gwtproject.org/release-notes.html#Release_Notes_2_10_0
GWT *runs* on JDKs from 8 to 17; you can however only compile Java 11 –at 
most– source files (depending on -sourceLevel).

When facing that kind of error, make sure you run with -failOnError (or its 
older name: -strict), and possibly use a more verbose -logLevel.

On Friday, October 7, 2022 at 2:51:17 PM UTC+2 ngf.ch...@gmail.com wrote:

> Hello here.
> I would like to react for this threat. Would at this time (2022) gwt 
> supports java 12?
> For I am experiencing the error mentioned above.
> Thanks in advance.
>
>
> On Monday, May 20, 2019 at 12:59:25 AM UTC ma...@craig-mitchell.com wrote:
>
>> I don't believe GWT supports Java 12 yet.  I'd recommend just using Java 
>> 8.
>>
>> And you might want to use the latest GWT version (2.8.2).
>>
>

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/ec7d3586-4f4d-4db9-ad87-5a1db56ac278n%40googlegroups.com.


Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2022-10-07 Thread Michael Conrad
We are using JDK 17 here at the office for builds without any issue. 
(Gradle setup here).


On 10/7/22 08:29, Christian Nzhie wrote:

Hello here.
I would like to react for this threat. Would at this time (2022) gwt 
supports java 12?

For I am experiencing the error mentioned above.
Thanks in advance.


On Monday, May 20, 2019 at 12:59:25 AM UTC ma...@craig-mitchell.com wrote:

I don't believe GWT supports Java 12 yet.  I'd recommend just
using Java 8.

And you might want to use the latest GWT version (2.8.2).

--
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 google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/9e0c2d5e-770b-4884-887a-3e300a2ac28an%40googlegroups.com 
.


--
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 google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/db2806b1-74a4-8c7e-59a3-d349a6a53193%40newsrx.com.


Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2022-10-07 Thread Christian Nzhie
Hello here.
I would like to react for this threat. Would at this time (2022) gwt 
supports java 12?
For I am experiencing the error mentioned above.
Thanks in advance.


On Monday, May 20, 2019 at 12:59:25 AM UTC ma...@craig-mitchell.com wrote:

> I don't believe GWT supports Java 12 yet.  I'd recommend just using Java 8.
>
> And you might want to use the latest GWT version (2.8.2).
>

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/9e0c2d5e-770b-4884-887a-3e300a2ac28an%40googlegroups.com.


Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2019-05-19 Thread Craig Mitchell
I don't believe GWT supports Java 12 yet.  I'd recommend just using Java 8.

And you might want to use the latest GWT version (2.8.2).

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/4ca3b454-859f-4a6d-9e60-c935ae2d5ca5%40googlegroups.com.


[GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2019-05-19 Thread Clint Yang
Hi all,

I haven't done GWT development for a while and wanted to try again. I 
installed JDK 12 and Eclipse 2019-03. I installed GWT Eclipse Plugin (GWT 
2.8.1). 

>From Eclipse, I created a hello world project this way:

   1. Click on 'New GWT Application Project'
   2.  Project name: Gwt5, Package: com.foo, Use default SDK (GWT 2.8.1)
   3. Click on 'GWT Compile Project'

I see this error:

Compiling module com.foo.Gwt5
   [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')

I didn't change my gwt.xml.

Any suggestion?

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/1736e311-270f-42fa-bd61-bd3dcfbaf122%40googlegroups.com.


Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2019-03-21 Thread vitaly goji
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"  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. 
>>>>
>>>> 
>>>> 
>>>>  
>>>> 
>>>>  
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>>
>>>>   
>>>>   
>>>>   
>>>>   
>>>>   >>> value="true" />
>>>>   
>>>> 
>>>>
>>>> -- 
>>> 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 google-web-toolkit+unsubscr...@googlegroups.com.
>>> To post to this group, send email to google-we...@googlegroups.com.
>>> 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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2015-07-30 Thread Alexander Kune
I just had the same error message and it turned out to be my GWTUnit test 
classes being named SomeName*Test* instead of *GwtTest*SomeName. 
Ending on Test the GWTUnit test classes were picked up by the Surefire 
plugin instead of the GWT plugin. Removing the Test postfix and adding the 
GwtTest prefix solved that. 


On Thursday, April 23, 2015 at 9:06:15 AM UTC+2, 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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2015-05-04 Thread Danish Khan
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 danishu...@gmail.com javascript: 
 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 google-web-toolkit+unsubscr...@googlegroups.com javascript:.
 To post to this group, send email to google-we...@googlegroups.com 
 javascript:.
 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 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2015-04-30 Thread Danish Khan
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2015-04-30 Thread Burak Ulutoprak
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 danishullahk...@gmail.com 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 google-web-toolkit+unsubscr...@googlegroups.com.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 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 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


[GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2015-04-23 Thread Danish Khan
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.