Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2015-11-18 Thread Alex Harui
OK, I've pushed changes that handle basic for loops and setting properties. And even += on XMLLists. You can get a sense of what works by looking at the unit tests in compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/flexjs/T estFlexJSGlobalClasses.java I'm sure there are lots

Re: [FLEXJS] TextLayout (was Re: Debugging (was [DISCUSS] Release Apache FlexJS 0.5.0))

2015-11-18 Thread jude
BTW one benefit of SVG is that it has a shadow dom. That means it is shielded from tampering unwanted CSS styling. This is one of the problems web devs face using web components. So if you have a web component, "MyButton" and it has it's using the regular DOM using div, img and spans to make the bu

Re: git commit: [flex-sdk] [refs/heads/develop] - This closes #37

2015-11-18 Thread Justin Mclean
Hi, > I think we now have belt and suspenders… ;-) Nice! Justin

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2015-11-18 Thread Alex Harui
I pushed changes to not use _as3_ on XML function calls and use child() for "." access. I'm going to look into: -for and foreach -setting properties on XML/XMLList -Alex On 11/16/15, 11:47 AM, "Alex Harui" wrote: > > >On 11/16/15, 11:43 AM, "Harbs" wrote: > >> >>On Nov 16, 2015, at 9:40 PM, H

Re: Flex SDK outstanding pull requests

2015-11-18 Thread Harbs
OK. I forgot about that discussion. It seems like folks have wanted this for a long time. Let’s accept it (assuming it works). On Nov 19, 2015, at 12:42 AM, Alex Harui wrote: > > > On 11/18/15, 2:29 PM, "Justin Mclean" wrote: >> >>> I commented on #18. I’m not sure about the benefits of th

[GitHub] flex-sdk pull request: Fix WindowedApplication.as Error - FLEX-349...

2015-11-18 Thread Robbyn666
Github user Robbyn666 commented on the pull request: https://github.com/apache/flex-sdk/pull/37#issuecomment-157891756 Is also a solution and nothing else I wanted :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If you

Re: Next Flex SDK release

2015-11-18 Thread Alex Harui
The mustella server has caught legitimate issues, most recently with some sort behavior changes. But yeah, it usually starts failing with a lot of bitmap failures after a couple of days. I would like someone else to try my magic potion for getting Mustella back in order. It is: -log into the se

[GitHub] flex-sdk pull request: Fix WindowedApplication.as Error - FLEX-349...

2015-11-18 Thread Harbs
Github user Harbs commented on the pull request: https://github.com/apache/flex-sdk/pull/37#issuecomment-157890530 I've reapplied the fix with an additional check for "closed". Not sure how necessary it all is, but both cases (closed Window and null point), should now be covered.

Re: git commit: [flex-sdk] [refs/heads/develop] - This closes #37

2015-11-18 Thread Harbs
I reapplied it with an additional check for closed (which seems to have somehow happened in the original bug report). I think we now have belt and suspenders… ;-) On Nov 19, 2015, at 12:32 AM, Justin Mclean wrote: > Hi, > > Why it may or may not fix the exact issue I can’t see the harm in app

Re: Flex SDK outstanding pull requests

2015-11-18 Thread Alex Harui
On 11/18/15, 2:29 PM, "Justin Mclean" wrote: > >> I commented on #18. I’m not sure about the benefits of that one… > >Yep I would want to know the performance implication of that as well. Follow this thread: http://mail-archives.apache.org/mod_mbox/flex-dev/201505.mbox/%3c554F331F.8 0...@gmail.

Re: git commit: [flex-sdk] [refs/heads/develop] - This closes #37

2015-11-18 Thread Justin Mclean
Hi, Why it may or may not fix the exact issue I can’t see the harm in applying it if it fixes an users issue. The current patch would be less costly than a try/catch. Thanks, Justin

Re: Is the Installer working?

2015-11-18 Thread OmPrakash Muppirala
Seems to work fine now as well. Log: Installer version 3.2.0 (windows) Using Locale: en_US Fetched the SDK download mirror URL from the CGI. SDK version Apache Flex SDK 4.14.1 AIR version 20.0 Flash Player version 20.0 Creating Apache Flex home Creating temporary directory Downloading Apache Flex

Re: git commit: [flex-sdk] [refs/heads/develop] - This closes #37

2015-11-18 Thread Alex Harui
Actually, the question about testing was more directed at Robbyn666, who claims it makes a difference empirically, but it could be timing. Harbs, it is up to you, but IMO you could accept the patch because I don't think it would make anything worse. -Alex On 11/18/15, 1:57 PM, "Harbs" wrote: >

