有一个flex项目,如何使用mxmlc编译它(不使用flashBuilder gui)?
所以我有一个普通的 Flex 项目 文件夹,其中包含 .actionScriptProperties
.flexProperties
.project
文件以及 src
、libs
, 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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
为了获取 Flex/Flash 构建器中的配置,您可以转到到项目属性并将其添加到编译器参数中:
有适当的路径
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
In order to get the config in Flex/Flash builder you can go to the project properties and add this to the compiler arguments:
with an appropriate path