Re: [Installer 3.2] Release branch cut

2015-06-01 Thread piotrz
Yes I had it once, so I checked it on PC where I experienced it. Additionally I did check at work where installation was always failing because we are using VPN. Now it is working like a charm! :) Good work! :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in

Re: [Installer 3.2] Release branch cut

2015-06-01 Thread Nicholas Kwiatkowski
Thanks for checking! Did you ever have failures on HTTPS before? At least I didn't break anything ;) -Nick On Mon, Jun 1, 2015 at 1:18 AM, piotrz piotrzarzyck...@gmail.com wrote: Nick, I've just tried out the last nightly of installer. Installed FlexJS nightly and Flex 4.15 nightly -

Re: [FalconJX] d.as definition file (was: [FalconJX JXEmitter] Hello Greeter! working ... )

2015-06-01 Thread Michael Schmalle
Well I got a hold of Roland and summarized, 90% of this is dead easy and the 10% killed the project. He also stated that back when Randori was being developed, someone tried making a parser/renderer for TS to AS an eventually they had to abandon it because not all TS converts to AS correctly. I

Re: [Installer 3.2] Release branch cut

2015-06-01 Thread Nicholas Kwiatkowski
The problem is the project was abandoned, and somebody other than the original owner did the migration from Google Code to GitHub (this is in the last month -- which is why this took a bit longer). There are about 8 forks of that original github project, all which include different patches to

Flex Track on the ApacheCon EU 2015 in Budapest

2015-06-01 Thread Christofer Dutz
Hi, Jan told me that it is possible for us to apply for a Flex track on the ApacheCon mailing list. A full track would be 6 talks, a half track would be 3 ... I think we would have enough to a full track, so I wrote an application mail right away (Hope you are fine with that) ... he also

Re: [Installer 3.2] Release branch cut

2015-06-01 Thread Alex Harui
On 6/1/15, 4:31 AM, Nicholas Kwiatkowski nicho...@spoon.as wrote: The problem is the project was abandoned, and somebody other than the original owner did the migration from Google Code to GitHub (this is in the last month -- which is why this took a bit longer). There are about 8 forks of

What's going on in flex-utilities?

2015-06-01 Thread Christofer Dutz
Hi, I just noticed a bunch of commits to the flex-utilities and especially the mavenizer code. Having a look I would like to ask what's going on there? While some of the changes don't seem that dangerous, the switch from Freemarker back to Velocity as template engine could break the maven

Re: [FalconJX] d.as definition file (was: [FalconJX JXEmitter] Hello Greeter! working ... )

2015-06-01 Thread Harbs
I believe what you say, but out of curiosity, what about the conversion was the deal-breaker? On Jun 1, 2015, at 3:10 PM, Michael Schmalle teotigraphix...@gmail.com wrote: Well I got a hold of Roland and summarized, 90% of this is dead easy and the 10% killed the project. He also stated

Re: [FalconJX JXEmitter] Hello Greeter! working :: AS cross compiling to vanilla Javascript

2015-06-01 Thread Michael Schmalle
Yeah I pretty much figured that. What I can't figure out is if a d.ts definition is actually TS or some sub type that has special rules. I looked through the TS parser and compiler code and didn't see anything specific to a d.ts file so I am assuming it's TS. The problem here is two fold, one

Re: [FalconJX] d.as definition file (was: [FalconJX JXEmitter] Hello Greeter! working ... )

2015-06-01 Thread Michael Schmalle
Heh, if we can write the tool then most of our problems are taken care of because Microsoft has so graciously(no need for IDL I would imagine) provided the DOM d.ts file with the Apache 2 license. Mike On Mon, Jun 1, 2015 at 6:34 AM, Michael Schmalle teotigraphix...@gmail.com wrote: Ok, I

RE: Please welcome Kevin Godell as Apache Flex Committer

