Working on Mustella VM

2013-06-20 Thread Erik de Bruin
Hi, I'm working on the flex-mustella job on the VM, please don't log in. EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Negative scroll position

2013-06-20 Thread Andrey Pisarev
Hi, Flex components does not support negative scroll position well. Content inside a viewport with negative coordinates is truncated. I want Scroller to support negative coordinates. For now I figure out one way: override measure() in BaseLayout to calculate width and height with negative values

Build failed in Jenkins: flex-sdk #107

2013-06-20 Thread Apache Jenkins Server
See https://builds.apache.org/job/flex-sdk/107/changes Changes: [erik] Working on getting the AIR and mobile tests to run on the VM. -- Started by an SCM change Building remotely on windows1 in workspace https://builds.apache.org/job/flex-sdk/ws/

Re: Lining up the ducks for a 4.10 release

2013-06-20 Thread Justin Mclean
Hi, publish a history release note or any document where we can found the new features or alike While not quite up to date the current RELEASE_NOTES should give you a good indication of what's changed/been fixed https://github.com/apache/flex-sdk/blob/develop/RELEASE_NOTES Justin

Re: Apache Flex 4.10.0 release?

2013-06-20 Thread Erik de Bruin
Air 3.8/FP 11.8 should be released soon so we should start thinking about testing on that. I know testing various FP versions is a matter of changing out one .exe path for another in FLASHPLAYER_DEBUGGER... right? How does one go about testing various Air versions? Download multiple AIR SDKs

Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Erik de Bruin
Hi, I just ran -apollo successfully on the VM. The initial run reports 1055 passing and 68 failing tests. The -failures run reports 0 passing and 0 failures, so something is wrong there... Now moving on to the -mobile tests... EdB On Wed, Jun 19, 2013 at 10:01 PM, Alex Harui aha...@adobe.com

Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Justin Mclean
Hi, I just ran -apollo successfully on the VM. The initial run reports 1055 passing and 68 failing tests. What version of AIR out of interest? Justin

Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Erik de Bruin
3.7, I think... how can I be sure? I looked at the 'airsdk.xml' in AIR_HOME and that has airSdk xmlns=http://ns.adobe.com/air/sdk/3.7; EdB On Thu, Jun 20, 2013 at 11:52 AM, Justin Mclean jus...@classsoftware.com wrote: Hi, I just ran -apollo successfully on the VM. The initial run reports

Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Erik de Bruin
1055 passing and 68 failing tests. The -failures run reports 0 passing and 0 failures, so something is wrong there... Ah, it looks like what's wrong was me... I didn't put in '-apollo' on the failures run. The full command for failures on the AIR tests is now: sh ./mini_run.sh -apollo -failures

Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Erik de Bruin
Ok, the -mobile target also runs now. I see 3932 passing and 18 failing tests. Now I'll re-run the -apollo target to see if the changes to the -failures command have a positive effect... EdB On Thu, Jun 20, 2013 at 12:26 PM, Erik de Bruin e...@ixsoftware.nl wrote: 1055 passing and 68 failing

Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Justin Mclean
Hi, 3.7, I think... how can I be sure? I looked at the 'airsdk.xml' in AIR_HOME and that has airSdk xmlns=http://ns.adobe.com/air/sdk/3.7; Sound right. Probably need to run the normal SDK tests with FP 11.7 as well. Perhaps it would be good to alternate what version of FP the tests are using

Ide scripts working on windows

2013-06-20 Thread Justin Mclean
Hi, Anyone on windows want to have a try at converting the OSX .sh script to .bat scripts? Would be a nice to have for the release. The scripts are: addAIRtoSDK.sh - Add AIR SDK to Flex SDK checkAllPlayerGlobals.sh - download and check (via MD5 hashes) all version of playerglobal.swc

What should happen to Cairngorm 3?

