使用 Hudson 在 Eclipse 中编译 Google Web Toolkit 项目

发布于 2024-10-23 19:56:53 字数 334 浏览 4 评论 0原文

我对 Hudson 没有太多经验,到目前为止只将其与 NetBeans 一起使用。不过,我已经在 Eclipse 中创建了一个 Google Web Toolkit (GWT) 项目(我对这两个项目都相当陌生),并且我想使用 Hudson 自动构建应用程序。具体来说,我现在部署项目的方式是单击顶部栏上显示“GWT 编译项目”的红色图标,然后右键单击我编写的用于构建 .war 文件的文件并选择“运行方式”->“ Ant Build,然后将 .war 文件复制到我正在使用的 Web 服务器。我需要做的是使用 Hudson 进行 GWT 编译和 .war 构建,我已经知道如何运行 Windows 命令来在编译结束时复制文件。

谢谢

I don't have much experience with Hudson, and have so far only used it with NetBeans. However, I have created a Google Web Toolkit (GWT) project within Eclipse (I'm fairly new to both), and I want to use Hudson to automatically build the application. Specifically, the way that I deploy the project now is to click the red icon on the top bar that says GWT Compile Project, then I right click on a file I wrote that builds a .war file and say Run As -> Ant Build, and then copy the .war file to the web server I'm using. What I need to do is to do the GWT compile and .war building with Hudson, I already know how to run Windows commands to copy the file at the end of the compilation.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

孤檠 2024-10-30 19:56:53

假设 ant 构建也进行 GWT 编译,您只需创建一个调用 ant 构建的 Hudson 项目即可。

尝试仅在没有 Eclipse 的情况下进行干净的结帐时从命令行进行构建。一旦有效...在 Hudson 上设置相同的设置。

Assuming the ant build does the GWT compile as well you can just create a Hudson project that calls the ant build.

Try doing a build from the command line only on a clean checkout without eclipse. Once that works... set up the same on Hudson.

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