Re: [3/3] git commit: [flex-asjs] [refs/heads/develop] - Revert "Revert "SCRIPT_HOME path had extra slash""

2015-05-12 Thread Erik de Bruin
Yeah, sorry about the mess, I seem to be a bit rusty :-( Anyway, Kevin: thanks for the patch! EdB On Wed, May 13, 2015 at 8:45 AM, wrote: > Revert "Revert "SCRIPT_HOME path had extra slash"" > > This reverts commit e9be91b7be0a4125fe68b3b62f98ce69b6baecc5. > > > Project: http://git-wip-us.ap

[GitHub] flex-asjs pull request: SCRIPT_HOME path had extra slash

2015-05-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flex-asjs/pull/1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread piotrz
Kevin, I did install the newest nightly build of flexjs. What actually you did ? - Have you only copied this three files pointed by Alex and hit green "bug" - Debugger started to working with swf ? I have following error [1] [1] https://paste.apache.org/51vf Piotr - Apache Flex PMC pi

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread Alex Harui
Yay! It sounds like it is working now. The js-release contains minified js. The total download is much smaller and should run faster although it is hard to tell in this small example. The js-debug version is easier to debug if there are still issues that aren’t found in the SWF version. Thanks

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread kevin.godell
It created the index.html this time, and I was able to view the js app there. Cool. What is the difference between the release and the debug version? They appeared identical in the browser. /Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/bin/mxmlc /Users/kevinGodell/IdeaProjects/flexJS

[GitHub] flex-asjs pull request: SCRIPT_HOME path had extra slash

2015-05-12 Thread kevinGodell
GitHub user kevinGodell opened a pull request: https://github.com/apache/flex-asjs/pull/1 SCRIPT_HOME path had extra slash You can merge this pull request into a Git repository by running: $ git pull https://github.com/kevinGodell/flex-asjs patch-1 Alternatively you can revie

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread Alex Harui
OK, thanks. I think I know what is going on. I just pushed an attempt to fix it. You can monitor Falcon build #455 here [1] and if it completes successfully, try deleting the old stuff and re-installing again. Thanks for helping us figure this out. -Alex [1] http://apacheflexbuild.cloudapp.net

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread kevin.godell
I had a little success getting the swf to connect to the debugging console in intellij, I think. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Rea

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread kevin.godell
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/bin/mxmlc /Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/DataBindingTest.mxml Using Falcon codebase: /Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17 Using Flex SDK: /Users/kevinGodell/Documents/flexJS-nightly_air-17_fp

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread Alex Harui
I was looking into SourceLocator and realized it is part of the debugger (FDB) which isn’t bundled into FlexJS. Can someone using IntelliJ try copying the following jars from a FlexSDK into the FlexJS lib folder? lib/swfutils.jar lib/fdb.jar lib/asc.jar If that works, then we can add those jars

Re: AW: AW: [FlexMojo] build

2015-05-12 Thread Alex Harui
On 5/12/15, 3:38 PM, "Michael Schmalle" wrote: >It would have been icing on the cake if I wasn't using native extensions >for dll on Windows and Java on Android for these apps, then I could really >test FlexJS. That is also why one thing I might work on is a Web Audio >extensions lib with Flex

Re: [FlexJS - FlaconJx] GIT checkout and compiling

2015-05-12 Thread Alex Harui
Some of the tests run SWFs that load files from the file system. The folder contains those files need to be added to the trusted folders for Flash. See: http://www.macromedia.com/support/documentation/en/flashplayer/help/setting s_manager04.html -Alex On 5/12/15, 3:54 PM, "Michael Schmalle"

Re: [FlexJS - FlaconJx] GIT checkout and compiling

2015-05-12 Thread Michael Schmalle
@Alex What does this mean when running the MXML unit tests; SecurityError: Error #2017: Only trusted local files may cause the Flash Player to exit. at flash.system::System$/exit() at MXMLPropertyBooleanTests3309775719849501228/enterFrameHandler() at MXMLPropertyBooleanTests33097757198

Re: AW: AW: [FlexMojo] build

2015-05-12 Thread Michael Schmalle
I wouldn't mind this but I have learned much since my grasshopper stage of life and for me, I just want to get it working! I just love actionscript, I guess it's because I started using it in Flash 5, maybe it's a sentimental thing or I know things can be written quite fast in it, who knows. :) I

Re: [FlexJS - FlaconJx] GIT checkout and compiling

2015-05-12 Thread Michael Schmalle
Eh, I went by the README instructions in the falcon dir which is different then the ones you gave me. No, I didn't run ant all, and the problem was actually the download.xml didn't run on all the projects. :) My bad. On Tue, May 12, 2015 at 6:27 PM, Alex Harui wrote: > > > On 5/12/15, 3:18 PM,

