BLAZEDS_HOME

2015-05-31 Thread Harbs
I just tried building the Flex SDK for the first time in a while and I see that env.BLAZEDS_HOME is a required variable. I have not been following the progress with Blaze DS, so I’m not sure what that should be set to. Any pointers? Thanks, Harbs

Re: BLAZEDS_HOME

2015-05-31 Thread Michael Schmalle
Check out the repo and set it to the flex-blazeds directory. I don't know what it's for either but I did this and it built, I think you need to checkout flex-flexunit and build that as well, or maybe that is for flex-asjs.(not looking at the README) Mike On Sun, May 31, 2015 at 5:01 AM, Harbs w

Re: BLAZEDS_HOME

2015-05-31 Thread Harbs
Ah. I did not think to look for a separate repo… Thanks! Harbs On May 31, 2015, at 12:33 PM, Michael Schmalle wrote: > Check out the repo and set it to the flex-blazeds directory. > > I don't know what it's for either but I did this and it built, I think you > need to checkout flex-flexunit a

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-31 Thread Michael Schmalle
On Sun, May 31, 2015 at 1:28 AM, Justin Mclean wrote: > Hi, > > > No need to raise a legal JIRA, we don’t have to bundle this stuff. > > If they are not bundled and they are optional i.e. comply with this [1][2] > then that’s fine. > > > Let’s propose ways to make progress. Please make sure you

Re: BLAZEDS_HOME

2015-05-31 Thread Harbs
FYI: Simply checking out the repo solved it for me. As long as the directories are not renamed and all in the same parent directory, build.xml finds all the dependencies. On May 31, 2015, at 12:37 PM, Harbs wrote: > Ah. I did not think to look for a separate repo… > > Thanks! > Harbs > > On

Re: BLAZEDS_HOME

2015-05-31 Thread Michael Schmalle
Yeah that is because the build script looks for it in the sibling directory, if you had it somewhere else you would need the vars, I think that goes for most of the env variables as well. Mike On Sun, May 31, 2015 at 5:42 AM, Harbs wrote: > FYI: > > Simply checking out the repo solved it for me

[FlexJS] Sample project

2015-05-31 Thread Michael Schmalle
Alex, you had said you might be able to push a project you use to test the framework with. I know you are busy but, it would be cool to look through it and mess with it. I'm trying to manage my development time between this project and my other things, so now that I have gotten back into the comp

Re: [FlexJS] Sample project

2015-05-31 Thread piotrz
Mike, I'm observing your involvement to this project and I'm so happy that you get back after two years. You are pushing this forward. Thank you. :) It would be really nice if you could put all your experience with setup environment for work with FlexJS and compiler together. How you did this step

Re: [FlexJS] Sample project

2015-05-31 Thread Alex Harui
On 5/31/15, 3:28 AM, "Michael Schmalle" wrote: >Alex, you had said you might be able to push a project you use to test the >framework with. > >I know you are busy but, it would be cool to look through it and mess with >it. > >I'm trying to manage my development time between this project and my

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-31 Thread Alex Harui
On 5/30/15, 10:28 PM, "Justin Mclean" wrote: >> Let’s propose ways to make progress. Please make sure you have clarity >>on >> the pieces involved before speculating on possible blockers, and then >> propose how we can proceed, not why we should stop. > >If it did turn out to be a blocker a l

Re: [FlexJS] Sample project

2015-05-31 Thread Michael Schmalle
Cool, don't worry about it. I just finished up some other work and I am back into the compiler refactoring. Funny thing dawned on my last night. I have dyslexia so sometimes I think about things backwards. I was thinking about what you said about you and Peter wanting this new project path to work

Re: BLAZEDS_HOME

2015-05-31 Thread Alex Harui
Yep, we expect you to have cloned several of our repos and try to assume some variables based on that. Folks testing source packages often have to set these variables to point to repos or other source packages. If you can think of a good place for us to document that or a better way to deal with

Re: [FlexJS] Sample project

2015-05-31 Thread Alex Harui
On 5/31/15, 7:13 AM, "Michael Schmalle" wrote: >Cool, don't worry about it. I just finished up some other work and I am >back into the compiler refactoring. > >Funny thing dawned on my last night. I have dyslexia so sometimes I think >about things backwards. I was thinking about what you said a

Re: [FlexJS] Sample project

2015-05-31 Thread Michael Schmalle
Alex, I didn't mean change anything you need for your work on FlexJS, I just meant configuration, which means compiler flags. Another example would be a flag for including the goog depends and FlexJS footer etc. I am hoping going down this road I will learn more about JS and be able to see how we

Re: [FlexJS] Sample project

2015-05-31 Thread Michael Schmalle
On Sun, May 31, 2015 at 7:39 AM, piotrz wrote: > Mike, > > I'm observing your involvement to this project and I'm so happy that you > get > back after two years. You are pushing this forward. Thank you. :) > It would be really nice if you could put all your experience with setup > environment for

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

2015-05-31 Thread Dretch
Github user Dretch commented on the pull request: https://github.com/apache/flex-sdk/pull/18#issuecomment-107212393 I have moved the test to the framework project, where it is now called by the build. I have also added a warning to the documentation about how slow array access notatio

Re: [FlexJS] Sample project

2015-05-31 Thread piotrz
Yes Mike That's what I'm talking about. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Sample-project-tp47243p47253.html Sent from the Apache Flex Development mailing list archive at Nabble.c

Re: [FlexJS] Sample project

2015-05-31 Thread Michael Schmalle
Ok, yeah I can see from the outside it's a black box and scary. :) just kidding. I'm in the process of taking a bit of the voodoo out of the JSFlexJSEmitter which is the main point where JavaScript bugs will have to be fixed because I know once this gets used, they will show up. Although, the Ran

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

