On Thursday, November 22, 2012, Alex Harui wrote: > > > > On 11/22/12 1:21 AM, "Frédéric THOMAS" <webdoubl...@hotmail.com<javascript:;>> > wrote: > > > that's the MarshallPlan tests > Yup, and a significant portion of tests with SWFLoader in it. > > It turns out that runner.java already launches a mini http server for > getting results. I thought about using it to serve these other requests as > well. Then you wouldn't need to run that from the AIR app. The thing to > watch out for is what to do if there is already an http server on that > port. > Macs have default http servers. > > -- > Alex Harui > Flex SDK Team > Adobe Systems, Inc. > http://blogs.adobe.com/aharui
Can u try/catch the server start up and increment the port number until you find a free one? Sorry I'm not yet intimately familiar with Mustella, but I guess the next question would be if the tests would then have access to the dynamic port value for the server that gets created. -omar