2013-06-20 Thread Sebastian Mohr
Hi there, I am, personally speaking, a fan of the Cairngorm Task Library [1] with their Parallel and Sequencial Tasks, and, the Validation Library [2] with their ValidationGroup class. *Shouldn't this be something useful to * *merge it into Apache Flex?* More Cairngorm 3 Libraries can be found

Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Erik de Bruin
If 11.7 is the new long term support version, why not move to that as the default FP version for Apache Flex? Why stick with 11.1? Also, I think we can squeeze 2 full runs of all three targets in a day. I can set up two sets of tests (e.g. 11.7 and the latests and greatest - currently the 11.8

Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Justin Mclean
Hi, If 11.7 is the new long term support version, why not move to that as the default FP version for Apache Flex? Why stick with 11.1? We don't want to force people to use the very latest, many enterprises have locked down systems and may not be able to move to FP 11.7. And how about the AIR

Re: Swiz Donation: Next Steps (was Re: [VOTE][RESULTS] Oprtional MVC/IOC Frameworks Donation: Swiz Framework Donation)

2013-06-20 Thread Justin Mclean
Hi, Any news on this? Thanks, Justin

Re: What should happen to Cairngorm 3?

2013-06-20 Thread Justin Mclean
Hi, I don't see much point with it being merged with the SDK, and if donated I don;t see why it couldn't live along side the SDK just like Swiz whcih is currently being donated. The license is compatible (MIT) but we would still need a ICLA or software grant from the owners and any

Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Erik de Bruin
Ok, having to pick two, would you rather run against 11.1 and 11.7 (both 'long term support') or against 11.1 and the latest and greatest released version (currently 11.7, but soon 11.8)? For AIR we'll always run against the most recent release (non-beta). EdB On Thu, Jun 20, 2013 at 1:42 PM,

Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Justin Mclean
Hi, Ok, having to pick two, would you rather run against 11.1 and 11.7 (both 'long term support') or against 11.1 and the latest and greatest released version (currently 11.7, but soon 11.8)? +1 for 11.1 and 11.7 from me but other people may think differently. Justin

Re: Swiz Donation: Next Steps (was Re: [VOTE][RESULTS] Oprtional MVC/IOC Frameworks Donation: Swiz Framework Donation)

2013-06-20 Thread Carlos Rovira
Hi Justin, I send Chris some emails to ask him for action, but no response yet. I just post in the swiz group mailing list some minutes ago since I don't know what's happening. Maybe Chris is very busy? or maybe some email communication problem? Really I don't know... I'll continue pinging

Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Erik de Bruin
Interesting... Ran -apollo, this time got 1059 passing and 68 failing. Note the 4 'extra' passing results, while there are still 68 failing tests... Where did those come from? The -apollo -failures no works, but reports 0 passing and 52 failing... What happened to the remaining 16 failures? I'm

iss...@flex.apache.org list now active

2013-06-20 Thread Erik de Bruin
All, The iss...@flex.apache.org list has been created and is now active. All JIRA emails are sent to that list instead of dev@. All committers should subscribe to the new list! Please send an email to: issues-subscr...@flex.apache.org to start the process. All direct replies to emails from

Github reverted back to master

2013-06-20 Thread Justin Mclean
Hi, Looks like: https://github.com/apache/flex-sdk Has reverted back to using the master branch can we get it changed to use develop as the default again? Thanks, Justin

Re: What should happen to Cairngorm 3?

2013-06-20 Thread Frédéric THOMAS
It was someone from Adobe, Alex Uhlmann, it seems even I've seen one email of him on this list once. -Fred -Message d'origine- From: Justin Mclean Sent: Thursday, June 20, 2013 1:50 PM To: dev@flex.apache.org Subject: Re: What should happen to Cairngorm 3? Hi, I don't see much

Re: iss...@flex.apache.org list now active

2013-06-20 Thread Frédéric THOMAS
I had a Delivery Status Notification (Failure) after sending the confirmation, trying to go by issues-requ...@flex.apache.org was the same, what to do now ? -Fred -Message d'origine- From: Erik de Bruin Sent: Thursday, June 20, 2013 2:10 PM To: dev@flex.apache.org Subject:

JIRA looks like Fish Eye is broken?

2013-06-20 Thread Justin Mclean
Hi, I'm not see commits with JIRA issue number showing up in JIRA - just me or is it broken? Justin

Re: JIRA looks like Fish Eye is broken?

2013-06-20 Thread Frédéric THOMAS
Not sure what you mean, I clicked the source tabs from the last Jira issue and I was able to jump to the code. -Fred -Message d'origine- From: Justin Mclean Sent: Thursday, June 20, 2013 2:30 PM To: dev@flex.apache.org Subject: JIRA looks like Fish Eye is broken? Hi, I'm not see

Re: JIRA looks like Fish Eye is broken?

2013-06-20 Thread Erik de Bruin
Same for me, I'm seeing the link to the code in JIRA: clicking on it takes me to Fisheye, as usual... EdB On Thu, Jun 20, 2013 at 2:37 PM, Frédéric THOMAS webdoubl...@hotmail.com wrote: Not sure what you mean, I clicked the source tabs from the last Jira issue and I was able to jump to the

Re: JIRA looks like Fish Eye is broken?

2013-06-20 Thread Justin Mclean
HI, Seems to be working now but it has lost a few checkins. eg https://issues.apache.org/jira/browse/FLEX-24257 Justin

Re: JIRA looks like Fish Eye is broken?

2013-06-20 Thread Erik de Bruin
I'm seeing two checkins on that issue, which is in line with git history (as far back as I can see): jun 18th and just now. EdB On Thu, Jun 20, 2013 at 2:53 PM, Justin Mclean jus...@classsoftware.com wrote: HI, Seems to be working now but it has lost a few checkins. eg

Re: JIRA looks like Fish Eye is broken?

2013-06-20 Thread Frédéric THOMAS
From the commit list, searching for this issue, I can see 2 commits I can see in FishEye too, are there some others ? [1] FLEX-24257 Added text field padding so text scrolling doesn't occur. [2] FLEX-24257 Fixed measured width of date field as it may vary month by month based on format.

Re: JIRA looks like Fish Eye is broken?

2013-06-20 Thread Justin Mclean
Hi, Seems fine now, none were showing yesterday and only one way showing a few hours ago - very odd. Justin

[jira] [Updated] (FLEX-25372) Error with MenuBar

2013-06-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-25372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-25372: - Labels: easytest (was: ) Error with MenuBar -- Key:

Need attachments for https://issues.apache.org/jira/browse/FLEX-19434

2013-06-20 Thread Justin Mclean
Hi, Any chance of getting the attachements for this JIRA? Thanks, Justin

[jira] [Updated] (FLEX-19434) When MenuBar is updated with keyboard event instead of mouse event, it causes RTE.

2013-06-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-19434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-19434: - Labels: easytest (was: ) When MenuBar is updated with keyboard event instead of mouse

[jira] [Updated] (FLEX-24088) SystemManager RangeError via SystemChildrenList

2013-06-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-24088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-24088: - Labels: easyfix easytest (was: ) SystemManager RangeError via SystemChildrenList

[jira] [Updated] (FLEX-14064) Menu Bar crash

2013-06-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-14064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-14064: - Labels: easytest (was: ) Menu Bar crash -- Key: FLEX-14064

Re: Miss reading JIRA notifiications? Subscribe to iss...@flex.apache.org

2013-06-20 Thread Erik de Bruin
Repost! ;-) EdB On Thu, Jun 20, 2013 at 3:49 PM, Alex Harui aha...@adobe.com wrote: Send an email to issues-subscr...@flex.apache.org -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Re: Swiz Donation: Next Steps (was Re: [VOTE][RESULTS] Oprtional MVC/IOC Frameworks Donation: Swiz Framework Donation)

