On Fri, Nov 28, 2008 at 2:02 PM, Evan Worley <[EMAIL PROTECTED]> wrote: > Is there anyway to run the flexunit tests in a non-interactive mode? I'm > running our build on a Hudson instance, and I'd prefer not to pop windows > up.
I tried to find a way to have Flash Player not display a gui or to pop up it's windows in the background. I was not able to find a solution, but I only researched it for a couple of hours. It's not implemented, but there is an AIR FlexUnit runner you could use. While AIR will not run on a headless server, it doesn't actually require that a visible window be shown on the screen (though the AIR app still has to launch). You could try modifying the existing AIR-based FlexUnit Testrunners so that they don't show a visible window. This will require that AIR be installed on your server, or that you use adl.exe and the AIR SDK runtime. Logan --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