Re: Flex SDK outstanding pull requests

2015-11-18 Thread Justin Mclean
Hi, Thanks for all of that. I’ll merge into the release branch. > #7 looks good, but I don’t have an easy way to test it. #7 has a test file in the JIRA [1] > I commented on #18. I’m not sure about the benefits of that one… Yep I would want to know the performance implication of that as well.

[GitHub] flex-sdk pull request: Fix WindowedApplication.as Error - FLEX-349...

2015-11-18 Thread Robbyn666
Github user Robbyn666 commented on the pull request: https://github.com/apache/flex-sdk/pull/37#issuecomment-157881774 The problem is that nativeWindow.minSize or nativeWindow.maxSize is not defined at a random time, thus zero. This solution does not solve the original problem, that's

[GitHub] flex-sdk pull request: Fix WindowedApplication.as Error - FLEX-349...

2015-11-18 Thread Robbyn666
Github user Robbyn666 commented on the pull request: https://github.com/apache/flex-sdk/pull/37#issuecomment-157880346 I can tell you readjust no precise problem case, for the time being. --- If your project is set up for it, you can reply to this email and have your reply appear on G

[GitHub] flex-sdk pull request: Fix WindowedApplication.as Error - FLEX-349...

2015-11-18 Thread Robbyn666
Github user Robbyn666 commented on the pull request: https://github.com/apache/flex-sdk/pull/37#issuecomment-157880195 The problem is an application, I can not just create. I have a slightly bigger AIR application, there appeared now and then on. Random without a particular pattern. T

[GitHub] flex-sdk pull request: Fix WindowedApplication.as Error - FLEX-349...

2015-11-18 Thread Harbs
Github user Harbs commented on the pull request: https://github.com/apache/flex-sdk/pull/37#issuecomment-157879059 If we can confirm that the commit fixes the problem, we'll reapply it. --- If your project is set up for it, you can reply to this email and have your reply appear on Git

[GitHub] flex-sdk pull request: Fix WindowedApplication.as Error - FLEX-349...

2015-11-18 Thread Harbs
Github user Harbs commented on the pull request: https://github.com/apache/flex-sdk/pull/37#issuecomment-157878848 Can you attach a test case to the JIRA so we can confirm? If the problem was accessing x and y, the error should have been a "null" error. This stack trace seesm to indic

[GitHub] flex-sdk pull request: Fix WindowedApplication.as Error - FLEX-349...

2015-11-18 Thread Robbyn666
Github user Robbyn666 commented on the pull request: https://github.com/apache/flex-sdk/pull/37#issuecomment-157878726 Why revert the commit? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have t

[GitHub] flex-sdk pull request: Fix WindowedApplication.as Error - FLEX-349...

2015-11-18 Thread Robbyn666
Github user Robbyn666 commented on the pull request: https://github.com/apache/flex-sdk/pull/37#issuecomment-157877973 I have recorded the change in a generated by me SDK and there he works. It appears no more mistakes. --- If your project is set up for it, you can reply to this emai

Re: git commit: [flex-sdk] [refs/heads/develop] - This closes #37

2015-11-18 Thread Harbs
No. I did not test it, and I missed that stack trace. Sorry. My bad. I just reverted the commit. On Nov 18, 2015, at 11:46 PM, Alex Harui wrote: > Did this patch actually get tested to prove it solves the issue? > > The exception stack trace starts with: > > Error: Error #3200: Cannot perform

[GitHub] flex-sdk pull request: Fix WindowedApplication.as Error - FLEX-349...

2015-11-18 Thread Harbs
Github user Harbs commented on the pull request: https://github.com/apache/flex-sdk/pull/37#issuecomment-157877472 It was just pointed out that this likely does not fix the issue, because the stack trace seems to indicate that the error is simply accessing NativeWindow/get minSize().

Re: git commit: [flex-sdk] [refs/heads/develop] - This closes #37

2015-11-18 Thread Alex Harui
Did this patch actually get tested to prove it solves the issue? The exception stack trace starts with: Error: Error #3200: Cannot perform operation on closed window. at Error$/throwError() at flash.display::NativeWindow/get minSize() ... Which makes me think that even the test of checking minS

Re: Flex SDK outstanding pull requests

2015-11-18 Thread Harbs
I applied them all except #7 and #18. #7 looks good, but I don’t have an easy way to test it. The chances of the code breaking something seems very low, but if someone can somehow test it, that would be preferable. I commented on #18. I’m not sure about the benefits of that one… On Nov 18, 201

[GitHub] flex-sdk pull request: Fix WindowedApplication.as Error - FLEX-349...

2015-11-18 Thread Harbs
Github user Harbs commented on the pull request: https://github.com/apache/flex-sdk/pull/37#issuecomment-157873902 No trouble. Thanks for contributing. The patch file works fine. The only downside to that is that your name does not show up in the commits. I guess you'll just h

[GitHub] flex-sdk pull request: Fix WindowedApplication.as Error - FLEX-349...

2015-11-18 Thread Robbyn666
Github user Robbyn666 commented on the pull request: https://github.com/apache/flex-sdk/pull/37#issuecomment-157872938 Yes i see. My repo is deleted ...why I can not say ... I just hope that this does not happen in future improvements :) ... Sorry for this trouble --- If your project

[GitHub] flex-sdk pull request: Fix WindowedApplication.as Error - FLEX-349...

2015-11-18 Thread Harbs
Github user Harbs commented on the pull request: https://github.com/apache/flex-sdk/pull/37#issuecomment-157871009 If you look at the top of this page. It's listed as "unknown repository". I'm not sure how that can happen. --- If your project is set up for it, you can reply to this e

[GitHub] flex-sdk pull request: Fix WindowedApplication.as Error - FLEX-349...

2015-11-18 Thread Robbyn666
Github user Robbyn666 commented on the pull request: https://github.com/apache/flex-sdk/pull/37#issuecomment-157869951 Hmm ok strange, thx --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

Re: Is the Installer working?

2015-11-18 Thread Alex Harui
On 11/18/15, 12:23 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >Seems to install fine for me. Here is the log, in any case: > > >Installer version 3.2.0 (windows) >Using Locale: en_US >Fetched the SDK download mirror URL from the CGI. >SDK version Apache Flex SDK 4.14.1 >AI

[GitHub] flex-sdk pull request: Fix WindowedApplication.as Error - FLEX-349...

2015-11-18 Thread Harbs
Github user Harbs commented on the pull request: https://github.com/apache/flex-sdk/pull/37#issuecomment-157868085 For some reason pulling directly did not work. I got "fatal: repository 'https://github.com/Robbyn666/flex-sdk/' not found". I applied the patch file instead. Weird...

[GitHub] flex-sdk pull request: Fix WindowedApplication.as Error - FLEX-349...

2015-11-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flex-sdk/pull/37 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[GitHub] flex-sdk pull request: Fix WindowedApplication.as Error - FLEX-349...

2015-11-18 Thread Robbyn666
GitHub user Robbyn666 opened a pull request: https://github.com/apache/flex-sdk/pull/37 Fix WindowedApplication.as Error - FLEX-34934 Get min and max size error You can merge this pull request into a Git repository by running: $ git pull https://github.com/Robbyn666/flex-sdk p

[GitHub] flex-sdk pull request: Fix FLEX-15159 by making ArrayList extend P...

2015-11-18 Thread Harbs
Github user Harbs commented on the pull request: https://github.com/apache/flex-sdk/pull/18#issuecomment-157861022 Using Proxy as a base class for ArrayList will likely have a significant performance hit. It seems questionable as to whether the benefits of using for each loops outweig

[GitHub] flex-sdk pull request: FLEX-34934

2015-11-18 Thread Robbyn666
Github user Robbyn666 closed the pull request at: https://github.com/apache/flex-sdk/pull/36 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] flex-sdk pull request: FLEX-34934

2015-11-18 Thread Harbs
Github user Harbs commented on the pull request: https://github.com/apache/flex-sdk/pull/36#issuecomment-157854906 Cool. Can you close this request? Your changes should make it into the 4.15.0 Flex release. Thanks for the contribution! --- If your project is set up for it, you can re

[GitHub] flex-sdk pull request: FLEX-34934

2015-11-18 Thread Robbyn666
Github user Robbyn666 commented on the pull request: https://github.com/apache/flex-sdk/pull/36#issuecomment-157844573 No, not different. > Am 18.11.2015 um 20:07 schrieb Harbs : > > Is there any difference between this and pull request #20

[GitHub] flex-sdk pull request: FLEX-34934

2015-11-18 Thread Harbs
Github user Harbs commented on the pull request: https://github.com/apache/flex-sdk/pull/36#issuecomment-157824904 Is there any difference between this and pull request #20 (which was just merged)? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] flex-sdk pull request: mxmlc accepts not only *.swc but also *.ane...

