On Fri, Oct 4, 2013 at 4:47 PM, Maurice Amsellem < maurice.amsel...@systar.com> wrote:
> Hi , > > I have read the instructions on Mustella/Webserver to set up localhost to > point mustella/test > https://cwiki.apache.org/confluence/display/FLEX/Mustella+Overview > > It says how to configure Apache on Windows. > > However, on Windows , port 80 is assigned by default to IIS, no Apache > (if ever installed). > Changing IIS to point to another port, and making Apache point to 80 is > not trivial, because it could break some applications. > > So I thought I could just reconfigure IIS root to point to mustella/test, > and allow directory browsing. > This is done in the IIS management console. > > Do you think it's worth describing the procedure on the WIKI? > > Maurice > > I thought about going with IIS on windows. The only problem is that it does not come with all flavors of windows. So devs who cannot afford to get IIS may want to use the free and open source httpd server. But, it would definitely be great if we have instructions for IIS as well. This way windows devs have a couple of options. P.S. There is a project under mustella/utilities called OneClickMustella where I use an AIR app based server instead of IIS or httpd. In this app, you can configure your port easily. Thanks, Om > > -----Message d'origine----- > De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : samedi 5 > octobre 2013 01:00 À : dev@flex.apache.org Objet : Re: Running Mustella > tests > > Hi, > > > What's wrong? > > Check local.properties have these settings: > use_apollo=true > run_mobile_tests=true > target_os_name=android > > > BTW, should I run the whole mustella tests ? it seems that it's going to > take days to complete... > Up to you but I see no need here. > > > Otherwise, which partial mustella tests should I run, given that > MobileGrid didn't modify any of the SDK classes, except a new method added > by Justin to MultiDPIBitmapSource. > I've already run the tests for that and they pass. > > Thanks, > Justin >