ADL stays open after running FlexUnit tests
Hello,
Whenever I run my FlexUnit tests, the adl (AIR Debug Launcher) process stays open and I need to kill it via Activity Monitor. I haven't found any related discussion/bug, so I'm guessing it's something I've misconfigured.
Specs:
* Flex 4.6
* FlexUnit 4.1.0.8
* IntelliJ IDEA 12.1.4 (build 129-713)
* OS X (10.8.5)
Any workaround for terminating the ADL after running my tests is greatly appreciated!
Thanks,
-JC.Franco
请先登录再写评论。
Can't reproduce.
The last line I see in the Run tool window is "Process finished with exit code 0" and Activity monitor shows that adl process dies.
Is it possible to attach a sample project?
Found out what the problem was when I was preparing a sample project. Turns out I had unnecessary FlexUnit dependencies (core.swc, flexunitextended.swc, FlexUnitTestRunner_rb.swc) that were somehow preventing the adl process from closing.
Thanks for the help!