Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 11 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
我已经为 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.
对我来说 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
我个人使用 Hudson 和 Ant 任务
I personally use Hudson with Ant task
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.