On Tue, Dec 16, 2008 at 4:35 AM, Bob <[email protected]> wrote: > Looking at the source for FlexUnitLauncher.java, it has changed the > way it is launching the process between M9 and M10, now using the > plexus cli utils, which I'm not familiar with, instead of plain > Runtime.exec(): > This is on Windows XP by the way. Let me know if I can test further,
I am somewhat stumped. Our WinXP boxes here are working just fine on M10 running tests. Switching to Plexus cli utils still calls Runtime.exec() under the covers, it just wraps it in some better handling. If you run what comes after commandline: manually does it work? This only fails when run in continuum, correct? You can try and override the command in your pom (<flexUnitCommand>) so it will run the Flash Player directly instead of using rundll32. Other than that, is there any other reason continuum would have an unusual command line setup (I'm not familiar with the specifics of continuum as we use hudson)? 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/ -~----------~----~----~----~------~----~------~--~---
