Hey, I'm writing an AIR app and having trouble with executing tests using Maven + flex-mojos. Apparently TestRunner.swf created by test-compile goal is invoked with Flash Player, which does not have access to AIR specific classes. In my case it is NativeWindow and my tests fail.
Is there a configuration option for the FlashPlayer to be able to see AIR classes? Or is there a configuration option for the flex-mojo-compiler:test- compile to build the TestRunner as an AIR application and execute it with adl.exe? Couple of threads below in this: In this thread: http://groups.google.com/group/flex-mojos/browse_thread/thread/6b0cd5e091cbeadb Marvin wrote: "Your SWF must be opened by Flash Player. Our you change SWF file association or use a command launcher. " which sounds like something I want to customize, but don't know where to start... Thanks, Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
