Re: Bug in mxmlc script

2016-01-11 Thread OmPrakash Muppirala
On Mon, Jan 11, 2016 at 11:11 PM, Alex Harui wrote: > > > On 1/5/16, 1:07 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > wrote: > > >On Tue, Jan 5, 2016 at 10:12 AM, Alex Harui wrote: > >> > >> IIRC, if you change SDKs, it will copy the index.template.html file from > >> the SDK fol

Re: [FlexJS] US States Map example - pure AS3

2016-01-11 Thread OmPrakash Muppirala
Deepak, I have been thinking of adding a similar Map component to the Flex SDK. How urgently do you need this component? Can you help out with adding this to the Flex SDK? If I have some help, I can build it faster. It should not be very hard and I can help you all the way, as needed. Thanks, O

Re: Bug in mxmlc script

2016-01-11 Thread Alex Harui
On 1/5/16, 1:07 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >On Tue, Jan 5, 2016 at 10:12 AM, Alex Harui wrote: >> >> IIRC, if you change SDKs, it will copy the index.template.html file from >> the SDK folder. >> > >I don't think so. I've changed SDKs for a project several

Re: [FalconJX] -js-output-type=node

2016-01-11 Thread Alex Harui
Sweet! On 1/11/16, 8:26 PM, "Josh Tynjala" wrote: >You would need to use a utility like externc or dts2as, if you wanted to >get code suggestions in an IDE or strict type checking with the compiler. > >Out of the box, dynamic access will always work: > >var example_module:Object = require("examp

Re: Build failed in Jenkins: MD5Checker #7992

2016-01-11 Thread Alex Harui
On 1/11/16, 8:25 PM, "Justin Mclean" wrote: >Hi, > >What up with this the MD5 hashes look identical? Well, it wants the cacheID's updated so it doesn't have to download everything just-in-case. I'll try to update them. -Alex

Re: [FlexJS] US States Map example - pure AS3

2016-01-11 Thread Deepak MS
Hi there, We have a requirement to have a heat map for one of the application. It's required for both web and iPad(app). I have a common library for both and one of the views needs this heat map(of UK). Om, AS Code: https://gist.github.com/anonymous/d1d8d6d8c544f985e387 That code seems to be FlexJ

Re: git commit: [flex-sdk] [refs/heads/develop] - fixed warning

2016-01-11 Thread Andy Dufilie
I just searched and I could not find any open JIRA issue. Thanks for the pointer. Andy On Mon, Jan 11, 2016 at 11:22 PM, Justin Mclean wrote: > Hi, > > Think there might be a JIRA re this issue, seem to recall something about > it. For more serious issues don’t forget to raise a JIRA, that way

Re: Build failed in Jenkins: MD5Checker #7992

2016-01-11 Thread Justin Mclean
Hi, What up with this the MD5 hashes look identical? Thanks, Justin

Re: [FalconJX] -js-output-type=node

2016-01-11 Thread Josh Tynjala
You would need to use a utility like externc or dts2as, if you wanted to get code suggestions in an IDE or strict type checking with the compiler. Out of the box, dynamic access will always work: var example_module:Object = require("example"); You can access anything on example_module because it

Re: git commit: [flex-sdk] [refs/heads/develop] - fixed warning

2016-01-11 Thread Justin Mclean
Hi, Think there might be a JIRA re this issue, seem to recall something about it. For more serious issues don’t forget to raise a JIRA, that way we can easily track what been fixed come release time. Thanks, Justin > On 12 Jan 2016, at 2:48 pm, adufi...@apache.org wrote: > > Repository: flex-

Re: draft blog post for 4.15 release

2016-01-11 Thread Nicholas Kwiatkowski
I'll push the docs tomorrow. My network connection is acting weird right now and the svn was erroring out. On Jan 11, 2016 5:53 PM, "Justin Mclean" wrote: > Hi, > > All done (except the new ASDocs). someone mind tweeting about from the > official account? > > Thanks, > Justin

Re: [FalconJX] -js-output-type=node

2016-01-11 Thread OmPrakash Muppirala
I am trying to digest how this works. So, if I npm install a random module, what would I need to do to make the code complete, compiler, etc. to work with that new module? Thanks, Om On Mon, Jan 11, 2016 at 5:29 PM, OmPrakash Muppirala wrote: > Whoaaa! > > On Mon, Jan 11, 2016 at 5:25 PM, Josh

Re: [FalconJX] -js-output-type=node

2016-01-11 Thread OmPrakash Muppirala
Whoaaa! On Mon, Jan 11, 2016 at 5:25 PM, Josh Tynjala wrote: > FalconJX just got Node.js support today. > > //--- begin HelloNode.as > > package > { > public class HelloNode > { > public function HelloNode() > { > trace("Hello Node!"); > trace(proc

[FalconJX] -js-output-type=node

2016-01-11 Thread Josh Tynjala
FalconJX just got Node.js support today. //--- begin HelloNode.as package { public class HelloNode { public function HelloNode() { trace("Hello Node!"); trace(process.version); } } } var process:Object = require("process"); //--- end He

Re: draft blog post for 4.15 release

2016-01-11 Thread OmPrakash Muppirala
Here is the link to the tweet: https://twitter.com/ApacheFlex/status/686690759479656448 Please help publicize, by retweeting it. Justin, thanks for shepherding this release! Thanks, Om On Mon, Jan 11, 2016 at 3:04 PM, OmPrakash Muppirala wrote: > On Mon, Jan 11, 2016 at 2:53 PM, Justin Mclean

Re: draft blog post for 4.15 release

2016-01-11 Thread OmPrakash Muppirala
On Mon, Jan 11, 2016 at 2:53 PM, Justin Mclean wrote: > Hi, > > All done (except the new ASDocs). someone mind tweeting about from the > official account? > I can do that. Thanks, Om > > Thanks, > Justin

Re: draft blog post for 4.15 release

2016-01-11 Thread Justin Mclean
Hi, All done (except the new ASDocs). someone mind tweeting about from the official account? Thanks, Justin

Re: AW: AW: AW: AW: AW: [FlexJS] Maven-friendly folders

2016-01-11 Thread Alex Harui
OK, frameworks/project/HTML has been refactored. I'm going to wait to see if changes are needed before replicating this to other folders so I only have to visit each of those folders once. Time to do something fun for a few days. -Alex On 1/11/16, 1:00 PM, "Alex Harui" wrote: >I have started

Re: draft blog post for 4.15 release

2016-01-11 Thread Nicholas Kwiatkowski
Thanks for catching that. It's been fixed. On Mon, Jan 11, 2016 at 4:30 PM, Paul Hastings wrote: > In the binaries page, dependencies section, there's a reference to 4.14 > release when I think you meant 4.15. >

[ANNOUNCE] Apache Flex 4.15.0 released

2016-01-11 Thread Justin Mclean
Hi, The Apache Flex community is pleased to announce the release of Apache Flex 4.15.0. Apache Flex is a highly productive, open source application framework for building and maintaining expressive applications that deploy consistently on all major browsers, desktops and devices (including smartp

Re: Updated Flash player / AIR hashes

2016-01-11 Thread Alex Harui
On 1/11/16, 1:42 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: > >You are right, it is still building 4.15.0 >http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_nightly/lastSuccessf >ulBuild/artifact/out/apache-flex-sdk-4.15.0-bin.tar.gz >seems to be working. > >I think flex

Re: [FalconJX] Is it time to delete the FalconJS code?

2016-01-11 Thread Alex Harui
I will probably just tag the repo unless someone speaks up really wanting a branch. -Alex On 1/11/16, 1:45 PM, "Andy Dufilie" wrote: >Setting a tag seems like the best way. > >git tag mytagname >git push origin mytagname > >then do whatever you want. > >On Mon, Jan 11, 2016 at 4:10 PM, OmPrakas

Re: [FalconJX] Is it time to delete the FalconJS code?

2016-01-11 Thread Andy Dufilie
Setting a tag seems like the best way. git tag mytagname git push origin mytagname then do whatever you want. On Mon, Jan 11, 2016 at 4:10 PM, OmPrakash Muppirala wrote: > Maybe this will work (based on this stackoverflow answer [1]) > > 1. Move the code to its own branch. > > 2. Then tag th

Re: Updated Flash player / AIR hashes

2016-01-11 Thread OmPrakash Muppirala
On Mon, Jan 11, 2016 at 1:36 PM, Justin Mclean wrote: > Hi, > > > I just tested 4.15 with AIR/FP 18, 19 and 20 on Windows 7. It seems to > be > > working fine. > > Thanks for that. > > Just looked at the google stats and there been 50+ installs of 4.15.0 > already with only a handful of installa

Re: Updated Flash player / AIR hashes

2016-01-11 Thread Justin Mclean
Hi, > I just tested 4.15 with AIR/FP 18, 19 and 20 on Windows 7. It seems to be > working fine. Thanks for that. Just looked at the google stats and there been 50+ installs of 4.15.0 already with only a handful of installation errors. (Which is within normal range of errors.) However the ins

Re: draft blog post for 4.15 release

2016-01-11 Thread Paul Hastings
In the binaries page, dependencies section, there's a reference to 4.14 release when I think you meant 4.15.

Re: draft blog post for 4.15 release

2016-01-11 Thread Nicholas Kwiatkowski
I'll add FlexJS to the news section. Otherwise, blog is posted and website is live. -Nick On Mon, Jan 11, 2016 at 4:00 PM, OmPrakash Muppirala wrote: > > > > > > I do notice that the news section seem to be missing the latest FlexJS > > release. > > > > Mind adding a quick blurb for FlexJS 0.5

[4.15.0] # Apache Flex SDK 4.15.0 nightly build 163: Successful

2016-01-11 Thread flex . ci . builds
flex-sdk_release-candidate - Build #163 - Successful Changes since last build: [jmclean] update version to 4.16.0 For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/163/.

Re: Updated Flash player / AIR hashes

2016-01-11 Thread OmPrakash Muppirala
On Sat, Jan 9, 2016 at 5:31 PM, Justin Mclean wrote: > Hi, > > Just updated the hash and a few paths in the Flex installer and I’m > testing out on OS X that everything is working. Someone mind testing on > windows for me? In particular FP/AIR version 18, 19 and 20. > I just tested 4.15 with AIR

Re: Installer updated for 4.15

2016-01-11 Thread OmPrakash Muppirala
On Mon, Jan 11, 2016 at 12:26 PM, Justin Mclean wrote: > Hi, > > > Is there any reason why Flash/Air 18 is preselected instead of the latest > > version? > > Versions 18 is the extended support release. But we could make it default > to 20, what do others think? > +1 > > There’s also this issu

Re: [FalconJX] Is it time to delete the FalconJS code?

2016-01-11 Thread OmPrakash Muppirala
Maybe this will work (based on this stackoverflow answer [1]) 1. Move the code to its own branch. 2. Then tag the branch: git tag archive/ 3. Then delete the branch git branch -d To restore the branch: git checkout -b archive/ http://stackoverflow.com/questions/1307114/how-can-i-archive

Re: [FalconJX] Is it time to delete the FalconJS code?

2016-01-11 Thread Michael Schmalle
Can't you just create a tag like "Last know existence of FalconJS" commit then delete. Or were other people saying they still wanted to code somewhere, seems to me that was some of the conversation. Mike On Mon, Jan 11, 2016 at 4:02 PM, Alex Harui wrote: > Does anybody have an actual set of ste

Re: draft blog post for 4.15 release

2016-01-11 Thread Justin Mclean
Hi, > The link from News to > https://blogs.apache.org/flex/entry/apache_flex_4_15_released is not active > yet? Right so order of tasks needs to be: 1. publish blog post 2. publish web site 3. send announcement Thanks, Justin

Re: [FalconJX] Is it time to delete the FalconJS code?

2016-01-11 Thread Alex Harui
Does anybody have an actual set of steps to create some sort of archival branch or can I just delete this project? -Alex On 12/21/15, 7:50 AM, "Michael Schmalle" wrote: >Well garbage is relative. I didn't mean it in a derogatory way, only that >the original authors were the ones that could unde

Re: AW: AW: AW: AW: AW: [FlexJS] Maven-friendly folders

2016-01-11 Thread Alex Harui
I have started on this rename. I have reworked the frameworks/project/Core folder and pushed it to a new branch called "mavenfolders". Please take a look and provide feedback. I'll do HTML next. Then I'll proceed on the other folders. Thanks, -Alex On 12/21/15, 7:48 AM, "Alex Harui" wrote:

Re: draft blog post for 4.15 release

2016-01-11 Thread OmPrakash Muppirala
> > > I do notice that the news section seem to be missing the latest FlexJS > release. > Mind adding a quick blurb for FlexJS 0.5.0 while you are there? Thanks, Om

Re: draft blog post for 4.15 release

2016-01-11 Thread OmPrakash Muppirala
The link from News to https://blogs.apache.org/flex/entry/apache_flex_4_15_released is not active yet? Everything else looks good! Thanks, Om On Mon, Jan 11, 2016 at 12:54 PM, Justin Mclean wrote: > Hi, > > Someone mind checking these pages for the 4.5 update: > http://flex.staging.apache.org

Re: draft blog post for 4.15 release

2016-01-11 Thread Justin Mclean
Hi, Someone mind checking these pages for the 4.5 update: http://flex.staging.apache.org http://flex.staging.apache.org/download-source.html http://flex.staging.apache.org/download-binaries.html Before we make everything live and send out the announcement. Is there anything else we have forgotte

Re: draft blog post for 4.15 release

2016-01-11 Thread Justin Mclean
Hi, > I'm good. Much appreciated. > It looks like the mirrors are good to go as well (from the ones > I've checked). If you scroll to the bottom of [1] you'll see a nice little age graph called age histogram that’s what I normally go in. Thanks, Justin 1.https://www.apache.org/mirrors/index

Re: Installer updated for 4.15

2016-01-11 Thread Justin Mclean
Hi, > Is there any reason why Flash/Air 18 is preselected instead of the latest > version? Versions 18 is the extended support release. But we could make it default to 20, what do others think? There’s also this issue [2] Thanks, Justin 1.http://blogs.adobe.com/flashplayer/2015/05/upcoming-ch

Re: [FALCONJX][FLEXJS] "as" keyword handling

2016-01-11 Thread Alex Harui
OK, I have pushed changes so that all mucking with the output is controlled by compiler flags. They are: -remove-circulars -js-output-optimization= None of these options are on by default, so you may start seeing errors when compiling your app and need to add one or more of these options because

Re: Installer updated for 4.15

2016-01-11 Thread OK
Nicholas Kwiatkowski-2 wrote > The installer bypasses all the proxy settings because of the HTTPS fix. Thanks for the info! I've installed 4.15.0 successfully at home now. Using the same Windows 7 machine, but connecting my home network instead of the restrictive company network. Is there any rea

Re: Installer updated for 4.15

2016-01-11 Thread Nicholas Kwiatkowski
That is not the case anymore. The installer bypasses all the proxy settings because of the HTTPS fix. -Nick On Mon, Jan 11, 2016 at 4:10 AM, Justin Mclean wrote: > Hi, > > > (Sometimes I've problems with the installer cause in my company I'm > behind a > > proxy but I always could select the i

Re: draft blog post for 4.15 release

2016-01-11 Thread Nicholas Kwiatkowski
I'm good. It looks like the mirrors are good to go as well (from the ones I've checked). -Nick On Sun, Jan 10, 2016 at 11:32 PM, Justin Mclean wrote: > Hi, > > > I've got this staged as soon as you are good for us to publish it. > > Thanks for the help. I was planing on announcing (after check

Re: Installer updated for 4.15

2016-01-11 Thread Justin Mclean
Hi, > Why in the logs I see [1] instead this one [2] ? > > [1] https://github.com/swfobject/swfobject/archive/ > [2] https://github.com/swfobject/swfobject/archive/swfobject_2_2.zip Here’s the lines I get in the log for a successful install: Downloading 2.2.zip from: https://github.com/swfobject

Re: Welcome Andy Dufilie as Apache Flex Commiter

2016-01-11 Thread Michael Schmalle
Ther other day I was thinking to myself, in this day and age where most JS is minified at the least at the time it gets to the client, no body really knows what you actually made the app with other than maybe your html markup, So it's the same old story, it only matters what the client sees and if

Re: Installer updated for 4.15

2016-01-11 Thread Anton Bondarenko
hi, installed successfully. OS Windows 8.1 log in file --- с ув., Антон Б. 2016-01-11 13:19 GMT+04:00 Andy Dufilie : > The installer worked for me on Windows, though it took a long time to > download everything. > > I didn't get any error, but the swfobject url sh

Re: Installer updated for 4.15

2016-01-11 Thread piotrz
Why in the logs I see [1] instead this one [2] ? [1] https://github.com/swfobject/swfobject/archive/ [2] https://github.com/swfobject/swfobject/archive/swfobject_2_2.zip Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.2333

Re: Installer updated for 4.15

2016-01-11 Thread Tom Chiverton
https://github.com/swfobject/swfobject/blob/master/swfobject/swfobject.js ? On 11/01/16 09:11, Justin Mclean wrote: Not sure what we can do there. Does anyone have a working for swf object?

Re: Installer updated for 4.15

2016-01-11 Thread Andy Dufilie
The installer worked for me on Windows, though it took a long time to download everything. I didn't get any error, but the swfobject url should probably have /{branch}.zip at the end: https://github.com/swfobject/swfobject/archive/master.zip or https://github.com/swfobject/swfobject/archive/2.2.zi

Re: Installer updated for 4.15

2016-01-11 Thread Justin Mclean
Hi, > Not sure what we can do there. Does anyone have a working for swf object? Actually this works for me: https://github.com/swfobject/swfobject/archive/swfobject_2_2.zip Although I’m not sure that it really needs to be https rather than http. Thanks, Justin

Re: Installer updated for 4.15

2016-01-11 Thread Justin Mclean
Hi, > I've just tried installer and wasn't able to download everything for sdk. > It's stuck on downloading swf object. Not sure what we can do there. Does anyone have a working for swf object? Thanks, Justin

Re: Installer updated for 4.15

2016-01-11 Thread Justin Mclean
Hi, > (Sometimes I've problems with the installer cause in my company I'm behind a > proxy but I always could select the installation directory) Check what your proxy setting are in IE (for https) as that what I believe all AIR applications on windows use. The first call is a https call to get

Re: Installer updated for 4.15

2016-01-11 Thread OK
Hi, Justin Mclean wrote > Someone mind testing it on windows for me? I've just tried to install 4.15.0 by using the installer on windows 7 but I've got an #2031 error. The error is thrown directly after finishing the first step (before choosing the installation directory). (Sometimes I've proble

Re: Installer updated for 4.15

2016-01-11 Thread piotrz
Hi Justin, I've just tried installer and wasn't able to download everything for sdk. It's stuck on downloading swf object. [1] I pasted url [2] to web browser and got 404 - page not found. [1] https://paste.apache.org/cbAw [2] https://github.com/swfobject/swfobject/archive Piotr - Apache

Installer updated for 4.15

2016-01-11 Thread Justin Mclean
Hi, I’ve updated the installer config file so it picks up the new 4.15 SDK release. Someone mind testing it on windows for me? I can’t send the announcement out until the web site links are updated (as it refers to the site). Once that is done and assuming everything is good with the site and