用于使用 Hudson 设置 Flex 项目的资源
我正在考虑为我们的 Flex 项目设置 CI 环境。 我在建立这样的环境方面经验很少,但读了很多相关内容,并认为我们可以在我们的项目中从中受益匪浅。 我确实有使用 ANT 的经验,我们目前正在将它用于我们的建筑。 我关注 Hudson 一段时间了,它看起来非常漂亮和简单,同时仍然有能力支持适当的 CI 环境。
基本上,我的问题是是否有人有使用 Hudson 建立 Flex 项目的经验? 如果是这样,请分享一些有关问题、成本/效益以及每个项目需要付出什么样的努力才能与 Hudson 一起启动和运行的信息。 我已经用谷歌搜索了一段时间,可以自豪地说我对快速词法分析器和哈德逊河了解更多,但对这篇文章的主题知之甚少=)
I'm looking into setting up a CI environment for our flex projects. I have very little experience in setting up an environment like this, but have read a lot about it and think we could benefit a lot from this in our projects. I do have experience with ANT and we're currently using it for our building. I've been looking at Hudson for a while and it looks really nice and simple while still having the power to support a proper CI environment.
So basically, my question is if anyone has experience in setting up Flex projects with Hudson? If so, please do share some info on issues, cost/benefit as well what kind of effort is required per project to get up and running with Hudson. I've googled for a while and can proudly say that I know more about both the Fast lexical analyzer and the Hudson River, but little more about the topic of this post =)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
几乎任何可以从命令行执行的东西都可以通过 hudson 执行。 如果您的 Flex 应用程序可以通过 ant 从命令行构建; 它在哈德逊会工作得很好。
这可能会有所帮助:
http://www.subotnik.com/blog/?p=100
Just about anything that can be executed from a command line can be executed via hudson. If your flex app can be built via ant from the command line; it will work just fine in hudson.
This might be helpful:
http://www.subotnik.com/blog/?p=100