On Nov 27, 8:44 am, pvremort <[EMAIL PROTECTED]> wrote:
> I am on a Mac, Flash player 10 debug version. The result of the
> system call is that Flash player opens, doens't show any application/
> window (I expected the TestRunner maybe?) and everything comes to a
> stop. What should happen at this point ? Is it a call to a headless
> Flash player catching the results of the testrunner ? I notice that
> the parameters to flexunit are null ("[INFO] flexunit setup args:
> null" - see below), maybe that is the problem ?
No, that's a debug message I accidentally left in so it's not
formatted well. It's just saying there you didn't override the default
command for launching your tests.
> [INFO] flexunit setup args: null
> runtests: [open, -g]
> exec: [open, -g, /Users/xxxxxxx/production/workspaces/flex/
> flexlib_base_dm/target/test-classes/TestRunner.swf]
This is the command that is getting run. The TestRunner.swf should
launch in the same app as if it were double-clicked (on my Mac, that's
the standalone Flash Player). If you double-click /Users/xxxxxxx/
production/workspaces/flex/flexlib_base_dm/target/test-classes/
TestRunner.swf, does it launch and run correctly? Do you have another
application set up to handle the launching of .swfs (Flash
Professional maybe)? Do one of your tests require some setup that
isn't happening correctly? If you have flash debug enabled on your
machine with the mm.cfg, you can look at the output and see if there
is some error happening.
http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/
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/
-~----------~----~----~----~------~----~------~--~---