2つの異なるgwtプロジェクトがあり、あるgwtアプリケーションのクラスを別のモジュールで使用したいと考えています。それを行う方法はありますか?
私は以下のアプローチに従い、2番目のプロジェクトで2行の下に追加しました
<inherits name="com.yellowbook.mdb.NationalResidential"/>
<source path='com.yellowbook.mdb' />
しかし、次のエラーが発生します。
Unable to find 'com/yellowbook/mdb/NationalResidential.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
私はここで何かを逃しましたか?