2013-06-20 Thread Sebastian Mohr
Btw ... SourceMate 3.0 has Swiz Support [1] [2]. This should be pretty helpful for Flex Newbies ;) [1] http://www.elementriver.com/blog/swiz-support-sourcemate-30 [2] http://www.elementriver.com/sourcemate3/features/bean-autocomplete-content-assist -- Sebastian (PPMC) Interaction Designer

[jira] [Updated] (FLEX-32728) After selectedIndices was updated, it can not be selected with ShiftKey

2013-06-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-32728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-32728: - Labels: easyfix easytest (was: ) After selectedIndices was updated, it can not be selected

[jira] [Updated] (FLEX-19434) When MenuBar is updated with keyboard event instead of mouse event, it causes RTE.

2013-06-20 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-19434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Harui updated FLEX-19434: -- Attachment: MenuSampleTan.mxml MenuSample.mxml MenuSample is original test case, I

Re: Ide scripts working on windows

2013-06-20 Thread Alex Harui
IIRC, any .sh that does a download won't work on Windows as .bat doesn't have such a command. The .bat versions requires some library like visual basic which was considered too painful a requirement and thus we wrote the installer. It might be better to make the installer also a configurator or

Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Alex Harui
OK, but a reminder that there will be lots of bitmap compare failures when you switch to 11.7 and resolving them are not my favorite thing to do. On 6/20/13 4:19 AM, Justin Mclean jus...@classsoftware.com wrote: Hi, 3.7, I think... how can I be sure? I looked at the 'airsdk.xml' in AIR_HOME

Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Alex Harui
On 6/20/13 5:04 AM, Erik de Bruin e...@ixsoftware.nl wrote: Interesting... Ran -apollo, this time got 1059 passing and 68 failing. Note the 4 'extra' passing results, while there are still 68 failing tests... Where did those come from? Sometimes a SWF just doesn't startup. I have no idea why.

[jira] [Updated] (FLEX-32728) After selectedIndices was updated, it can not be selected with ShiftKey

