を使用してGWTプロジェクトをクリーンインストールしようとしていgwt-maven-plugin
ます。次の問題が何度か発生しています。
Finding entry point classes
[ERROR] Errors in '.../core/impl/MyClass.java'
[ERROR] Line 23: The import org.codehaus.jackson.annotate.JsonIgnore cannot be resolved
[ERROR] Line 24: The import org.hibernate.envers cannot be resolved
[ERROR] Line 27: Audited cannot be resolved to a type
[ERROR] Line 102: JsonIgnore cannot be resolved to a type
[ERROR] Line 129: JsonIgnore cannot be resolved to a type
問題は注釈だけにあります。
コアプロジェクトは、私のデータモデルを定義するプロジェクトです。サーバー側とクライアント(gwt)側の両方で使用されます。それを機能させる方法はありますか?