有一个flex项目,如何使用mxmlc编译它(不使用flashBuilder gui)?

发布于 2024-10-27 16:11:32 字数 595 浏览 0 评论 0原文

所以我有一个普通的 Flex 项目 文件夹,其中包含 .actionScriptProperties .flexProperties .project 文件以及 srclibs, html-template 目录。我的所有库都在 libs 文件夹中,我的项目通常与主题无关(我使用服装)。一般来说,它是简单的实时 TCP 流视频播放器 - 只有默认的 mx 组件。我想要某种 bat/sh 脚本文件,用于在实现模式下从命令终端/cmd 将我的项目编译到特定目录中。这样的事该怎么办呢?

有类似的东西吗

mxmlc compileDefaultApplication fromProject=pathToProject toRealiseDir=pathToRealiseDir

So I hava a usual flex project folder with .actionScriptProperties .flexProperties .project files in it and src, libs, html-template dirs. All my libs are in libs folder and my project is generally theme independent (I use costume theam). Jenerally it is simple live TCP stream video player - only default mx components. I want to have some kind of bat/sh script file for compiling my project from command terminal/cmd in realise mode into specific directory. How to do such thing?

Is there anything like

mxmlc compileDefaultApplication fromProject=pathToProject toRealiseDir=pathToRealiseDir

?

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

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

发布评论

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

评论(1

开始看清了 2024-11-03 16:11:32

http://livedocs.adobe.com/flex/3 /html/help.html?content=compilers_13.html

http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_09.html#138195

mxmlc MyApp.mxml load-config my-app-config.xml output /pathToRelease

为了获取 Flex/Flash 构建器中的配置,您可以转到到项目属性并将其添加到编译器参数中:

 -dump-config C:\Users\shusain\Desktop\slotConfig.xml

有适当的路径

http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_13.html

http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_09.html#138195

mxmlc MyApp.mxml load-config my-app-config.xml output /pathToRelease

In order to get the config in Flex/Flash builder you can go to the project properties and add this to the compiler arguments:

 -dump-config C:\Users\shusain\Desktop\slotConfig.xml

with an appropriate path

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