1

运行 flexunit4 单元测试时出现问题

Flexmojos 4.2-beta
     Apache License - Version 2.0 (NO WARRANTY) - See COPYRIGHT file
Running tests /Users/mordesku/NetBeansProjects/way2learn/builder/target/test-classes/TestRunner.swf
[LAUNCHER] Using regular flashplayer tests
------------------------------------------------------------------------
Tests run: 0, Failures: 0, Errors: 0, Time Elapsed: 0 sec
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 1:10.516s
Finished at: Fri Dec 07 09:53:52 CET 2012
Final Memory: 11M/213M
------------------------------------------------------------------------
Failed to execute goal org.sonatype.flexmojos:flexmojos-maven-plugin:4.2-beta:test-run (default-test-run) on project builder: Unexpected return code 9 - /Users/mordesku/NetBeansProjects/way2learn/builder/target/test-classes/TestRunner.swf -> [Help 1]

To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

当我从命令行(从目标目录)运行 adl 时,得到以下输出:

jablecznik:test-classes mordesku$ adl TestRunner.xml 
error while loading initial content
jablecznik:test-classes mordesku$ 

TestRunner.xml 的根节点如下所示:

<application xmlns="http://ns.adobe.com/air/application/2.6">

当我将其更改为

<application xmlns="http://ns.adobe.com/air/application/3.5">

从命令行测试正常运行。

有没有人和我一样的问题?如何配置 flexmojos 以输出不同版本的 airapplication 版本的 TestRunner.xml?

4

0 回答 0