OK, my understanding of the goals was wrong.
but now that I only put compile, I get - gwt-maven-plugin:1.2.0:compile (default) @ module ---
[INFO] Loading inherited module 'fr.company.module.Module'
[INFO] Loading inherited module 'com.google.gwt.core.Core'
[INFO] [ERROR] Unable to find 'com/google/gwt/core/Core.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
[INFO] Loading inherited module 'fr.company.module.Module'
[INFO] Loading inherited module 'com.google.gwt.core.Core'
[INFO] [ERROR] Unable to find 'com/google/gwt/core/Core.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
Le jeudi 26 mars 2026 à 15:01:38 UTC+1, Thomas Broyer a écrit :
On Thursday, March 26, 2026 at 2:54:35 PM UTC+1 mille...@gmail.com wrote:
<executions>
<execution>
<goals>
<goal>generate-module</goal>
<goal>codeserver</goal>
</goals>
</execution>
</executions>
</plugin>You don't GWT-compile your application, you need to call the "compile" goal here.Also, it's weird and useless to have the codeserver goal here (weird because you wouldn't want to call it during a "standard" build, you want to explicitly invoke it from the command line, and useless because it doesn't bind to any lifecycle phase by default, so it won't be executed anyway without some more configuration)
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/77c94799-7c97-40c5-9bae-5e3aa43c8c83n%40googlegroups.com.
No comments:
Post a Comment