Hi again guys. Sorry for spamming this list =)
I'm trying to set up a unit test build configuration for a project that is pure actionscript.
When I open the "edit configurations" and create a new flexunit configuration it asks me which configuration I want to use (and I point it to my actionscript-only project).
But since the test runner is mxml, and I don't have flex components I get the error "Could not resolve <mx:Application> to a component implementation".
Do you have a clever trick for this, or do I need to duplicate my project build configuration as a flex application and use this as my base for testing?
regards
/Tommy
Oh, it seems I'm mixing up the terms Build Config and Module.... sorry for that, I hope you get what I mean anyway.
I'm pretty new to Astella =)
/Tommy
Don't hesitate to ask, feedback is very important for us!
Indeed, mxml test runner is our problem, we need to fix it. Tracked as http://youtrack.jetbrains.net/issue/IDEA-80703. For now, yes, you can clone your build configuration to the non-pure AS (select build configuration and use Copy button in Project Structure dialog).
Ah, its up and running now. Thanks for the tip of cloning the build configuration, that made it at least a little bit simpler =)
Keep up the good work, Astella looks really promising, and I actually started using it as my primary IDE as of your last build!
/Tommy