如何加快 FDT / Flex Builder 中的 Ant 编译速度

发布于 2024-08-19 23:08:38 字数 93 浏览 4 评论 0原文

有没有办法在 Eclipse 中使用 Ant 中的 Flextasks 来加速 MXMLC 编译。与 FDT 和 Flex Builder 的内置编译相比,它慢得令人痛苦。

Is there any way to speed up MXMLC compiles using Flextasks in Ant in Eclipse. Compared to FDT and Flex Builder's in-built compilation, it is painfully slow.

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

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

发布评论

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

评论(2

流绪微梦 2024-08-26 23:08:38

尝试将 incremental="true" 添加到您的 标记中。该标志在 Flex Builder 中默认打开,并阻止编译器每次重新启动。

Try adding incremental="true" to your <mxmlc /> tag. That flag is on by default in Flex Builder, and stops the compiler from starting over each time.

琉璃梦幻 2024-08-26 23:08:38

HellFire 编译器守护进程 (http://bytecode-workshop.com/) 附带了一组 ant 任务,这些任务使用 HFCD 更快地构建 Flex 应用程序。

http://stopcoding .wordpress.com/2010/01/29/hfcd-ant-tasks-outperform-adobe-flex-ant-tasks/

HellFire Compiler Daemon (http://bytecode-workshop.com/) comes with a set of ant tasks that build Flex applications much faster with HFCD.

http://stopcoding.wordpress.com/2010/01/29/hfcd-ant-tasks-outperform-adobe-flex-ant-tasks/

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