Hi all, I've seen the problems elsewhere regarding FlexUnit timeouts, but I believe my situation is different. I'm getting the "[INFO] timeout waiting for flexunit report" message when running an automated build on a Windows PC running Continuum 1.2.2 when I use flex-mojos 2.0-M10, but only when I run it from Continuum. If I drop to the command line and run "mvn install" on the same working directory, the tests run fine.
Using version 2.0M9 of flex-mojos, it worked from Continuum, and if I roll back from 2.0M10 to 2.0M9, it works again. I do know that Continuum spawns command processes, - could there be any issue with 2.0M10 that alters the way commands are spawned from existing spawned commands? I'm clutching at straws a little, but comparing the output of a working execution and a failing one, it seems that the TestRunner is not even fired?: WORKING (2.0M9): <code> INFO] Loading configuration file E:\JavaBuilds\Continuum\working- directory\6\XXXXX\target\classes\config.xml [INFO] Already trust on E:\JavaBuilds\Continuum\working-directory \6\XXXXX\target\test-classes\TestRunner.swf [INFO] [flex-compiler-mojo:test-run] [INFO] Flex-mojos 2.0M9 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file [INFO] flexunit setup args: null runtests: [rundll32, url.dll,FileProtocolHandler] exec: [rundll32, url.dll,FileProtocolHandler, E:\JavaBuilds\Continuum \working-directory\6\XXXXX\target\test-classes\TestRunner.swf] </code> FAILING (2.0M10): <code> [INFO] Loading configuration file E:\JavaBuilds\Continuum\working- directory\6\XXXXX\fabricadopted\target\classes\config.xml [INFO] Already trust on E:\JavaBuilds\Continuum\working-directory \6\XXXXX\target\test-classes\TestRunner.swf [INFO] [flex-compiler-mojo:test-run] [INFO] Flex-mojos 2.0M10 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file [INFO] flexunit setup args: null [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] timeout waiting for flexunit report Embedded error: Accept timed out </code> (The XXXXXX s in the path are modified by me - I'm just obscuring my customer's name) Any thoughts welcome, Best regards, Bob --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
