Hello,

I'm facing a problem: when I enable incrementalCompileWarnings flag in 
gwt-maven-plugin, I'm starting to get errors like this:

Tracing compile failure path for type 'my.module.servlet.SomeClass'
[INFO] [ERROR] Errors in 'jar:file:/path/to/jar/servlet/SomeClass.java'
[INFO] [ERROR] Line 15: No source code is available for type 
javax.servlet.ServletContext; did you forget to inherit a required module?

But I have an <exclude> tag in the .gwt.xml file:

<source path="">
...
<exclude name="servlet/**"/>
</source>

What can cause the problem? Without the incrementalCompileWarnings flag 
everything works fine.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to