2012-07-10 41 views
0

我試圖將GWT/Appengine項目導出到存檔文件或文件系統中。得到以下錯誤。我還沒有嘗試將其導入到其他環境中。如果我錯過了一些東西,你能告訴我嗎?另一個可以提供幫助的輸入是 - 在不同的開發者之間爲這種項目分配開發環境(在初始設置期間)的最佳方式是什麼。很顯然,一旦設置了svn就可以啓用代碼共享。出口過程中遇到GWT項目導出期間的錯誤

問題: - 常規 - 工作區 -

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'. 
+0

首先,你真的需要導出GWT編譯期間生成的gwt-unitCache文件嗎?其次,您的項目似乎與文件系統不同步。只需在Eclipse中刷新您的項目。 – 2012-07-11 02:32:24

回答

1

您可以啓用首選項自動刷新自動刷新

在我來說,這並沒有爲谷歌應用程序的web.xml中工作發動機。所以我在eclipse導航器中單獨獲取文件,刷新它(通過右鍵單擊特定文件並選擇'刷新')併成功導出存檔。