GWTの問題に完全に惑わされ、GWTログの解釈方法や問題のトラブルシューティング方法がわかりません。私はかなり簡単なテンプレートプロジェクトに取り組んでいます。 I GWT 2.3.0にアップグレードとMaven-GWT-プラグインを使用して、モジュールをコンパイルするときに、今、次の問題に実行しています:削除GWT 2.3.0へのアップグレード中に問題が発生しました
[INFO] --- gwt-maven-plugin:2.3.0:compile (default) @ gaewebtemplate ---
[INFO] auto discovered modules [stuff.gaegwttemplate.Main, stuff.gaegwttemplate.security.SecurityRequest]
[INFO] Loading inherited module 'com.google.gwt.activity.Activity'
[INFO] Loading inherited module 'com.google.gwt.place.Place'
[INFO] Loading inherited module 'com.google.gwt.user.User'
[INFO] Loading inherited module 'com.google.gwt.animation.Animation'
[INFO] Loading inherited module 'com.google.gwt.core.Core'
[INFO] Loading inherited module 'com.google.gwt.core.CrossSiteIframeLinker'
[INFO] [ERROR] Unable to load class 'com.google.gwt.core.linker.DirectInstallLinker'
[INFO] java.lang.ClassNotFoundException: com.google.gwt.core.linker.DirectInstallLinker
<巨大なスタックトレース>
[INFO] [ERROR] Failure while parsing XML
[INFO] com.google.gwt.core.ext.UnableToCompleteException: (see previous log entries)
<巨大な削除スタックトレース>
[INFO] [ERROR] Unexpected error while processing XML
[INFO] com.google.gwt.core.ext.UnableToCompleteException: (see previous log entries)
2つのスタックトレースと不可解なエラーメッセージが上記の(私の知る限り)のページの後にページを作成し、その後繰り返されます完全に役に立たないログ情報。
ここで何が起こっているのでしょうか?どのようなロギング "戦略" Googleがここで使用している任意のアイデア:)。
2.3.0から2.4.0へのアップデート中にこの問題が発生しました.gwt-dev、gwt-user、gwt-servletの両方が同じバージョンになっていることを確認しました。誰にも手がかりはありますか? – user469243
私は同じ問題を2.3から2.4に移しました。@ twelve17の回答者もここで動作します。つまり、gwt-maven-pluginのバージョンが最低でもつまりgwt-maven-pluginの2.3バージョンを使用していて、それを2.4.0に更新しました。 –