我正在尝试让 flex mojos maven 编译器运行我的项目。
任何对以下信息有反馈的人表示赞赏。
我将这个配置用于 maven 编译器插件,由于某种原因,每次我在我的 SWF 项目上运行全新安装时,我仍然在应用程序的编译步骤中看到以下内容。
info.rvin.mojo flex-compiler-mojo true true
-compiler.accessible=false -compiler.actionscript-file-encoding UTF-8 -compiler.allow-source-path-overlap=false -compiler.as3=true -compiler.debug=false
这意味着我无法通过 Flex Builder 的调试工具连接到我的应用程序。关于如何在 pom.xml 中正确配置插件的任何想法?
谢谢!