Re: AW: AW: [FlexMojo] build

2015-05-12 Thread Alex Harui
On 5/12/15, 3:03 PM, "OmPrakash Muppirala" wrote: >On Tue, May 12, 2015 at 3:01 PM, Michael Schmalle >> wrote: > >> > I will be able to play a bit now with FM & FlexJS before to switch >>back >> on Randori -> maybe the future FlexJS plugin (I have to admit I've been >> bored to have to compile

RE: [FlexJS - FlaconJx] GIT checkout and compiling

2015-05-12 Thread Frédéric THOMAS
Mike, I'm off to bed right now, slept at 3pm last night, been working all day, did those things for internet, did a fix and built FlexMojo and my girlfriend is still waiting for me but tomorrow night, I will put those steps in order. Bye, Frédéric THOMAS > Date: Tue, 12 May 2015 18:18:22 -0400

Re: [FlexJS - FlaconJx] GIT checkout and compiling

2015-05-12 Thread Alex Harui
On 5/12/15, 3:18 PM, "Michael Schmalle" wrote: > >BTW I get this problem when in Eclipse after the builds; > >http://snag.gy/IPNkD.jpg > > >@Alex So for eclipse dev, the compiler projects don't work out of the box. True. I’m not sure there is a way to do it, either. You have to set ANT_OPTS

Re: [TDF Mobile] Releasing TDF Mobile

2015-05-12 Thread OmPrakash Muppirala
Update: I recently switched computers and have not been able to access ASF Git since then. I have been working with the Infra team to get this resolved. Which means that I won't be able to work on the release till I have my Git access restored. Are there any volunteers for making this happen in

Re: [FlexJS - FlaconJx] GIT checkout and compiling

2015-05-12 Thread Michael Schmalle
> Yeah, not always the best part of the job but once done, I feel proud, not you ? :-) Check man, it actually worked the first time through on both builds! I can't believe I setup all the paths and stuff right. > Btw, did you manage to setup Falcon in IntelliJ too ? Below I gave the steps, not to

RE: AW: AW: [FlexMojo] build

2015-05-12 Thread Frédéric THOMAS
> Well I just built the sdk and compiler, are the stars aligning for us Fred? Let's see how it goes :-) Frédéric THOMAS > Date: Tue, 12 May 2015 18:01:49 -0400 > Subject: Re: AW: AW: [FlexMojo] build > From: teotigraphix...@gmail.com > To: dev@flex.apache.org > > > I will be able to play a bi

Re: AW: AW: [FlexMojo] build

2015-05-12 Thread Michael Schmalle
Honestly, I do. I have been working with parsers and AS for a long time; https://github.com/teotigraphix/as3-commons-jasblocks https://github.com/teotigraphix/as3-commons-asblocks A read-write DOM in Java and ActionScript. I also wrote a new ASDoc tool using the Falcon code base that would be ni

RE: [FlexJS - FlaconJx] GIT checkout and compiling

2015-05-12 Thread Frédéric THOMAS
Yeah, not always the best part of the job but once done, I feel proud, not you ? :-) Btw, did you manage to setup Falcon in IntelliJ too ? Below I gave the steps, not totally in order but I guess easy to figure out. Frédéric THOMAS > Date: Tue, 12 May 2015 17:57:46 -0400 > Subject: Re: [FlexJS

Re: AW: AW: [FlexMojo] build

2015-05-12 Thread OmPrakash Muppirala
On Tue, May 12, 2015 at 3:01 PM, Michael Schmalle wrote: > > I will be able to play a bit now with FM & FlexJS before to switch back > on Randori -> maybe the future FlexJS plugin (I have to admit I've been > bored to have to compile using the external tool last weekend having in > more everythin

Re: AW: AW: [FlexMojo] build

2015-05-12 Thread Michael Schmalle
> I will be able to play a bit now with FM & FlexJS before to switch back on Randori -> maybe the future FlexJS plugin (I have to admit I've been bored to have to compile using the external tool last weekend having in more everything in red in the IDE) Well I just built the sdk and compiler, are t

Re: [FlexJS - FlaconJx] GIT checkout and compiling

2015-05-12 Thread Michael Schmalle
OK, After 4 hours of fiddling and downloading and building, I have successfully built the flex sdk, falcon compiler in develop. OMG that is a huge undertaking, JUST like I remembered it 2 years ago! :) Now to try the next step of figuring out what the heck is going on. :) Mike On Sat, May 9, 20

RE: AW: AW: [FlexMojo] build

2015-05-12 Thread Frédéric THOMAS
I meant FU 4.1 Frédéric THOMAS From: webdoubl...@hotmail.com To: dev@flex.apache.org Subject: RE: AW: AW: [FlexMojo] build Date: Tue, 12 May 2015 22:47:05 +0100 Hi Chris, After having fixed the internet in the hotel and adding a few repeaters, I have internet, yeah :-) and I found the time

