FlexUnit: running tests for pure AS configuration
Hi,
How do you setup the project to run the tests when you have only a pure actionscript library ?
I added flexunit-4.1.0-8-as3_4.1.0.16076 as dependency of my module, created a test but when it's time to run it:
[RxAS - flexunit]: unable to open 'C:/Users/DoubleFx/.IntelliJIdea12/system/compile-server/_temp_/IntelliJ_IDEA/flexunit-3226403B/____FlexUnitLauncher.as'
I've seen there's a bug with the scope='method' http://youtrack.jetbrains.com/issue/IDEA-88208 but I haven't got the same error and I use scope='class'.
请先登录再写评论。
What IntelliJ IDEA version?
As a workaround try with External Build disabled as Settings | Compiler.
Thanks, that was that
v 12.1.4
Disabling external build is only a workaround. It should work in the same way in external build mode. And it works for me and probably for other users as people didn't report such issue yet.