0

FlexUnitTasks-4.0.0.jar を使って ant でレポートを生成し、コンパイル ターゲットを渡し、testRunner の swf ファイルを作成しましたが、問題があり、ログは次のとおりです。

 [flexunit] Receiving data ...
 [flexunit] Sending acknowledgement to player to start sending test data ...
 [flexunit] 
 [flexunit] Stopping server ...
 [flexunit] End of test data reached, sending acknowledgement to player ...
 [flexunit] Closing client connection ...
 [flexunit] Closing server on port [1024] ...
java.concurrent.Exception:command [<testcase classname="" ...>] not understood
4

1 に答える 1

0

Ant タスクのバージョンが flexunit のバージョンに対応していることを確認してください (ei use anttask-4.0 with FU-4.0)。サイトhttp://www.flexunit.org/?page_id=14からすべてをダウンロードすることをお勧めします。

于 2011-03-01T18:54:33.157 に答える