在ant中构建Flexbuilder项目
我使用 Flexbuilder 作为 IDE,并且正在致力于自动化构建应用程序的过程。
在设置 ant 构建文件的过程中,我注意到无法使用 Flex 构建器存储的依赖项列表来调用项目 - 每个库或库项目都必须手动添加到 Flex 编译器命令中。这给开发人员更新构建脚本带来了巨大的负担,并使构建过程变得非常脆弱。
是否有选项或第三方项目可以解决这个问题?如果做不到这一点,是否可以通过命令行使用 Flex 构建器的进程进行构建?
I'm using Flexbuilder as an IDE, and I'm working on automating the process of building my application.
In the process of setting up the ant build file, I noticed that there's no way to call the project using the list of dependancies that Flex builder stores - each library or library project has to be added to the flex compiler commands manually. This creates an enormous burden on the developers to update the build scripts, and makes the build process very uncomfortably fragile.
Is there an option or third party project that addresses this? Failing that, is it possible to build using Flex builder's process via command line?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个答案可能有用。
自动化组件库
This answer might be of use.
automating component libraries