Thanks Frank to look into this. Following is the entry in my pom.xml:
<plugin>
<groupId>net.ltgt.gwt.maven</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>1.1.0</version>
<executions>
<execution>
<goals>
<goal>compile</goal>
</goals>
</execution>
</executions>
<configuration>
<moduleName>com.medhok.mm.OEV</moduleName>
<moduleShortName>MedicalMgmt</moduleShortName>
<failOnError>true</failOnError>
<!-- GWT compiler 2.8 and above requires 1.8, hence define sourceLevel here if you use
a different source language for java compilation -->
<sourceLevel>1.8</sourceLevel>
<!-- Compiler configuration -->
<compilerArgs>
<!-- Ask GWT to create the Story of Your Compile (SOYC) (gwt:compile) -->
<arg>-compileReport</arg>
<arg>-XcompilerMetrics</arg>
</compilerArgs>
<!-- DevMode configuration -->
<warDir>${webappDirectory}</warDir>
<classpathScope>compile+runtime</classpathScope>
<!-- URL(s) that should be opened by DevMode (gwt:devmode). -->
<startupUrls>
<startupUrl>index.html</startupUrl>
</startupUrls>
</configuration>
</plugin>
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 google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/google-web-toolkit/e8ca8387-64f6-496c-a407-ba8d1daefeean%40googlegroups.com.
No comments:
Post a Comment