您会推荐哪种 CI 工具用于 GWT 开发?

发布于 2024-08-20 09:05:11 字数 1536 浏览 4 评论 0原文

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

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

发布评论

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

评论(4

给不了的爱 2024-08-27 09:05:11

我已经为 GWT 项目设置了 Hudson CI,在 Windows 和 Linux 上都没有问题。
我使用 ANT 任务来执行不同的编译、运行 JUnit 测试和 GWT 测试等。

您可以执行任何您想要的内容,ant 任务、命令行程序、python 脚本等。

它还与 Redmine 等错误跟踪系统集成。而且Redmine 已经与Hudson 集成。

而且界面简单直观,全部基于 Web,没有 xml 配置文件。

I've set up a Hudson CI for a GWT project with no problem on both Windows and Linux.
I've used ANT tasks to do the different compilations, run JUnit tests and GWT tests, among other things.

You can execute anything you want, ant tasks, command line programs, python scripts,etc.

It also has integration with Bug-Tracking systems like Redmine. And Redmine has integration with Hudson.

And the interface is easy and intuitive, all web based, no xml config files.

夜血缘 2024-08-27 09:05:11

对我来说 TeamCity 是完成此类任务的最佳工具。安装过程轻而易举。专业版可免费使用。 Ant 任务重用是可能的。我们正在重用手写 CI“服务器”中的所有 nant 任务。 XML 配置是可能的,但 UI 很棒而且非常简单。 TeamCity 还集成了错误跟踪系统。

功能

For me TeamCity is a best tool for such a thing. Installation is like a breeze. Professional edition is free to use. Ant task reusing is possible. We are reusing all nant tasks from hand written CI 'server'. XML config possible, but UI is great and very easy. Also TeamCity comes with Bug Tracking systems integration.

Features

对岸观火 2024-08-27 09:05:11

我个人使用 Hudson 和 Ant 任务

I personally use Hudson with Ant task

焚却相思 2024-08-27 09:05:11

Buildr 有一个开放增强请求,其中包含适用于 1.5 的 gwt 生成任务。 3.它应该很简单,可以将其移动到 2.0 来完成您需要的操作。

它主要是围绕 ant 任务的包装器代码,使用 Antwrap、Buildr java 集成,并将其插入到项目生命周期中。

Buildr has an open enhancement request with a gwt generation task that works for 1.5.3. It should be simple enough to move it to 2.0 to do what you need.

It's mostly wrapper code around the ant task, using Antwrap, the Buildr java integration, and inserting it into the project lifecycle.

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