Re: AW: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-13 Thread Alex Harui
On 3/13/16, 1:08 PM, "Christofer Dutz" wrote: >Thanks for the explanation :-) > >And what's actually happening in GCL? Here I can see a whole bunch of >JavaScript files as well as matching ActionScript sources. Here the >out/as sort of contains the same classes as

Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-13 Thread Michael Schmalle
Curious Josh if your typescript definition compiler can replace externc? How much overlap is there? I wanted to do exactly what you did with typescipt and use it's compiler but I didn't have enough time so I went the gcc extern route, there was a couple massive discussions a year ago bout that

AW: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-13 Thread Christofer Dutz
Thanks for the explanation :-) And what's actually happening in GCL? Here I can see a whole bunch of JavaScript files as well as matching ActionScript sources. Here the out/as sort of contains the same classes as the src directory, but the ones in the src contain Apache headers and some

AW: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-13 Thread Christofer Dutz
Hehe ... and I was confused why the mails kept sicking to my inbox and didn't move to the Flex folder ;-) Chris Von: Alex Harui Gesendet: Sonntag, 13. März 2016 15:20 An: Christofer Dutz Betreff: Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL]

Re: Apache FlexJS is now available as a npm package!

2016-03-13 Thread OmPrakash Muppirala
On Mar 13, 2016 7:23 AM, "Alex Harui" wrote: > > Cool! I will actually try it later. > > Would trying to allow nightly builds via NPM be good practice for a 0.6.0 > release? Yes, it would. But there is a catch. NPM insists on Semantic Versioning. It simply blocks me from

Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-13 Thread Josh Tynjala
1. Externs tell the Google Closure compiler which JS APIs it shouldn't rename when optimizing/minifying because they come from external libraries. They're also a handy way to get all the interfaces for a JS library because... 2. externc generates ActionScript stubs from the externs. When we

AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-13 Thread Christofer Dutz
Hi Alex, having a look at everything I think I am figuring out how to build the externs: 1. Get the JavaScript code: - google_maps, jasmine, jquery, js are downloaded in compiler.jx/downloads.xml - cordova, GCL and node is manually checked in (Guess the input didn't work well

Re: Apache FlexJS is now available as a npm package!

2016-03-13 Thread Alex Harui
Cool! I will actually try it later. Would trying to allow nightly builds via NPM be good practice for a 0.6.0 release? IMO, the page is probably going to need trademark symbols and attributions like we did for the SF event. Thanks, -Alex On 3/13/16, 1:48 AM, "omup...@gmail.com on behalf of

AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-13 Thread Christofer Dutz
Ok so it seems that I will have to convert each one into a dedicated maven module. This will take some time :-( Eventually I'll create a maven-plugin to build the externs but for now I'll start creating the artifacts individually until I find out how to setup a common build. Chris

Apache FlexJS is now available as a npm package!

2016-03-13 Thread OmPrakash Muppirala
Install via npm as: npm install flexjs -g Package listing, Readme and usage details are here: https://www.npmjs.com/package/flexjs Please go through this page and let me know if there are some changes still need to be made. The code for the npm packager/installer is here: