AW: AW: AW: [FlexMojo] build

2015-05-13 Thread Christofer Dutz
(Taking the conversation back to the topic ;-) ) Flexunit doesn't seem to be synced to Maven central. It's available from here: https://oss.sonatype.org/service/local/repositories/releases/content/org/flexunit/flexunit/4.1.0/ I'd be glad to receive a patch ... regarding the player-download for

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

2015-05-13 Thread kevin.godell
Piotr, I had to tweak a few settings. I recorded a screen video from start to finish of me creating a project -module-external tool-changing others settings. When I tried to upload to youtube last night, youtube complained about the format after it hanged for a while. I am trying to upload it once

Re: [FlexJS] Cordova. ASDoc (continuing from [FlexMojo] build)

2015-05-13 Thread Alex Harui
On 5/13/15, 3:21 AM, Michael Schmalle teotigraphix...@gmail.com wrote: Well I have absolutely NO experience with Cordova, I think years ago I set it up once but that is the extent of my dealings. From what I gather it's an HTML view with hooks down to native correct? Pretty much, just like AIR

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

2015-05-13 Thread Alex Harui
On 5/13/15, 4:35 AM, kevin.godell kevin.god...@gmail.com wrote: I hope that the patch wasn't the cause of the build failing! The build likes to fail waiting for flexunit results. At some point it will get past that failure point. That said, I’m not 100% sure that was the right patch. IMO,

Re: [FlexJS] Cordova. ASDoc (continuing from [FlexMojo] build)

2015-05-13 Thread Alex Harui
On 5/13/15, 6:59 AM, Michael Schmalle teotigraphix...@gmail.com wrote: Alex, When I said Windows I meant Windows 7. I use it for rapid prototyping. Imagine having an audio DSP core written in C++, I can call C apis from the AIR windows native extensions that I wrapped with C, then I can call

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

2015-05-13 Thread kevin.godell
So, am I suppose to define env vars for flexhome and falconhome? It doesn't work if I don't. On Wednesday, May 13, 2015, Alex Harui [via Apache Flex Development] ml-node+s247n46467...@n4.nabble.com wrote: SCRIPT_HOME is supposed to be the directory the shell script is in so that it can

Re: [FlexJS] Cordova. ASDoc (continuing from [FlexMojo] build)

2015-05-13 Thread Michael Schmalle
Alex, When I said Windows I meant Windows 7. I use it for rapid prototyping. Imagine having an audio DSP core written in C++, I can call C apis from the AIR windows native extensions that I wrapped with C, then I can call those same C apis in Android using Java JNI. So I use Windows for rapid

RE: AW: AW: AW: [FlexMojo] build

2015-05-13 Thread Frédéric THOMAS
Hi Chris, Well, I only pushed a fix for https://issues.apache.org/jira/browse/FLEX-34839 at the moment :-) Can you please review it ? Will see eventually later for FP 10.2. Thanks, Frédéric THOMAS From: christofer.d...@c-ware.de To: dev@flex.apache.org Subject: AW: AW: AW: [FlexMojo] build

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

2015-05-13 Thread kevin.godell
I will try to put in some echo statements and see whst scripthome is being defined as when I get home tonight. I am not familiar with shell scripting, but it looks like I could mess with it. Could that be defined as an environmental variable? I know that I have to set flexhome and falconhome to

Re: [FlexJS] Cordova. ASDoc (continuing from [FlexMojo] build)

2015-05-13 Thread Michael Schmalle
Well I have spent the last hour reading over their docs, I love seeing high traffic projects. I would feel confident in exploring this avenue since the project seems huge now. I remember 2 years ago it wasn't so large. I am pretty sure I can do what I need to once I figure out the tool chain.

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

2015-05-13 Thread Alex Harui
SCRIPT_HOME is supposed to be the directory the shell script is in so that it can use relative paths from there to find other things. I’d prefer not to require environment variables as I think there are similar scripts in the Flex SDK that don’t require environment variables, but I could be wrong

