HelloI 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 itI 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 xmlis it a BUG ?Thanks in advanceFabio