2015-05-31 Thread Josh Tynjala
On May 29, 2015 1:36 PM, "Michael Schmalle" wrote: > > The fact Josh is still highly interested in ActionScript leads me to > believe if we offer up real solutions to former AS devs, they might > actually be overjoyed to see and use it because they know we are not trying > to solve world hunger h

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

2015-05-31 Thread Michael Schmalle
Nice, actually I am highly motivated right now. I know how much joy I had when getting back into it using Feathers. I think I have told you like 5 times in the last 3 months. :) Now, I wish I had an answer of how to create a d.ts parser without using 100's of dev time hours. :) Mike On Sun, May

[FalconJX] FlexJS refactoring

2015-05-31 Thread Michael Schmalle
Erik, I noticed the comment in git. I am not touching your V stuff and all tests pass when I commit. There is no logic changing, just abstracting things so it's a lot easier to understand. I'm not going wild, every change I am making is "calculated". Just look a the logic in the sub emitters and

Re: Git Push Summary

2015-05-31 Thread Erik de Bruin
Hi, sorry about that. I accidentally pushed those changes to the develop branch instead of the vf2js branch. I've immediately reverted them. Never mind me, carry on. EdB On Sun, May 31, 2015 at 7:41 PM, wrote: > Repository: flex-falcon > Updated Branches: > refs/heads/vf2js [created] 2b06e

Re: [FalconJX] FlexJS refactoring

2015-05-31 Thread Erik de Bruin
Hi Mike, I was just kidding with that commit message, and it was supposed to go into the VF2JS branch ;-) I have reverted the commits I accidentally made to develop. I'm afraid I barely have time to keep up with what you guys are doing, let alone contribute. I wanted to get my uncommitted changes

Re: [FalconJX] FlexJS refactoring

2015-05-31 Thread Michael Schmalle
Yeah I read your email after I sent it. :) Kewl, hope you get some time. Mike On Sun, May 31, 2015 at 1:52 PM, Erik de Bruin wrote: > Hi Mike, > > I was just kidding with that commit message, and it was supposed to go > into the VF2JS branch ;-) I have reverted the commits I accidentally > mad

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-31 Thread Justin Mclean
HI, > IMO, it is also wasteful and even more harmful to present issues up front > based on faulty assumptions to the point where you scare folks from > working on it, and make unsubstantiated accusations about the IP integrity > of popular GitHub sites. Any “accusations” as you put it were not un

Re: [Installer 3.2] Release branch cut

2015-05-31 Thread Nicholas Kwiatkowski
I pushed the changes to develop. If somebody could test them, I would appreciate it. I don't know if I caught all the instances of URLLoader that are being used, but the new code seems to be triggered in the download process a few times. I did have to make a few changes to the as3httpclient modu

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

2015-05-31 Thread Michael Schmalle
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 thing. That is.. Helping figure out how to take the burden off Alex and Peter on the js double work they have been doing. So I am looking at Core

Re: [6/6] git commit: [flex-utilities] [refs/heads/develop] - Merge remote-tracking branch 'origin/develop' into as3httpclient-work

2015-05-31 Thread Justin Mclean
Hi, Thanks for the installer fixes. I assume the large number of changes are just because we have a lot of projects in the same git repo and just noise? Thanks, Justin

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

2015-05-31 Thread OmPrakash Muppirala
Sounds like a great plan! Getting rid of the need to write JavaScript would be a big deal. Thanks, Om On May 31, 2015 4:17 PM, "Michael Schmalle" 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 t

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

2015-05-31 Thread OmPrakash Muppirala
On May 31, 2015 9:41 AM, "Michael Schmalle" wrote: > > Nice, actually I am highly motivated right now. I know how much joy I had > when getting back into it using Feathers. I think I have told you like 5 > times in the last 3 months. :) > > Now, I wish I had an answer of how to create a d.ts parse

Re: [6/6] git commit: [flex-utilities] [refs/heads/develop] - Merge remote-tracking branch 'origin/develop' into as3httpclient-work

2015-05-31 Thread Nicholas Kwiatkowski
Pretty much. There has been a lot of work on the AntOnAir and the Maven plugins in the last few weeks. Hoping I actually caught all the places where https will be called. If not, we just need to change the URLLoader instance with the new ApacheURLLoader. I'm really itching to refactor and break

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

2015-05-31 Thread Josh Tynjala
The "native" keyword might be useful for creating classes that provide APIs for JavaScript libraries: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/statements.html#native It's meant for APIs that are defined as native code in the runtime. I suspect that this is part of how pl

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

2015-05-31 Thread Alex Harui
On 5/31/15, 6:02 PM, "OmPrakash Muppirala" wrote: >On May 31, 2015 9:41 AM, "Michael Schmalle" >wrote: >> >> Now, I wish I had an answer of how to create a d.ts parser without using >> 100's of dev time hours. :) Mike, have you checked out Microsoft’s TypeScript compiler? It seems to be on G

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

2015-05-31 Thread Alex Harui
On 5/31/15, 4:16 PM, "Michael Schmalle" 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 thing. > >That is.. Helping figure out how to take the burden off Alex and Peter on >the js do

Re: [Installer 3.2] Release branch cut

2015-05-31 Thread Alex Harui
On 5/31/15, 3:38 PM, "Nicholas Kwiatkowski" wrote: >I pushed the changes to develop. If somebody could test them, I would >appreciate it. I don't know if I caught all the instances of URLLoader >that are being used, but the new code seems to be triggered in the >download >process a few times.

Re: [Installer 3.2] Release branch cut

2015-05-31 Thread piotrz
Nick, I've just tried out the last nightly of installer. Installed FlexJS nightly and Flex 4.15 nightly - Everything went well. :) Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Installer-3-2