0

GWT/Appengineプロジェクトをアーカイブファイルまたはファイルシステムにエクスポートしようとしています。フォローエラーが発生します。まだ別の環境にインポートしようとはしていません。何か足りないものがあれば教えてください。役立つもう1つの入力は、この種のプロジェクトのさまざまな開発者間で開発環境を(初期セットアップ中に)分散するための最良の方法は何ですか。明らかに、セットアップが完了したら、コード共有を有効にできるsvnを配置します。

エクスポート中に問題が発生しました:

  Error exporting Jetstream/gwt-unitCache/gwt-unitCache-00000138551F4486: File not found: D:\workspace\Jetstream\gwt-unitCache\gwt-unitCache-00000138551F4486.
    File not found: D:\workspace\Jetstream\gwt-unitCache\gwt-unitCache-00000138551F4486.
  Error exporting Jetstream/gwt-unitCache/gwt-unitCache-000001385521C520: File not found: D:\workspace\Jetstream\gwt-unitCache\gwt-unitCache-000001385521C520.
    File not found: D:\workspace\Jetstream\gwt-unitCache\gwt-unitCache-000001385521C520.
  Error exporting Jetstream/war/WEB-INF/appengine-generated/datastore-indexes-auto.xml: Resource is out of sync with the file system: '/Jetstream/war/WEB-INF/appengine-generated/datastore-indexes-auto.xml'.
    Resource is out of sync with the file system: '/Jetstream/war/WEB-INF/appengine-generated/datastore-indexes-auto.xml'.
4

1 に答える 1

1

[設定] - [一般] - [ワークスペース] - [自動更新] で自動更新を有効にすることができます

私の場合、これは Google App Engine の web.xml では機能しませんでした。そこで、Eclipse ナビゲーターでファイルを個別に取得し、(特定のファイルを右クリックして「更新」を選択して) 更新し、アーカイブのエクスポートを正常に実行しました。

于 2012-08-07T06:41:40.920 に答える