RE: AW: AW: [FlexMojo] build

2015-05-12 Thread Frédéric THOMAS
Hi Chris, After having fixed the internet in the hotel and adding a few repeaters, I have internet, yeah :-) and I found the time to go further compiling FM7 and running the test suite, what I haven't done since a while and the mavenizer helped a lot I have to admit despite: 1- The bug I menti

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread Michael Schmalle
> Don’t confuse being a good programmer with whether you use an IDE or not. That is not what I meant. I meant that I could be faster if I wasn't lazy and used the command line more. I think you took it opposite of what I said/meant. :) Mike On Tue, May 12, 2015 at 3:41 PM, Alex Harui wrote: >

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread Alex Harui
On 5/12/15, 12:10 PM, "Michael Schmalle" wrote: >"True command-line junkies don’t use IDE’s and can just work from >the git repos with some environment variables." > >This is funny. Although I consider myself a pretty good programmer, I hate >the command line. Why? I have to type more, seriousl

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread Michael Schmalle
"True command-line junkies don’t use IDE’s and can just work from the git repos with some environment variables." This is funny. Although I consider myself a pretty good programmer, I hate the command line. Why? I have to type more, seriously that is it, having to type more after writing code suck

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread Alex Harui
On 5/12/15, 10:00 AM, "kevin.godell" wrote: >Could there have been a better or faster way for me to get that changed >file without downloading the entire flexjs nightly with the installer? >Keep >in mind that I am not knowledgable with command line things, but willing >to >learn. Well, I think

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread kevin.godell
I saw the commit you made and tried to re-download the nightly this morning with the installer. 3 failed attempts when it could not verify the air17. I changed it to air 16 and it downloaded without failing. But unfortunately, I ran out of time and had to leave for work. I am looking forward to run

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread Alex Harui
Hi Kevin, Looks like the Falcon build passed, so please start over by re-installing FlexJS nightly which should pick up this new Falcon build. Then the js/bin/mxmlc should have additional output about which SWCs it is looking for. Maybe that will give us a clue why it can’t find these .js files

AW: AW: [FlexMojo] build

2015-05-12 Thread Christofer Dutz
Hi Frederic, Oh yeah ... right ... forgot about that (y/n/yes/no) stuff :-) Are you eventually working on a Linux CI server? Think in that case we would have to sort of gracefully fall back to some default (win or mac) or make it possible to manually override the type. But I have to admit that

Re: Falcon progress for as flex sdk

2015-05-12 Thread Michael Schmalle
@Alex, I didn't mean to take away from your work. I only meant "explicit" work mainly targeting SWF, as you said, your work has been related to FlexJS. On Tue, May 12, 2015 at 9:13 AM, Alex Harui wrote: > > > On 5/12/15, 5:59 AM, "Glenn Willianms" wrote: > > >Thanks for the info > > > >:-) if o

Re: Falcon progress for as flex sdk

2015-05-12 Thread Alex Harui
On 5/12/15, 5:59 AM, "Glenn Willianms" wrote: >Thanks for the info > >:-) if only adobe had given it just one more year ay Well, I wouldn’t say that “there hasn’t been any work”. Many changes I’ve made to Falcon for the SWF output for FlexJS should have benefited Falcon's ability to generate

RE: Falcon progress for as flex sdk

2015-05-12 Thread Glenn Willianms
Thanks for the info :-) if only adobe had given it just one more year ay -Original Message- From: Michael Schmalle [mailto:teotigraphix...@gmail.com] Sent: 12 May 2015 13:28 To: dev@flex.apache.org Subject: Re: Falcon progress for as flex sdk I haven't been around for about 2 years,

Re: Falcon progress for as flex sdk

2015-05-12 Thread Michael Schmalle
I haven't been around for about 2 years, just started checking the commits and things. It seems there really hasn't been any work on the SWF Falcon compiler since about the time Gordon stopped committing changes to MXML. I remember I spent a lot of time studying the code, most all classes I studie

Falcon progress for as flex sdk

2015-05-12 Thread Glenn Willianms
Hi folks Just trying to catch up on what's been happening over the past few months here Has there been any progress on Flacon when it comes to standard flex projects? Just wanted an update on where we stand right now Thanks for every ones hard work here Cheers glenn

RE: AW: [FlexMojo] build

2015-05-12 Thread Frédéric THOMAS
Hi Chris, I had only few time to try to debug it last night and seen things that don't correspond to what you are saying, so I wonder if I'm on the right branch. > > Actually try typing "yes" and not just 'y' > > But it shouldn't have accepted 'y' are you eventually using an outdated > > versi