2013-06-20 Thread Robert Bar (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-32728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Bar updated FLEX-32728: -- Attachment: FLEX-32728-demo.zip a simple project which demonstates the issue After

Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Alex Harui
On 6/20/13 3:26 AM, Erik de Bruin e...@ixsoftware.nl wrote: 1055 passing and 68 failing tests. The -failures run reports 0 passing and 0 failures, so something is wrong there... Ah, it looks like what's wrong was me... I didn't put in '-apollo' on the failures run. The full command for

Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Alex Harui
FWIW, I think the tests are still running in some earlier namespace. On 6/20/13 2:56 AM, Erik de Bruin e...@ixsoftware.nl wrote: 3.7, I think... how can I be sure? I looked at the 'airsdk.xml' in AIR_HOME and that has airSdk xmlns=http://ns.adobe.com/air/sdk/3.7; EdB On Thu, Jun 20, 2013 at

Re: Jenkins build is back to normal : flex-sdk_mustella #177

2013-06-20 Thread Erik de Bruin
And if we solve them... will there be as many failures when we go back to 11.1? We were thinking we might run once a day against 11.1 and once a day against 11.7... EdB On Thu, Jun 20, 2013 at 5:12 PM, Alex Harui aha...@adobe.com wrote: OK, but a reminder that there will be lots of bitmap

Re: Apache Flex 4.10.0 release?

2013-06-20 Thread Alex Harui
On 6/20/13 1:55 AM, Erik de Bruin e...@ixsoftware.nl wrote: Air 3.8/FP 11.8 should be released soon so we should start thinking about testing on that. I know testing various FP versions is a matter of changing out one .exe path for another in FLASHPLAYER_DEBUGGER... right? Yes How does one

Re: iss...@flex.apache.org list now active

2013-06-20 Thread Alex Harui
Did you try to subscribe from the email alias that is mapped to your apache.org id? On 6/20/13 5:31 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote: I had a Delivery Status Notification (Failure) after sending the confirmation, trying to go by issues-requ...@flex.apache.org was the same, what

RE: FlexUnit

2013-06-20 Thread Michael A. Labriola
I'd like to work with you to make sure the web content is migrated to our site. Otherwise, thanks for the help and the code! Absolutely. Just let me know what content you would like. I do still plan on working on FlexUnit here some, however, I also think it would be good to document the things

Re: iss...@flex.apache.org list now active

2013-06-20 Thread Frédéric THOMAS
Works better, thanks -Message d'origine- From: Alex Harui Sent: Thursday, June 20, 2013 5:24 PM To: dev@flex.apache.org Subject: Re: iss...@flex.apache.org list now active Did you try to subscribe from the email alias that is mapped to your apache.org id? On 6/20/13 5:31 AM, Frédéric

RE: Ide scripts working on windows

2013-06-20 Thread Kessler CTR Mark J
Windows does have cscript.exe[1] / wscript.exe which allows more control than batch files. CScript stays in a console window, while wscript produces a Windows popup. They use JScript and VBScript. It can also interface with WMI [2] if needed. WMI Reference [3], VBScript language

Re: Ide scripts working on windows

2013-06-20 Thread Justin Mclean
Hi, Perhaps someone can try the scripts under cygwin on window to see if they work? Justin

Re: MSDN Subscription Renewal

2013-06-20 Thread Erik de Bruin
Yes, good question. Mine isn't up for some time, but since it's what drives the Mustella VM, it would be good to make sure that it doesn't expire... EdB On Thu, Jun 20, 2013 at 6:18 PM, Leif Wells leif.we...@gmail.com wrote: All, Does anyone have access to the instructions on how to renew

Re: Ide scripts working on windows

2013-06-20 Thread Alex Harui
On 6/20/13 9:21 AM, Justin Mclean jus...@classsoftware.com wrote: Hi, Perhaps someone can try the scripts under cygwin on window to see if they work? Justin I've been wondering that myself. I haven't tried it because the issue remains that not everybody has Cygwin, VBScript or Jscript on

Re: private@ reply-to looks to be dev@

2013-06-20 Thread Leif Wells
GAH! On Jun 20, 2013 1:02 PM, Erik de Bruin e...@ixsoftware.nl wrote: To whom can do anything about it: I just did a reply to Leif's email to private, and it ended up on the dev list... Checking his email again shows that the Reply-To is set to dev@... Oops? EdB -- Ix Multimedia

Re: private@ reply-to looks to be dev@

2013-06-20 Thread Alex Harui
Wow. I replied to this and dev@ was in the address bar. I'll ask Infra. -Alex On 6/20/13 10:01 AM, Erik de Bruin e...@ixsoftware.nl wrote: To whom can do anything about it: I just did a reply to Leif's email to private, and it ended up on the dev list... Checking his email again shows that

Re: MSDN Subscription Renewal

2013-06-20 Thread Jeffry Houser
Did I miss something? Do members of Apache Flex somehow get complimentary MSDN subscriptions? Or is this question unrelated to Apache/The Apache Foundation? On 6/20/2013 12:58 PM, Erik de Bruin wrote: Yes, good question. Mine isn't up for some time, but since it's what drives the

RE: Ide scripts working on windows

2013-06-20 Thread Kessler CTR Mark J
I can try it out on my git tools when I get home in a few hours. It's not Cygwin, but it runs the mini_run fine from the command line. -Mark -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Thursday, June 20, 2013 1:02 PM To: dev@flex.apache.org Subject: Re: Ide

Re: Ide scripts working on windows

2013-06-20 Thread OmPrakash Muppirala
I would imagine that the scripts would work without any issues on Cygwin. But, of course, would require the end user to download Cygwin configure it first. Which is an unnecessary barrier when it comes to get going with the Apache Flex SDK. Thanks, Om On Thu, Jun 20, 2013 at 10:16 AM, Kessler

Re: MSDN Subscription Renewal

2013-06-20 Thread Alex Harui
Jeffry, We stole your credit card and are racking up huge charges with MSDN subscriptions ;-) Once we get this reply-to thing fixed someone will hopefully find the info. Apache does have a deal for MSDN subscriptions. -Alex On 6/20/13 10:11 AM, Jeffry Houser jef...@dot-com-it.com wrote:

