将新版本的 GWT 项目部署到 GAE 不起作用
我在部署到 GAE 时遇到问题。我已经多次部署新版本,但现在它正确创建新的暂存目录,但它上传 0 个文件到服务器。就像它没有注意到代码更改一样。当我在服务器中执行它时,它不会执行任何操作,甚至不会激活实例。
提前致谢。
配置: GWT 2.4 GAE 1.5.4
I have a problem deploying to GAE. I have deployed new versions many times, but now it creates the new staging directory properly, but it uploads 0 files to the server. It is like it doesn't notice the code changes. And when I execute it in the server it doesn't make anything, not even activate an instance.
Thanks in advance.
Configuration:
GWT 2.4
GAE 1.5.4
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要回滚失败的更新。在 eclipse 插件目录中将有一个名为 appengine-java-sdk-1.3.5 的文件夹。 bin 子文件夹内有一个名为 appcfg.cmd 的程序(我认为可能有不同的扩展名)。从命令行运行:
appcfg.cmd rollback C:/path/to/war_directory
You probably need to rollback a failed update. In the eclipse plugin directory will a folder named appengine-java-sdk-1.3.5. Inside the bin subfolder is a program called appcfg.cmd (I think, there may be a different extension). From the command line run:
appcfg.cmd rollback C:/path/to/war_directory