2015-06-01 Thread Kessler CTR Mark J
Congrats and welcome :) -Mark -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Friday, May 29, 2015 11:56 AM To: dev@flex.apache.org Subject: Please welcome Kevin Godell as Apache Flex Committer The Apache Flex Project Management Committee (PMC) is pleased to announce

Re: [FalconJX] d.as definition file (was: [FalconJX JXEmitter] Hello Greeter! working ... )

2015-06-01 Thread Michael Schmalle
Ok, I completely take back what I said about TS and it's parser. I have investigated and custom linters and other things can be made. So #4 is doable but the tool has to be written in TypeScript. See; https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API Mike On Mon, Jun 1, 2015

Re: [FlaconJX FlexJS] FlexJS output to js from core as files

2015-06-01 Thread Michael Schmalle
On Mon, Jun 1, 2015 at 12:48 AM, Alex Harui aha...@adobe.com wrote: On 5/31/15, 4:16 PM, Michael Schmalle teotigraphix...@gmail.com wrote: As I worked through this weekend utilizing the rainy days and kids finishing up for finals, I realized what my first step should be with the whole DOM

[FalconJX] d.as definition file (was: [FalconJX JXEmitter] Hello Greeter! working ... )

2015-06-01 Thread Michael Schmalle
On May 31, 2015 9:41 AM, Michael Schmalle teotigraphix...@gmail.com wrote: Now, I wish I had an answer of how to create a d.ts parser without using 100's of dev time hours. :) Do you have an idea of how the input vs. output would look like? Are you planning on creating a d.as file which has

RE: Please welcome Kevin Godell as Apache Flex Committer

2015-06-01 Thread Chris Martin
Welcome aboard Kevin! Chris From: aha...@adobe.com To: dev@flex.apache.org Subject: Please welcome Kevin Godell as Apache Flex Committer Date: Fri, 29 May 2015 15:56:03 + The Apache Flex Project Management Committee (PMC) is pleased to announce our newest committer, Kevin Godell.

Re: Flex Track on the ApacheCon EU 2015 in Budapest

2015-06-01 Thread Justin Mclean
Hi, he also asked me for a list of people for the program committee helping with the talk selection. I told him to add me to the list, anyone else here willing to step-up and help out. I’ll help out with (and have had previous experience on several conference boards/selection committees),

Re: [FalconJX] d.as definition file (was: [FalconJX JXEmitter] Hello Greeter! working ... )

2015-06-01 Thread Harbs
Okay. The obvious difference is that subclasses might not implement the variable, but adding foo=null” to the signature doesn’t sound like an insurmountable task… On Jun 1, 2015, at 5:10 PM, Harbs harbs.li...@gmail.com wrote: How is that different than adding “=null” to the signature? On

Re: [FalconJX] d.as definition file (was: [FalconJX JXEmitter] Hello Greeter! working ... )

2015-06-01 Thread Alex Harui
On 6/1/15, 5:39 AM, Harbs harbs.li...@gmail.com wrote: I believe what you say, but out of curiosity, what about the conversion was the deal-breaker? I suspect the 10% where TS doesn’t map cleanly to AS. FWIW, it was never clear to me that the SWCs to represent popular JS frameworks could be

Re: [FalconJX] d.as definition file (was: [FalconJX JXEmitter] Hello Greeter! working ... )

2015-06-01 Thread Michael Schmalle
From Roland; If so, beware, you're gonna run into trouble. Not all TS language features can be translated into Actionscript. One of Mike Labriola's employees spent quite a bit of time writing a parser/generator a while back, since we had the same plan for Randori. But in the end they abandoned

Re: [FalconJX] d.as definition file (was: [FalconJX JXEmitter] Hello Greeter! working ... )

2015-06-01 Thread Harbs
How is that different than adding “=null” to the signature? On Jun 1, 2015, at 4:56 PM, Michael Schmalle teotigraphix...@gmail.com wrote: The main problems were method overloading and optional members. An interface in TS doesn't necesarilly HAVE to be implement completely by a class, by

