如何在flex项目构建中实现cruiseControl

发布于 2024-09-16 05:18:41 字数 42 浏览 1 评论 0原文

我需要使用 Cruise Control 自动部署我的项目。请举个例子

I need to deploy my project automatically using cruise Control .Please give a example

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

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

发布评论

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

评论(1

清旖 2024-09-23 05:18:41
  1. 您可以尝试使用此处找到的巡航控制二进制发行版 - http://sourceforge.net/projects/cruisecontrol/files/CruiseControl/2.8.4/cruisecontrol-bin-2.8.4.zip/download

  2. 使用 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。

  3. 给您一个彻底的例子很困难,但您可以从一个非常全面的指南开始,例如 http://www.unitedmindset.com/jonbcampos/2010/01/07/using-ant-to-build-an-application/。这只是一篇文章,乔纳森还有更多关于如何自动化构建库、航空项目等的文章。只需搜索网站,您就有可能找到您想要的内容。如果这不起作用,您始终可以使用 StackOverflow! :D

问候,
拉维。

  1. 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

  2. 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.

  3. 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.

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