【发布时间】:2012-07-10 12:06:47
【问题描述】:
我正在尝试将 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'.
【问题讨论】:
-
首先,你真的需要导出GWT编译过程中生成的gwt-unitCache文件吗?其次,您的项目似乎与文件系统不同步。只需在 Eclipse 中刷新您的项目。
标签: eclipse google-app-engine gwt