Sunday, January 13, 2019

GWT CodeServer tries to transpile source code not includedin any GWT module

Hi all,
I'm using GWT 2.8.2 with a project which successfully compiles when a full compilation is executed using com.google.gwt.dev.Compiler.
If the development mode is started and compilation is executed by the CodeServer, then it fails because it tries to transpile a Servlet.
But the source java file which GWT tries to transpile is not included by any GWT module.
How can I detect why GWT tries to transpile that file? How can it be included if it's not declared in any GWT module (as far as I can understand)?
Note that I'm using Eclipse with GWT Eclipse Plugin and Maven TBroyer plugin.

Thanks in advance

--
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 post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment