Re: Installer badge on flex.a.o

2015-01-30 Thread Alex Harui
From sdk-installer-config-4.0.xml. I just changed it. You may need to refresh your browser page to see it. On 1/30/15, 1:23 AM, Tom Chiverton t...@apache.org wrote: Where does the installer badge on http://flex.apache.org/installer.html get it's version number from ? -- Tom

Re: [RESULT][VOTE] for Apache Flex SDK 4.14.0 RC2

2015-01-30 Thread OmPrakash Muppirala
What's happening with the release? Is someone working on a Announcement email? Thanks, Om On Fri, Jan 30, 2015 at 1:26 AM, Maxim Solodovnik solomax...@gmail.com wrote: 404: While trying to download installer from Ubuntu The requested URL

RE: Installer badge on flex.a.o

2015-01-30 Thread Neil Madsen
Hi Tom, The version number comes from the 'latestVersion' attribute of the ApacheFlexSDK tag in sdk-installer-config-4.0.xml, which is located here on the SVN \trunk\content\installer\sdk-installer-config-4.0.xml And here is the tag and it's attributes. ApacheFlexSDK name=Apache Flex SDK

Re: JAR in TLF svn/git mirror

2015-01-30 Thread Alex Harui
On 1/30/15, 1:38 AM, Bertrand Delacretaz bdelacre...@apache.org wrote: LICENSE sounds good to me if you want that. NOTICE must stay minimal, i.e. contain only required notices, so for public domain stuff I'd go for LICENCE. And this is why it is so complicated. See [1] (apologies that s.a.o

Re: [FLEXJS] Object.defineProperty

2015-01-30 Thread Alex Harui
Thanks for the links. I believe that the Google Closure Library we use sets up a particular pattern for inheritance. I’m trying to figure out if they have picked a pattern for defineProperty usage. I only see a few references in their code though. When calling base classes using GCL

Re: [RESULT][VOTE] for Apache Flex SDK 4.14.0 RC2

2015-01-30 Thread Alex Harui
The web site has been updated and the installer should now be defaulting to 4.14. Erik gave me the impression that he wanted to author the announcement and would do it early next week. On 1/30/15, 12:31 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: What's happening with the release? Is

Minor fix needed for installer text

2015-01-30 Thread Justin Mclean
Hi, Just trying out 4.14 via the installer and notices this: \n instead of new lines not showing up in this bit of installer text: Do you want to install these jars from the Adobe Flex SDK?\n\nNote: the use of the FlatSpark skin and components requires embedded font support. Someone mind

Re: Build failed in Jenkins: flex-tlf #322

2015-01-30 Thread Alex Harui
I’m going to disable this job for the next hour or two and try to debug the test on the CI server over RDP On 1/29/15, 10:55 PM, flex.ci.bui...@gmail.com flex.ci.bui...@gmail.com wrote: See http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/322/ --

Re: Minor fix needed for installer text

2015-01-30 Thread Alex Harui
OK, took care of it. On 1/30/15, 8:36 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, Just trying out 4.14 via the installer and notices this: \n instead of new lines not showing up in this bit of installer text: Do you want to install these jars from the Adobe Flex SDK?\n\nNote: the use

Re: Build failed in Jenkins: flex-tlf #322

2015-01-30 Thread Alex Harui
I gave up for tonight and re-enabled the tests. I’m not quite sure I believe what I saw, but in the debugger, the arrowDown test appeared to go down the code path for BlockProgression.TB and not do anything. That doesn’t make sense since I’m pretty sure I saw output in the build artifacts that

Re: [RESULT][VOTE] for Apache Flex SDK 4.14.0 RC2

2015-01-30 Thread Maxim Solodovnik
Latest news seem to be not updated :( On Fri, Jan 30, 2015 at 3:19 PM, Tom Chiverton t...@apache.org wrote: On Thursday 29 Jan 2015 21:26:00 Alex Harui wrote: I think I’m done fiddling. I’m ok with Tom pushing this to production. We can always fix up other stuff later. Gone live. --

Re: JAR in TLF svn/git mirror

2015-01-30 Thread Bertrand Delacretaz
On Fri, Jan 30, 2015 at 12:46 AM, Alex Harui aha...@adobe.com wrote: ...IMO, this stuff is always complicated because the instructions are not clear and it takes several emails to agree... If you keep track of those changes in jira, next time you can just point to that and say do like we did in

Re: JAR in TLF svn/git mirror

2015-01-30 Thread Bertrand Delacretaz
Hi, On Thu, Jan 29, 2015 at 11:33 PM, Justin Mclean jus...@classsoftware.com wrote: Bertrand wrote: You can just add a comment before that public domain text, that it's public domain. I's prefer to see in the actual files (so you know what is the public domain content) as above but I

Installer badge on flex.a.o

2015-01-30 Thread Tom Chiverton
Where does the installer badge on http://flex.apache.org/installer.html get it's version number from ? -- Tom

Re: [RESULT][VOTE] for Apache Flex SDK 4.14.0 RC2

2015-01-30 Thread Maxim Solodovnik
404: While trying to download installer from Ubuntu The requested URL /pub/apache/flex/installer/3.1/binaries/apache-flex-sdk-installer-3.1.0-bin.deb was not found on this server. On Fri, Jan 30, 2015 at 3:25 PM, Maxim Solodovnik solomax...@gmail.com wrote: Latest news seem to be not updated

Re: [RESULT][VOTE] for Apache Flex SDK 4.14.0 RC2

2015-01-30 Thread Tom Chiverton
On Thursday 29 Jan 2015 21:26:00 Alex Harui wrote: I think I’m done fiddling. I’m ok with Tom pushing this to production. We can always fix up other stuff later. Gone live. -- Tom

Re: [FLEXJS] Object.defineProperty

2015-01-30 Thread Harbs
There’s a few ways to go about this. None of them straight-forward… Here’s a nice write-up: http://joshgertzen.com/object-oriented-super-class-method-calling-with-javascript/ Here’s a discussion on Stack Overflow with some simple(ish) methods:

Re: [FLEXJS] Object.defineProperty

2015-01-30 Thread Harbs
Actually, this is probably a better link: http://stackoverflow.com/questions/12805777/how-can-i-call-getter-setter-in-a-superclass-from-a-subclass On Jan 30, 2015, at 10:22 AM, Harbs harbs.li...@gmail.com wrote: There’s a few ways to go about this. None of them straight-forward… Here’s a