Re: Migration from 2.7.0 to 2.9.0

2023-12-19 Thread Colin Alworth
Can you share the complete build log? At a guess, there is some classpath 
mismatch, mixing parts of GWT 2.7 with 2.9 - the Core module is always 
included as an inherits for every module, even if that module is empty, so 
this suggests an earlier error that prevented that module from working, or 
prevented the compiler from finding it.

On Tuesday, December 19, 2023 at 8:51:25 PM UTC-6 kua...@gmail.com wrote:

> Hello GWT Users,
>
> I'm trying to migrate very old project from GWT 2.7.0 to GWT 2.9.0
>
> Project build with Gradle.
>
> Everything is working as expected for GWT 2.7.0, but when I update to GWT 
> 2.9.0
> build failed with message "[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've simply changed version in "build.gradle".
> Java compilation succeeded and even window with Dev mode launcher appeared 
> on the screen.
>
> I think it is some misconfiguration. Maybe something changed in GWT 2.9.0 
> configuration?
>
> Any ideas what am I missing?
>
> Alexey Kuznetsov
>
>

-- 
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/77311ac7-5fbd-40c5-abe3-8404dc89d4d3n%40googlegroups.com.


Migration from 2.7.0 to 2.9.0

2023-12-19 Thread Alexey Kuznetsov
Hello GWT Users,

I'm trying to migrate very old project from GWT 2.7.0 to GWT 2.9.0

Project build with Gradle.

Everything is working as expected for GWT 2.7.0, but when I update to GWT 
2.9.0
build failed with message "[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've simply changed version in "build.gradle".
Java compilation succeeded and even window with Dev mode launcher appeared 
on the screen.

I think it is some misconfiguration. Maybe something changed in GWT 2.9.0 
configuration?

Any ideas what am I missing?

Alexey Kuznetsov

-- 
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/a9d57b5d-f7f6-4eaf-a51a-6d2a75af95c7n%40googlegroups.com.