Thursday, April 16, 2015

Re: GWT “No source code is available for type” when incrementalCompileWarnings flag set to true

Did your jar included the sources?

On 16 April 2015 at 19:35, San <saravvij@gmail.com> wrote:
Any suggestion to fix this error?

On Thursday, February 5, 2015 at 7:45:16 AM UTC-8, Anton Samoylov wrote:

Our project compiles fine when flag incrementalCompileWarnings isn't set to true (for maven-gwt-plugin). When it's set, there appear several errors like this:

Tracing compile failure path for type 'my.module.client.entryPoint.MyModuleEntryPoint'  [INFO]       [ERROR] Errors in 'jar:file:/path/to/jar.jar!/my/module/client/entryPoint/MyModuleEntryPoint.java'  [INFO]          [ERROR] Line 76: No source code is available for type my.module.service.client.SomeClientClass; did you forget to inherit a required module?

However I have the required line in MyModule.gwt.xml:

  <inherits name="my.module.service.client.SomeClient"/>

What could cause the problem?

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

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

No comments:

Post a Comment