Netbeans で GQuery を使用する GWT アプリケーションを作成しようとしています。http : //code.google.com/p/gwtquery/wiki/GettingStarted を参照しました。
しかし、Entrpoint.java ファイルに GQuery のパッケージをインポートしてビルドしようとすると、エラーが発生します。
[ERROR] Errors in 'jar:file:/D:/GWT/gquery/lib/gwtquery-1.0-SNAPSHOT.jar!/com/google/gwt/query/client/SelectorEngine.java'
[ERROR] Line 94: Rebind result 'com.google.gwt.query.client.impl.SelectorEngineImpl' cannot be abstract
[ERROR] Cannot proceed due to previous errors
ProjectPath\nbproject\build-gwt.xml:262: The following error occurred while executing this line:
ProjectPath\nbproject\build-gwt.xml:411:
main-gwt.xml ファイルのモジュールを継承し、GQuery jar ファイルのクラス パスも設定しています。パッケージを使用できません。