如何在flex项目构建中实现cruiseControl
我需要使用 Cruise Control 自动部署我的项目。请举个例子
I need to deploy my project automatically using cruise Control .Please give a example
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试使用此处找到的巡航控制二进制发行版 - http://sourceforge.net/projects/cruisecontrol/files/CruiseControl/2.8.4/cruisecontrol-bin-2.8.4.zip/download
使用 ant 自动构建 Flex 项目将是一个简单的过程使用flexAnt 就容易多了。您将在类似于 C:\Program Files\Adobe\Adobe Flash Builder 4\sdks\4.0.0\ant\lib 的位置找到该 jar,其中 C:\Program Files\Adobe\Adobe Flash Builder 4 是安装路径Adobe Flash Builder。
给您一个彻底的例子很困难,但您可以从一个非常全面的指南开始,例如 http://www.unitedmindset.com/jonbcampos/2010/01/07/using-ant-to-build-an-application/。这只是一篇文章,乔纳森还有更多关于如何自动化构建库、航空项目等的文章。只需搜索网站,您就有可能找到您想要的内容。如果这不起作用,您始终可以使用 StackOverflow! :D
问候,
拉维。
You can try using the cruise control binary distribution found here - http://sourceforge.net/projects/cruisecontrol/files/CruiseControl/2.8.4/cruisecontrol-bin-2.8.4.zip/download
Automating your flex project build using ant will be a lot easier with flexAnt. You will find the jar in a location similar to C:\Program Files\Adobe\Adobe Flash Builder 4\sdks\4.0.0\ant\lib where C:\Program Files\Adobe\Adobe Flash Builder 4 is the installation path for Adobe Flash Builder.
Giving you an outright example is difficult, but you can start with a very thorough guide like http://www.unitedmindset.com/jonbcampos/2010/01/07/using-ant-to-build-an-application/. This is only a single post and Jonathan has many more articles on how to automate builds for libraries, for air projects etc. Just search through the site and chances are that you will find what you are looking for. If that does not work, you always have StackOverflow! :D
Regards,
Ravi.