All right many thanks. Oddly enough I have errors while mvn prepare-package, I don't have these when I mvn install or codeserver.
[INFO] Compiling module com.test.WebClient [INFO] Tracing compile failure path for type 'com.test.client.token.PanelFilterLotToken' [INFO] [ERROR] Errors in 'file:/C:/workspace/test/web-client/src/main/java/com/test/client/token/PanelFilterLotToken.java' [INFO] [ERROR] Line 28: No source code is available for type com.test.token.controler.LotsManager; did you forget to inherit a required module? [INFO] Tracing compile failure path for type 'com.test.client.util.TimerUtil' [INFO] [ERROR] Errors in 'file:/C:/workspace/test/web-client/src/main/java/com/test/client/util/TimerUtil.java' [INFO] [ERROR] Line 34: No source code is available for type com.test.dao.IDAO; did you forget to inherit a required module?lat Le samedi 3 février 2018 22:45:59 UTC+1, Thomas Broyer a écrit : > > mvn prepare-package -pl web-client -am -DskipTests ? (you don't just want > to gwt:compile, you want to compile the shared module, process ressources, > compile the web-client module, and gwt:compile it) -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
