GWT项目导出期间的错误

时间:2012-07-10 12:06:47

标签: eclipse google-app-engine gwt

我正在尝试将GWT / Appengine项目导出到存档文件或文件系统中。得到跟随错误。我还没有尝试将它导入到不同的环境中。如果我错过了什么,你能告诉我吗?另一个可以提供帮助的输入是 - 在这种项目的不同开发人员之间分配开发环境(在初始设置期间)的最佳方式是什么。显然,一旦设置了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'.

1 个答案:

答案 0 :(得分:1)

您可以在首选项 - 常规 - 工作区 - 自动刷新

中启用自动刷新

在我的情况下,这不适用于Google App Engine的web.xml。所以我在eclipse导航器中单独获取文件,刷新它(通过右键单击特定文件并选择“刷新”)并成功导出存档。