If I run from my local dev environment mvn test works fine -- launches FP, and tests run and complete just fine.
We also have a Hudson CI box running on Windows, and when the tests run there the plugin gets stuck in some kind of loop; I enabled -X -e and it just keeps printing an endless loop of this: [DEBUG] [CONTROL] query status [DEBUG] [CONTROL] received status [DEBUG] [SYSERR]: Data handler received data: Server Status [DEBUG] [CONTROL] status is: OK [DEBUG] [SYSERR]: [DEBUG] [SYSERR]: [DEBUG] [SYSERR]: [DEBUG] [SYSERR]: Property canClose is false [DEBUG] [SYSERR]: [DEBUG] [SYSERR]: Replying OK [DEBUG] [SYSERR]: [DEBUG] [MOJO] launcher RUNNING [DEBUG] [MOJO] pinger RUNNING [DEBUG] [MOJO] resultHandler STARTED [DEBUG] [MOJO] launcher RUNNING [DEBUG] [MOJO] pinger RUNNING [DEBUG] [MOJO] resultHandler STARTED [DEBUG] [CONTROL] query status Ok, so if I go farther up the stacktrace, I see many test cases are started and finished, and then it appears that there's an uncaught error in the FP, that I guess leads flex-mojos to believe that the test it started is never finished, thus leading to this infinite wait loop. [DEBUG] [SYSERR]: Error: Error #2063: Error attempting to execute IME command. [DEBUG] [SYSERR]: [DEBUG] [SYSERR]: at flash.system::IME$/set enabled() [DEBUG] [SYSERR]: [DEBUG] [SYSERR]: at mx.managers::FocusManager/focusInHandler()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\FocusManager.as:642] [DEBUG] [SYSERR]: [DEBUG] [SYSERR]: at flash.display::Stage/set focus() [DEBUG] [SYSERR]: [DEBUG] [SYSERR]: at mx.core::UITextField/setFocus()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UITextField.as:1958] [DEBUG] [SYSERR]: [DEBUG] [SYSERR]: at mx.controls::TextInput/setFocus()[E:\dev\4.x\frameworks\projects\framework\src\mx\controls\TextInput.as:1926] [DEBUG] [SYSERR]: [DEBUG] [SYSERR]: at mx.managers::FocusManager/setFocus()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\FocusManager.as:597] [DEBUG] [SYSERR]: [DEBUG] [SYSERR]: at views::CreateProvisionerDialog/___CreateProvisionerDialog_Form1_creationComplete()[D:\build\projects\checkout\nitro\provisioner\axeda-prov-ui\src\main\flex\views\CreateProvisionerDialog.mxml:124] [DEBUG] [SYSERR]: [DEBUG] [SYSERR]: at flash.events::EventDispatcher/dispatchEventFunction() [DEBUG] [SYSERR]: [DEBUG] [SYSERR]: at flash.events::EventDispatcher/dispatchEvent() [DEBUG] [SYSERR]: [DEBUG] [SYSERR]: at mx.core::UIComponent/dispatchEvent()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:12528] [DEBUG] [SYSERR]: [DEBUG] [SYSERR]: at mx.core::UIComponent/set initialized()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:1627] [DEBUG] [SYSERR]: [DEBUG] [SYSERR]: at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:759] [DEBUG] [SYSERR]: [DEBUG] [SYSERR]: at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:1072] I'm not sure if this is an issue with FlexUnit4, FlashPlayer, my test case, or flex-mojos, but I thought I'd throw it out there and see if VELO had any ideas. Regards, Davis -- 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 http://flexmojos.sonatype.org/