Re: [Flex Showcase] dotSlope

2015-05-13 Thread Deepak MS
Wow! Looks amazing. Just goes to show endless possibilities from flex. On Thu, May 14, 2015 at 12:30 AM, OmPrakash Muppirala bigosma...@gmail.com wrote: A new entry has been added to the Apache Flex showcase for the app - dotSlope. Showcase: http://flex.apache.org/community-showcase.html

[Flex Showcase] dotSlope

2015-05-13 Thread OmPrakash Muppirala
A new entry has been added to the Apache Flex showcase for the app - dotSlope. Showcase: http://flex.apache.org/community-showcase.html Product website: http://www.dotslope.com/ Thanks, Om

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

2015-05-13 Thread piotrz
I was googling and searching in Intellij options for change these classpath, but without success. :( Maybe someone know how to force intellij to use custom classpath ? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

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

2015-05-13 Thread piotrz
Thank you Kevin for this video! It's awesome! :) I have pretty similar setup. It's great we have debuggable swf but FlexJS itself is not present as an sdk in your setup, so would be great figure out why actually it is not working with FlexJS. Once I copied these three files which Alex suggested

Re: [FlexJS - FlaconJx] GIT checkout and compiling

2015-05-13 Thread Michael Schmalle
Alex, what is the FlexJS build trying todo when it opens Explorer? Unit tests? So if that is true, I need the Flash Player installed in it right? I NEVER use IE so, I am sure this is the case, the build is failing at test : FlexUnitFlexJSApplication.swf On Wed, May 13, 2015 at 5:29 PM, Michael

RE: [FlexJS - FlaconJx] GIT checkout and compiling

2015-05-13 Thread Frédéric THOMAS
Hi Mike, I have to delay the re-writing of the Falcon IJ setup for at least one more day. Frédéric THOMAS Date: Wed, 13 May 2015 17:55:58 -0400 Subject: Re: [FlexJS - FlaconJx] GIT checkout and compiling From: teotigraphix...@gmail.com To: dev@flex.apache.org Sorry for the noise. I

Re: [FlexJS] IntelliJ Integration

2015-05-13 Thread Alex Harui
I’m changing the subject in hope that the IntelliJ folks who watch this list might see it. It appears that some API signatures have changed since Adobe donated FDB to Apache. IntelliJ might be depending on the old behavior. Which Flex SDK did you use to copy the FDB jars? The DebugCLI class

Re: [FlexJS] IntelliJ Integration

2015-05-13 Thread Michael Schmalle
I am really hoping we can get this working in IntelliJ. When I signed that petition for FlexJS integration, the dev basically said you should be able to run it with external tools easily. Well right now this is not the case. IntelliJ is so powerful having actionscript/mxml and javascript sitting

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

2015-05-13 Thread kevin.godell
Sorry for the late reply, just got home. Yeah, the video wasnt great because it was late and I was rushing through. But, I do use the flexjs sdk in Project Structure - Modules - Dependencies - Flex / AIR SDK = flexjs nightly. In the Run/Debugger settings, I set the Use debugger from SDK =

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

2015-05-13 Thread Alex Harui
Wild guess, but in /Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/flex-sdk-descripti on.xml Change: version4.0.3/version To: version4.14.1/version Or whatever is working for you in /Users/kevinGodell/Documents/flex4.15.0N-air17/flex-sdk-description.xml It could be that IntelliJ is

Re: [FlexJS - FlaconJx] GIT checkout and compiling

2015-05-13 Thread Michael Schmalle
No problem, I just said I was going to take a couple days off from mobile dev to get this stuff working. I am pretty happy how far I got in 1.5 days from being away from this for 2 years. I have the core FlexJS ActionScript and JavaScript loaded as a dev project in IntelliJ right now, blows

Re: [FlexJS - FlaconJx] GIT checkout and compiling

2015-05-13 Thread Michael Schmalle
Sorry for the noise. I installed FP in IE and I FINALLY got asjs repo to build! All swcs and cross compile seemed to work. So now for the next phase, I guess I am at where piotrz is at with IntelliJ, seeing if I can get it to recognize stuff. @piotrz I should be of some help in the next couple

RE: AW: AW: AW: AW: [FlexMojo] build

2015-05-13 Thread Frédéric THOMAS
Hi Chris, could you please make the CLI use this too? Sure. could you eventually adjust your auto-detection to use the Apache Commons lib? The same, will try to find the time Sunday but I would use lang3 instead of lang as the first one includes more OSes. Instead of: dependency

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

2015-05-13 Thread kevin.godell
Sorry. please revert that change. For some reason that I cant remember right now, I thought that I had to setup the environment variables for FLEX_HOME and FALCON_HOME. Having those set, it causes that SCRIPT_HOME part to end up with that error. When I removed the env vars, and put the mxmlc back

AW: AW: AW: AW: [FlexMojo] build

2015-05-13 Thread Christofer Dutz
Ok ... thanks for the fix. I just had a look at it ... the CLI did auto-detect the platform type, but I think your version is cooler, could you please make the CLI use this too? Chris Von: Frédéric THOMAS webdoubl...@hotmail.com Gesendet: Mittwoch, 13.

Re: [FlexJS] Cordova. ASDoc (continuing from [FlexMojo] build)

2015-05-13 Thread Alex Harui
On 5/13/15, 8:16 AM, Michael Schmalle teotigraphix...@gmail.com wrote: Well I have spent the last hour reading over their docs, I love seeing high traffic projects. I would feel confident in exploring this avenue since the project seems huge now. I remember 2 years ago it wasn't so large. I am

AW: AW: AW: AW: [FlexMojo] build

2015-05-13 Thread Christofer Dutz
Having an even closer look ... could you eventually adjust your auto-detection to use the Apache Commons lib? Think in general it's a good thing to re-use what our fellow Apaches provided us with :) Chris Von: Christofer Dutz christofer.d...@c-ware.de

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

2015-05-13 Thread kevin.godell
I tried changing it to 4.15.0, which is what was in the flex nightly, but no luck. In the flexJS nightly, I found no /lib/fdb.jar file. I copied it from the other sdk, but still no luck. It just complained a little differently when trying to debug with flexjs:

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

2015-05-13 Thread Alex Harui
Hi Kevin, Before we revert that, I think folks with multiple SDKs are going to want to set FLEX_HOME and maybe FALCON_HOME too. It would be nice to see if we can make the scripts work in either situation if you have time. -Alex On 5/13/15, 5:06 PM, kevin.godell kevin.god...@gmail.com wrote:

Re: [FlexJS] IntelliJ Integration

2015-05-13 Thread piotrz
Mike, Great idea to reach someone from Jetbrains we really need some help from that point from them. Thank you! Maybe I will describe our current problems: 1) We have successfully configured External Tools both on Mac OSX (Thanks Kevin!) and Win [1] 2) Once we use FlexJS in section Use debugger

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

2015-05-13 Thread kevin.godell
I tried to post earlier, but it seems to have been lost. Hopefully this will not be a double post. Leaving the mxmlc as it was before the patch, this was my results calling it from command line taking intellij out of the picture for the moment. env var FLEX_HOME and FALCON_HOME set to

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

2015-05-13 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

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

2015-05-13 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, erikdebr...@apache.org wrote: Revert Revert SCRIPT_HOME path had extra slash This reverts commit e9be91b7be0a4125fe68b3b62f98ce69b6baecc5. Project:

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

2015-05-13 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

Re: [FlexJS - FlaconJx] GIT checkout and compiling

2015-05-13 Thread Michael Schmalle
Well, a day later and I still can't get asjs built. There is something wrong compler.jx unit tests so I just compiled without the all. Then I tried compiling asjs, seems like you have to build flexunit first correct? Then I tired building flexunit and get this error; http://snag.gy/05QYd.jpg