将新版本的 GWT 项目部署到 GAE 不起作用

发布于 2024-12-07 16:14:59 字数 154 浏览 1 评论 0原文

我在部署到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我恋#小黄人 2024-12-14 16:14:59

您可能需要回滚失败的更新。在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文