Re: Skinning FlexJS

2013-06-20 Thread OmPrakash Muppirala
On Wed, Jun 19, 2013 at 7:09 AM, Erick Ghaumez eac...@gmail.com wrote: hi, yes Om i'm in ! I'll start with some skinning tests for the stockQuote sample. I think I can send a first proposal next week. Sounds good! Just to be sure : the goal is to create a default skin which you can

Re: Ide scripts working on windows

2013-06-20 Thread Mark Kessler
I ran the checkAllPlayerGlobal.sh using my local git and it worked fine.. Here is the output. So besides needing a shell (which was already associated with that mime type on my machine), it works. -Mark -

Re: Ide scripts working on windows

2013-06-20 Thread Mark Kessler
Well by fine, I mean it ran all the way through and actually downloaded the files. However I do see the md5 requirement in there too... which I don't have. On Thu, Jun 20, 2013 at 6:44 PM, Mark Kessler kesslerconsult...@gmail.comwrote: I ran the checkAllPlayerGlobal.sh using my local git and

Re: Ide scripts working on windows

2013-06-20 Thread OmPrakash Muppirala
On Windows/Cygwin, it should call md5sum instead. md5 is specific to Macs. Thanks, Om On Thu, Jun 20, 2013 at 3:47 PM, Mark Kessler kesslerconsult...@gmail.comwrote: Well by fine, I mean it ran all the way through and actually downloaded the files. However I do see the md5 requirement in

Re: Ide scripts working on windows

2013-06-20 Thread Mark Kessler
Yeah in my Windows Git bin folder I see the md5Sum.exe. (I don't use cygwin). I tried changing it in the script and now I get a option error. the -q isn't a valid option. I'll have to fiddle with this later. -Mark C:\Program Files (x86)\Git\binmd5sum --help Usage: md5sum [OPTION] [FILE]...

Re: Ide scripts working on windows

2013-06-20 Thread Mark Kessler
Ok corrected the command to perform correctly... goofy freaking format for bash sh. I'm sure there is a better sollution than awk to strip the filename, but it works. The second line removes the prefixed \. All the hashes match except the last one. It seems to be different. #Gets the hash

File modes

2013-06-20 Thread Gordon Smith
I pulled the sdk 'develop' branch for the first time in several weeks and got lots of lines like mode change 100644 = 100755 mustella/tests/components/Charts/Bubble/Properties/Baselines/BubbleSeries_filterData_filterDataValues.png mode change 100644 = 100755

Re: File modes

2013-06-20 Thread Alex Harui
That's accidental. I wonder why that's happening and how to prevent it. On 6/20/13 8:48 PM, Gordon Smith gosm...@adobe.com wrote: I pulled the sdk 'develop' branch for the first time in several weeks and got lots of lines like mode change 100644 = 100755

Re: FlexUnit

2013-06-20 Thread Nick Collins
Hey Mike, would that same compatibility issue impact how IDEA is calling FlexUnit, or would your changes likely break that integration as well? IF it would, my net question would be to ask if the new socket server features of FP 11.8 and AIR 3.8 might be able to be leveraged to provide the