Hi,

We have GWT developed project at the version 2.7.0 in Java 8. Currently we 
are migrating to Java 17 I have changed the Gwt plugin versions to 2.11. 
After n number of changes in the setup and lot of deployments and build I 
am still facing the below error

Tracing compile failure path for type 'com.ultramain.client.UltramainHtml'
         [ERROR] Errors in 
'file:/W:/Java%2017/USI.UNITY.OXY/UltramainHtml/src/main/java/com/ultramain/client/UltramainHtml.java'
            [ERROR] com.ultramain.client.UltramainWebServiceAsync cannot be 
resolved to a type
         [ERROR] Errors in 
'file:/W:/Java%2017/USI.UNITY.OXY/UltramainHtml/src/main/java/com/ultramain/client/UltramainWebServiceAsync.java'
            [ERROR] com.ultramain.shared.MobileCommandReference cannot be 
resolved to a type
         [ERROR] Errors in 
'file:/W:/Java%2017/USI.UNITY.OXY/UltramainHtml/src/main/java/com/ultramain/shared/MobileCommandReference.java'
            [ERROR] com.ultramain.shared.ExportExecutionDto cannot be 
resolved to a type
         [ERROR] Errors in 
'file:/W:/Java%2017/USI.UNITY.OXY/UltramainHtml/src/main/java/com/ultramain/shared/ui/ViewSecurityOptions.java'
            [ERROR] com.ultramain.shared.settings.Options cannot be 
resolved to a type
         [ERROR] Errors in 
'file:/W:/Java%2017/USI.UNITY.OXY/UltramainHtml/src/main/java/com/ultramain/shared/SaveDeleteStatisticsOptionCommandDto.java'
            [ERROR] 
com.ultramain.shared.MobileSaveDeleteOptionCommandDto.SaveDeleteOptionCommandDtoEnum
 
cannot be resolved to a type
         [ERROR] Errors in 
'file:/W:/Java%2017/USI.UNITY.OXY/UltramainHtml/src/main/java/com/ultramain/shared/navigators/PaintableEntry.java'
            [ERROR] com.ultramain.shared.ui.Filter cannot be resolved to a 
type
         [ERROR] Errors in 
'file:/W:/Java%2017/USI.UNITY.OXY/UltramainHtml/src/main/java/com/ultramain/shared/DtoData.java'
            [ERROR] com.ultramain.shared.DataLink cannot be resolved to a 
type
         [ERROR] Errors in 
'file:/W:/Java%2017/USI.UNITY.OXY/UltramainHtml/src/main/java/com/ultramain/shared/MobileLoadFromImportExportCatalogDto.java'
            [ERROR] com.ultramain.shared.importexport.Import cannot be 
resolved to a type
         [ERROR] Errors in 
'file:/W:/Java%2017/USI.UNITY.OXY/UltramainHtml/src/main/java/com/ultramain/shared/dashboard/HtmlDashboard.java'
            [ERROR] Line 162: XmlTransient cannot be resolved to a type
            [ERROR] Line 177: XmlTransient cannot be resolved to a type
            [ERROR] Line 11: The import com.ultramain.system cannot be 
resolved
            [ERROR] Line 140: XmlTransient cannot be resolved to a 
type..... goes on

My primary question Is GWT 2.11.0 truly compatible with java 17?

I have tried removing the GWT maven plugin and build the project the build 
is success, but the GWT compilation is not happening. The compilation has 
to happen and all GWT JS resources will be put inside ultramainhtml folder 
inside our project's war.

Appreciate your help.

Thanks,
Midhun.


-- 
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 view this discussion visit 
https://groups.google.com/d/msgid/google-web-toolkit/4b301446-6dce-4e56-aa83-0434276c1e6dn%40googlegroups.com.

Reply via email to