I understand that mustella/local.properties "shell" property is used when running mustella tests, not when building the mustella.swc. Is that correct?
Maurice -----Message d'origine----- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : dimanche 8 décembre 2013 21:11 À : dev@flex.apache.org Objet : Re: Mustella sh.exe I think there is an option for local.properties in the mustella folder already so I think that might be the best place for it. -Alex On 12/8/13 9:35 AM, "Mark Kessler" <kesslerconsult...@gmail.com> wrote: >I'll play around with it a little later on. But just to clarify are >you tlaking about the local.properties at the sdkroot or in the >Mustella folder? > >-Mark > > >On Sun, Dec 8, 2013 at 11:38 AM, Alex Harui <aha...@adobe.com> wrote: > >> It might be safer to use a variable that defaults to /cygwin/bin that >>you can override in local.properties. >> >> <property name="shelldir" value="/cygwin/bin/" /> >> <property name="cygwinshell" value="${shelldir}sh.exe" /> >> >> -Alex >> >> >> On 12/8/13 8:26 AM, "Mark Kessler" <kesslerconsult...@gmail.com> wrote: >> >> >Would anyone have any problems if I changed the line in the >> >flex-sdk/mustella/build.xml.. >> > >> >from: >> > <property name="cygwinshell" value="/cygwin/bin/sh.exe" /> >> > >> >to: >> > <property name="cygwinshell" value="sh.exe" /> >> > >> > >> >I don't use cygwin so I have remove that path to get my mustella to >> >run everytime I work on something with a fresh copy of the sdk. >> > >> > >> >-Mark >> >>