2015-11-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flex-sdk/pull/8 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] flex-sdk pull request: Fix MenuBar.styleChanged() crash bug

2015-11-18 Thread Harbs
Github user Harbs commented on the pull request: https://github.com/apache/flex-sdk/pull/12#issuecomment-157794520 I forgot to close this automatically. I've merged the pull request. Please close it. --- If your project is set up for it, you can reply to this email and have your repl

[GitHub] flex-sdk pull request: Fix MenuBar.styleChanged() crash bug

2015-11-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flex-sdk/pull/12 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[GitHub] flex-sdk pull request: fix for FLEX-34728

2015-11-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flex-sdk/pull/16 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[GitHub] flex-sdk pull request: Update Window.as

2015-11-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flex-sdk/pull/20 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

AW: Using Flexmojos on Maven 3.3.9?

2015-11-18 Thread Christofer Dutz
Well it seems that actually another "improvement" is preventing us from even getting to that problem: MNG-5805: Custom packaging types: configuring DefaultLifecycleMapping mojo executions I am currently trying to figure out how to build Flexmojos that it works with Maven 3.1.1 >= 3.3.3 AND 3.3.

Re: Using Flexmojos on Maven 3.3.9?

2015-11-18 Thread Nicholas Kwiatkowski
Isn't the automatic injection of project deps one of the major features of Maven? Seems odd. Anyway, I've got a few cycles this weekend to help out, if I can. I'm no Maven expert, but I do see value in supporting it for the community. Let me know if you would like to collab on this fix. -Nick

AW: Using Flexmojos on Maven 3.3.9?

2015-11-18 Thread Christofer Dutz
Ok ... so I checked it ... it seems that I will have to work on Flexmojos in order to support 3.3.9 I have a dream: that one day there will be a weekend, on which I can actually do something I'm looking forward too ;-) At least it seems the flex-maven-extension seems to be working correctly.

Using Flexmojos on Maven 3.3.9?

2015-11-18 Thread Christofer Dutz
Hi, currently reading through the release notes of Maven 3.3.9 one "improvement" caught my attention: [MNG-5818] - Disallow the programmatic injection of project dependencies Has anyone trief using Flexmojos with Maven 3.3.9? I know that it makes heavy used of auto-adding dependencies (playe

RE: Next Flex SDK release

2015-11-18 Thread Kessler CTR Mark J
I meant to go back and look at that one a while ago, guess it fell off my radar. I'll have a look at it tonight. -Mark -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Wednesday, November 18, 2015 12:53 AM To: dev@flex.apache.org Subject: Re: Next Flex SDK release 1

Re: Next Flex SDK release

2015-11-18 Thread Tom Chiverton
I've never seen a 'real' failure. It always seems to be Mustella screwing itself up. I don't have a Windows machine to chase them down with. Tom On 18/11/15 07:22, Justin Mclean wrote: Hi, The flex-sdk_mustella Jenkin's task does not currently pass: http://flex-mustella.cloudapp.net/

[GitHub] flex-sdk pull request: FLEX-34934

2015-11-18 Thread Robbyn666
GitHub user Robbyn666 opened a pull request: https://github.com/apache/flex-sdk/pull/36 FLEX-34934 https://issues.apache.org/jira/browse/FLEX-34934 You can merge this pull request into a Git repository by running: $ git pull https://github.com/Robbyn666/flex-sdk patch-3 Altern

Re: Is the Installer working?

2015-11-18 Thread OmPrakash Muppirala
Seems to install fine for me. Here is the log, in any case: Installer version 3.2.0 (windows) Using Locale: en_US Fetched the SDK download mirror URL from the CGI. SDK version Apache Flex SDK 4.14.1 AIR version 20.0 Flash Player version 20.0 Creating Apache Flex home Creating temporary directory

Re: Is the Installer working?

2015-11-18 Thread Justin Mclean
Hi, Still failing for me. Someone else mind giving it go just in case I’ve got something cached etc.. Thanks, Justin

Re: Is the Installer working?

2015-11-18 Thread Justin Mclean
Hi, > OK, I added a trim call. See if it makes a difference. Still failing, still seeing the new line issue and I’m getting an MD5 failure now :-( Installer version 3.2.0 (mac) Using Locale: en_AU Fetched the SDK download mirror URL from the CGI. SDK version Apache Flex SDK 4.14.1 AIR version