RE: AW: AW: AW: [FlexJS] IntelliJ Integration

2015-06-01 Thread Frédéric THOMAS
It is not mandatory to re-apply now, I can have a look later and try to find a way. Frédéric THOMAS From: aha...@adobe.com To: dev@flex.apache.org Subject: Re: AW: AW: AW: [FlexJS] IntelliJ Integration Date: Sun, 31 May 2015 06:37:25 + On 5/30/15, 8:58 AM, Frédéric THOMAS

Pasting behavior in TLF

2015-06-01 Thread Harbs
I’m working on some issues related to pasting text in TLF and I’m not sure what the expected behavior is. Is there supposed to be any support for copying RTF text and preserving any of the formatting, or is RTF text supposed to take on the formatting of the TLF text that it’s being pasted into?

Re: What's going on in flex-utilities?

2015-06-01 Thread Nicholas Kwiatkowski
I'm hoping I didn't screw up your changes to the mavenizer when I merged my changes back from my trunk. What I attempted to do was merge changes that were made in development over the last few weeks into my branch and then merge my branch back. Is that not what happened? The only thing that

Re: FB to IJ migration

2015-06-01 Thread Dany Dhondt
I have succeeded to migrate from Flash Builder to IntelliJ succesfully. The final hurdle came up though: Exporting a release build doesn't seem straightforward! So far, I know of this possible solutions: 1. Using ANT 2. Using MAVEN and FlexMojos 3. Using this: 

Re: FB to IJ migration

2015-06-01 Thread Nicholas Kwiatkowski
Are you creating a SWF or an AIR release? Either way, you need to setup a new build target, then you should have the menu option for it. -Nick On Mon, Jun 1, 2015 at 10:24 AM, Dany Dhondt archeme...@mac.com wrote: I have succeeded to migrate from Flash Builder to IntelliJ succesfully. The

AW: Flex Track on the ApacheCon EU 2015 in Budapest

2015-06-01 Thread Christofer Dutz
Hi Justin, thanks for joining in ... jean has already set up a track on the apachecon wiki ... I'll ask him to add you to the comitee. So it seems that it would be good to start submitting papers now. It probably wouldn't harm to add in the application somewhere that this talk would fit a

Re: [FalconJX] d.as definition file (was: [FalconJX JXEmitter] Hello Greeter! working ... )

2015-06-01 Thread OmPrakash Muppirala
On Mon, Jun 1, 2015 at 6:31 AM, Alex Harui aha...@adobe.com wrote: On 6/1/15, 5:39 AM, Harbs harbs.li...@gmail.com wrote: I believe what you say, but out of curiosity, what about the conversion was the deal-breaker? I suspect the 10% where TS doesn’t map cleanly to AS. FWIW, it was

RE: [Falcon.jx] -library-path

2015-06-01 Thread Frédéric THOMAS
The drawback is there are too much build confs and args too pass, I guess it can refrain the users, I would like to make it more friendly: - compile both swc + js or swf + js if -js-output-type=FLEXJS_DUAL, calling chained both of the compiler having generated the include-file first -

Re: [FalconJX] d.as definition file (was: [FalconJX JXEmitter] Hello Greeter! working ... )

2015-06-01 Thread Josh Tynjala
Yeah, I think optional parameters can default to null pretty safely. I have some other ideas to make the conversion easier. I think we can use some simplified rules for overloads, at least to start out. If we want to do it like Randori, and create function signatures that map to a different name,

Re: [FalconJX] d.as definition file (was: [FalconJX JXEmitter] Hello Greeter! working ... )

2015-06-01 Thread Michael Schmalle
Eh, Roland is done with AS3/Flash, he uses TypeScript now. He also said to tell you he is no longer affiliated with as3commons and you could contact Christophe about your zip lib question. I was lucky enough to get this info from him as he was trying to talk me into doing TypeScript. But it

