flex:使用maven编译swf

发布于 2024-12-25 06:39:16 字数 117 浏览 2 评论 0原文

我有几个 Maven 模块(每个模块都有一个 pom) 我希望编译我的 swf,而不是先将每个模块编译到 SWC 中,就像我现在所做的那样。 我想这应该会加快编译过程。

我应该怎么做,这是一个好的做法吗?

I have several maven modules (each with a pom)
I am looking to compile my swf without first compiling each module into a swc, like i am soing now.
I suppose that should speed up the compilation process.

How should I do it, and is it a good practice?

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

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

发布评论

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

评论(1

静水深流 2025-01-01 06:39:16

我假设您不想编译 SWC 模块,因为自上次编译以来它们没有更改。
如果是这种情况(并且如果您使用 Flexmojos 4.x),请查看 快速编译模式

快速编译模式。如果为 true,Flexmojos 将检查该项目的 Maven 存储库中可用的最新工件是否比源更新。如果是这样,将不会重新编译。

I assume you don't want to compile your SWC modules because they didn't change since the last compilation.
If that's the case (and if you use Flexmojos 4.x), please have a look at the quick compile mode

Quick compile mode. When true, Flexmojos will check if the latest artifact available at maven repository for this project is newer then sources. If so, wont recompile.

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