Have you tried moving the *.gwt.xml to src/main and rename it to module.gwt.xml? see: https://tbroyer.github.io/gwt-maven-plugin/usage.html src/main/java is the wrong location.
Are you using <packaging>gwt-app</packaging> in you POM? Venkateswara Rao schrieb am Montag, 11. November 2024 um 22:05:19 UTC+1: > I have moved to src/main/java. Didn't rename. > > On Monday, November 11, 2024 at 4:01:23 PM UTC-5 Frank Hossfeld wrote: > >> Have you tried to move your OEV.gwt.xml into the main folder and rename >> it to: module.gwt.xml? >> >> Venkateswara Rao schrieb am Montag, 11. November 2024 um 18:49:42 UTC+1: >> >>> Hello, >>> >>> Currently I am migration my gwt application from 2.11.0 to 2.12.0 with >>> . During this migration we are getting the following error: >>> [ERROR] Unable to find 'com/medhok/mm/OEV.gwt.xml' on your classpath; >>> could be a typo, or maybe you forgot to include a classpath entry for >>> source? >>> Any leads on this error. >>> >>> However, as part of the following article >>> https://tbroyer.github.io/gwt-maven-plugin/ I have moved my src to >>> src/main/java. >>> >>> Still I am getting the above error. >>> >>> Appreciate your help. >>> >>> Thanks, >>> Venkat. >>> >> -- 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/dc0a7633-3b03-49a2-bc48-60105e16dd09n%40googlegroups.com.
