[Builds/Jenkins] Help and advise needed

2013-12-08 Thread Erik de Bruin
Hi, I'm having some difficulty getting the 'regular' builds on 'build@a.o' working. For those not subscribed to the builds list, the situation is as follows: - there are supposedly 9 admins for the windows1 slave, but only one is sporadically active. I've requested access to the machine, but got

Re: Mustella sh.exe

2013-12-08 Thread Alex Harui
I believe that's correct. On 12/8/13 12:18 PM, "Maurice Amsellem" wrote: >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

Re: git commit: [flex-sdk] [refs/heads/develop] - FLEX-33984: Moved the placement logic from the hostComponent to the skin. Removed some code no longer needed.

2013-12-08 Thread Alex Harui
FWIW, at one point in time, Spark skins were supposed to have as few styles as possible since tools like Catalyst were supposed to make easier to "just draw" a different skin and not have to implement as much code in the skin. Custom skins were supposed to simply place the icon wherever it should

RE: iOS7 status bar

2013-12-08 Thread Maurice Amsellem
Update: according to kevin godell (see JIRA), the bug was fixed in AIR 4.0 beta. Good news. I am going to download AIR 4.0 and check by myself. -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : dimanche 8 décembre 2013 23:53 À : dev@flex.apache.o

iOS7 status bar

2013-12-08 Thread Maurice Amsellem
Hi team, I am working again on FLEX-33860 (support of iOS7 status bar). Users has reported an issue when programmatically setting the stage to full screen (stage.displayState = fullScreen), the status bar gap was not removed And when setting back the stage to normal, the status bar gap was added

RE: Mustella sh.exe

2013-12-08 Thread Maurice Amsellem
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

Re: Mustella sh.exe

2013-12-08 Thread Alex Harui
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" wrote: >I'll play around with it a little later on. But just to clarify are you >tlaking about the local.properties at the sdk

Re: Mustella sh.exe

2013-12-08 Thread Mark Kessler
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 wrote: > It might be safer to use a variable that defaults to /cygwin/bin that you > can overr

Re: Mustella sh.exe

2013-12-08 Thread Alex Harui
It might be safer to use a variable that defaults to /cygwin/bin that you can override in local.properties. -Alex On 12/8/13 8:26 AM, "Mark Kessler" wrote: >Would anyone have any problems if I changed the line in the >flex-sdk/mustella/build.xml.. > >from: > > >to: > > > >I

Mustella sh.exe

2013-12-08 Thread Mark Kessler
Would anyone have any problems if I changed the line in the flex-sdk/mustella/build.xml.. from: to: 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