Timeout waiting for flexunit report means that the Maven/Java socket listening to the FlexUnit results, never received anything from the Flex side. Usually it's because an error or uncaught exception was thrown from the FlexUnit test runner (or it never got launched). If the Flash Player came up, then the test threw an error. If the Flash Player didn't come up, then there's a problem launching the tests.
Try running maven with the -X parameter, that will show the debug output from the launcher and the flash player (unless you have flashlog.txt enabled, in which case look in there for errors) Logan On Mon, Dec 29, 2008 at 5:07 AM, Marvin Froeder <[email protected]> wrote: > It does launch debugger flash player? If not, can you change to use debug > player? Get any error on player side? --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
