INHERITANCE FROM JAR FILE , DOESN'T WORK
Hello
I have an Eclipse GWT CHART project working fine as long as I let my library project linked in this GWT project.
But when I compile my library into a jar file, unlink my library project from the classpath of GWT project, and add the jar into war/web-inf/lib and classpath it
I get the following exception:
[ERROR] [gwt_mwp_sample] - Line 82: No source code is available for type sim.fab.gwt.client.util.GTable; did you forget to inherit a required module?
if I rollback everything. WORKS again!!!!
why does it happen ?
Yet I put the <inherits name='sim.fab.gwt.client.util'/> into the GWT project xml
is it a BUG ?
Thanks in advance
Fabio
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/HdiBBcQeaXQJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home