将 Ant 与 FlexBuilder 结合使用
在使用 FlexBuilder 构建项目之前,我需要运行一些预编译步骤。 我想我需要使用 Ant 来做到这一点。 任何人都知道的教程可以帮助我走上我的道路吗? 我对 Ant 和 Eclipse (FlexBuilder) 几乎一无所知。
谢谢!
I need to run some precompile steps before I build my project using FlexBuilder. I assume I will need to use Ant to do this. Any tutorials that anyone knows of that can help me along my path? I know next to nothing about Ant and Eclipse (FlexBuilder).
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我只使用 ant 来构建我所有的 Flex 应用程序。 我写了一篇关于如何在 Linux 环境中设置 Flex / Ant 的教程,但很多内容都可以翻译到 Windows:
http://blog.apterainc.com/software/setting-up-a-flex-development-enviroment-in-gnulinux/
此链接是 Adobe 关于如何将 ant 任务与 Flex 一起使用的说明(从安装到编译第一个 Flex 应用程序的所有内容):
http://livedocs.adobe.com/flex/3/html/help.html?content=anttasks_1.html
如果您遇到任何问题,请发布它们在这里我会帮助解决它们。
I use solely use ant to build all my Flex applications. I wrote a tutorial on how to set up Flex / Ant in a Linux environment, but much can be translated to windows:
http://blog.apterainc.com/software/setting-up-a-flex-development-enviroment-in-gnulinux/
This link is the Adobe's instructions on how to use ant tasks with Flex (everything from installing to compiling your first Flex application):
http://livedocs.adobe.com/flex/3/html/help.html?content=anttasks_1.html
If you run into any problems, post them here and I will help resolve them.