- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试从我编写的源代码编译 SWC,但由于某种原因,我收到此错误:
[compc] Error: 'flash.events:StageOrientationEvent' is undefined.
[compc]
[compc] Error: 'flash.data:EncryptedLocalStore' is undefined.
[compc]
[compc] Error: 'flash.desktop:NativeDragActions' is undefined.
[compc]
[compc] Error: 'flash.desktop:NativeDragOptions' is undefined.
[compc]
[compc] Error: 'flash.events:NativeDragEvent' is undefined.
<compc debug="true" target-player="10.2" optimize="true" strict="true" as3="true" compute-digest="false" output="${outputFull}">
<include-sources dir="./" includes="**/*.as" />
<compiler.library-path dir="${FLEX_HOME}/frameworks/libs" append="true">
<include name="*"/>
</compiler.library-path>
</compc>
最佳答案
好的,经过一些 google-fu,我发现了 compc 不适用于空气组件库! .
得到这个,你需要使用acompc!是的!看看这个:http://livedocs.adobe.com/flex/3/html/help.html?content=CommandLineTools_3.html
我也从来没有听说过,谷歌 acompc 并没有真正给你太多。
我找不到任何关于 ANT 任务的文档,但我找到了这篇博客文章,它描述了如何使用“exec-task”来完成它,build.xml 在这篇博客文章的评论中:http://andkrup.wordpress.com/2010/06/08/flex-3-5-air-swc-ant-tasks/
更新
我正在重新阅读那篇博文,并在底部注意到此代码发布在最后一条评论中:
<compc output="${dir.build}/${ant.project.name}.swc" target-player="10.0.0">
<load-config filename="${FLEX_HOME}/frameworks/air-config.xml" />
</compc>
关于apache-flex - Ant 任务 compc for air 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6140271/
我正在从 转换现有的构建脚本至 生成一个swc。 但是,构建失败,给出错误: [compc] C:\xxxx\LogViewer.mxml(32): Error: Access of undefi
我正在尝试从我编写的源代码编译 SWC,但由于某种原因,我收到此错误: [compc] Error: 'flash.events:StageOrientationEvent' is undefined
我有一个复杂的 Flash Builder 工作区,其中包含 18 个 Flex 库项目和 1 个 AS3 应用程序项目,它们之间存在许多依赖关系。 我已经为自动构建创建了一个 ANT build.x
有谁知道 Flash 使用什么标准来发现组件的实时预览类? 背景 我们正在尝试自动创建包含要从 Flash 使用的组件的 SWC。我们可以通过修改 manifest.xml 和连接组件定义使其对 fl
我有一个自己构建的代码库。它依赖于 2 个其他(第三方)库。目前,当我将库编译成 swc 时,两个第三方库都包含在内。我正在寻找一种方法来针对第三方库编译我的代码库,但不将它们包含在已编译的 swc
我是一名优秀的程序员,十分优秀!