Re: [FalconJX] d.as definition file (was: [FalconJX JXEmitter] Hello Greeter! working ... )

2015-06-01 Thread Josh Tynjala
Just in case what I proposed in my previous email isn't quite clear, I wrote a little code to clarify. Here's a AS3 type definition for createjs.EventDispatcher that I created by hand: package createjs { public class EventDispatcher { native public function EventDispatcher();

Re: [FalconJX] d.as definition file (was: [FalconJX JXEmitter] Hello Greeter! working ... )

2015-06-01 Thread Alex Harui
Seems reasonable. Mike, can you ask Roland to join us on this thread? Maybe he has some reason why this won’t work. Thanks, -Alex On 6/1/15, 1:38 PM, Josh Tynjala joshtynj...@gmail.com wrote: Just in case what I proposed in my previous email isn't quite clear, I wrote a little code to clarify.

Re: [Falcon.jx] -library-path

2015-06-01 Thread Alex Harui
BTW, assuming we’ll have Mike’s AS to JS compiler, the JS files will soon be generated by running a CompC like tool. I had thoughts of teaching CompJSC to stuff the JS files into the same swc specified by the -output option, but ran out of time. -Alex On 6/1/15, 11:46 AM, Frédéric THOMAS

Re: [FalconJX] d.as definition file (was: [FalconJX JXEmitter] Hello Greeter! working ... )

2015-06-01 Thread Alex Harui
On 6/1/15, 1:49 PM, Michael Schmalle teotigraphix...@gmail.com wrote: I was lucky enough to get this info from him as he was trying to talk me into doing TypeScript. Ok, thanks for trying. But it seems that you guys don't mind sacrificing type correctness on the arguments in the AS

RE: [Falcon.jx] -library-path

2015-06-01 Thread Frédéric THOMAS
BTW, assuming we’ll have Mike’s AS to JS compiler, the JS files will soon be generated by running a CompC like tool. I had thoughts of teaching CompJSC to stuff the JS files into the same swc specified by the -output option, but ran out of time. I would like to see that happening. 1- I

RE: [Falcon.jx] -library-path

2015-06-01 Thread Frédéric THOMAS
Thinking about it some more, I think to build, for example, the Core.swc, we would run CompJSC with one set of settings (different -js-output-type, different library paths that point to a JS.swc and HTMLNative.swc) that would product JS files, then another run with CompJSC with a different set

RE: [Falcon.jx] -library-path

2015-06-01 Thread Frédéric THOMAS
I had thoughts of teaching CompJSC to stuff the JS files into the same swc specified by the -output option, but ran out of time. Do you mean we could compile SWC(+JS) into one compilation phase ? Frédéric THOMAS From: webdoubl...@hotmail.com To: dev@flex.apache.org Subject: RE:

Re: [Falcon.jx] -library-path

2015-06-01 Thread Alex Harui
On 6/1/15, 3:04 PM, Frédéric THOMAS webdoubl...@hotmail.com wrote: BTW, assuming we’ll have Mike’s AS to JS compiler, the JS files will soon be generated by running a CompC like tool. I had thoughts of teaching CompJSC to stuff the JS files into the same swc specified by the -output

Re: [Falcon.jx] -library-path

2015-06-01 Thread Alex Harui
On 6/1/15, 3:41 PM, Frédéric THOMAS webdoubl...@hotmail.com wrote: Thinking about it some more, I think to build, for example, the Core.swc, we would run CompJSC with one set of settings (different -js-output-type, different library paths that point to a JS.swc and HTMLNative.swc) that

[Flashbuilder] server settings after creating release build of air desktop app

2015-06-01 Thread Vincent Sotto
Hi Guys, Im using flashbuilder to create a desktop air app with eccentric database connection php. How do i change the server settings after i make a build (exe/.air) application? Thanks