Re: FalconJS has landed

2012-11-23 Thread Cyrill Zadra
Finally .. I could compile a js file Yihaa ;-). There were 2 things todo: 1) I had to remove the absolute path in the MANIFEST.MF to the falcon compiler.jar through a relative one. 2) The command ./bin/mxmlc MainCode.as returns a java.lang.NullPointerException at java.io.File.(File.j

Re: FalconJS has landed

2012-11-23 Thread Alex Harui
On 11/23/12 10:19 PM, "Cyrill Zadra" wrote: > One step further. Could execute the ant target jar and it created all > the libraries. > > Now I've got following exception. > > tiezad@elitebook-zadra /cygdrive/c/dev/apache-flex/falcon/compiler.js/bin > $ ./mxmlc ../test/TestApp.as > Using Falc

Re: FalconJS has landed

2012-11-23 Thread Cyrill Zadra
One step further. Could execute the ant target jar and it created all the libraries. Now I've got following exception. tiezad@elitebook-zadra /cygdrive/c/dev/apache-flex/falcon/compiler.js/bin $ ./mxmlc ../test/TestApp.as Using Falcon codebase: ./../../compiler Using Flex SDK: ./../../compiler/ge

Re: FalconJS has landed

2012-11-23 Thread Alex Harui
Try taking out that line. On 11/23/12 9:04 PM, "Cyrill Zadra" wrote: > Tried it again still the same but it occurs on line 231: > > BUILD FAILED > C:\dev\apache-flex\falcon\compiler.js\build.xml:231: Warning: Could > not find resource file > "C:\dev\apache-flex\falcon\compiler.js\build\lib\asc

Re: FalconJS has landed

2012-11-23 Thread Cyrill Zadra
Tried it again still the same but it occurs on line 231: BUILD FAILED C:\dev\apache-flex\falcon\compiler.js\build.xml:231: Warning: Could not find resource file "C:\dev\apache-flex\falcon\compiler.js\build\lib\asc.jar" to copy. Cyrill On Fri, Nov 23, 2012 at 8:42 PM, Alex Harui wrote: > Hmm. M

Re: FalconJS has landed

2012-11-23 Thread Alex Harui
Hmm. My system must be ignoring those errors. Not sure why. I updated the build.xml. Please try again. On 11/23/12 7:01 PM, "Cyrill Zadra" wrote: > Looks like it's working again. > > I run into another problem. The directory lib/google/closure-compiler > wasn't created. > Updated the down

Re: FalconJS has landed

2012-11-23 Thread Cyrill Zadra
Looks like it's working again. I run into another problem. The directory lib/google/closure-compiler wasn't created. Updated the download.xml to create that directory. After that I get also the same error as mike. >BUILD FAILED >C:\dev\apache-flex\falcon\compiler.js\build.xml:136: Warning: Coul

Re: FalconJS has landed

2012-11-23 Thread Om
Unable to download antlr stuff. Hopefully this is a temporary issue: download-jar: [get] Getting: http://www.antlr.org/download/antlr-3.3-complete.jar [get] To: C:\p\flex_os\workspace\flexroot\falcon\trunk\compiler.js\lib\ant lr.jar [get] Error opening connection java.io.IOExcep

Re: FalconJS has landed

2012-11-23 Thread Alex Harui
On 11/23/12 3:32 PM, "Michael Schmalle" wrote: > Looks like it's going to take a bit of time digesting for myself. :) > > Next week I will write a wiki page explaining what I "See", if anybody > else wants to join in... > > Definitely a WIP though. > > Thanks for your effort Alex. > > Did

Re: FalconJS has landed

2012-11-23 Thread Michael Schmalle
Looks like it's going to take a bit of time digesting for myself. :) Next week I will write a wiki page explaining what I "See", if anybody else wants to join in... Definitely a WIP though. Thanks for your effort Alex. Did we have to rebuild the comiler? I didn't see if it copies asc.jar

FalconJS has landed

2012-11-23 Thread Alex Harui
It is in the falcon folder under trunk/compiler.js. Happy cross-compiling! -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: AW: AW: Who's a flex compiler-configuration pro on this list?

2012-11-23 Thread Alex Harui
OK, let's wait until next week and see if others agree that just having different versions of airglobal.swc available from Adobe would be sufficient. It is all you may need to compile a simple swf, but to produce final release packages, I think there are other pieces of the AIR SDK that you need.

Re: Understanding Git

2012-11-23 Thread Alex Harui
On 11/23/12 9:44 AM, "Omar Gonzalez" wrote: > > Hey Justin, > > Just a quick question, for clarity's sake. When you say cherry-picking, > what exactly do you mean? Are you referring to cherry picking individual > line changes as you make commits? Or do you mean selecting specific commit > has

RE: Flex 5 in haxe

2012-11-23 Thread Mark Fuqua
Kevin, I am not sure that's true...personally (and I would place myself in the minority), I won't look at other languages/platforms if Flex goes the direction I want to go (pretty much right where it is now, only future proof). I like actionScript and I like Flex. I am on my way to being profici

Re: Understanding Git

2012-11-23 Thread Omar Gonzalez
On Friday, November 23, 2012, Justin Mclean wrote: > Hi, > > > Ok ... If I had seen this thread earlier, I would have posted the link > to my documentation of "Contributing to Flexmojos" here. At least it > documents how to contribute to Flexmojos using Github. > > I appreciate the effort and it's

[jira] [Created] (FLEX-33278) Ctrl+V doesn't work properly

2012-11-23 Thread Nazar Yavny (JIRA)
Nazar Yavny created FLEX-33278: -- Summary: Ctrl+V doesn't work properly Key: FLEX-33278 URL: https://issues.apache.org/jira/browse/FLEX-33278 Project: Apache Flex Issue Type: Bug Compon

AW: AW: Who's a flex compiler-configuration pro on this list?

2012-11-23 Thread christofer.d...@c-ware.de
Well my Mavenizer doesn't deploy any air stuff besides the airglobal.swc and in the Flexmojos Testsuite there are tests for the different Air features and I am not having any trouble with that. The only thing is that I do have to provide the same third party libs the Flex SDK needs to have provi

AW: Understanding Git

2012-11-23 Thread christofer.d...@c-ware.de
If this is so, then the workflow is not at all different than the one in SVN and we are missing the major benefits of Git (in my opinion). One thing that could be done though would be to have the Apache Flex Git mirrored at GitHub and to use the features there. In contrast to SVN keeping the tw

Re: Understanding Git

2012-11-23 Thread Justin Mclean
Hi, > Ok ... If I had seen this thread earlier, I would have posted the link to my > documentation of "Contributing to Flexmojos" here. At least it documents how > to contribute to Flexmojos using Github. I appreciate the effort and it's nicely written. However it's probably of limited applica

Re: Understanding Git

2012-11-23 Thread Jose Barragan
Great article Chris, Thanks for sharing it in this thread. Best, -- Jose Barragan Software Architect Chief Codeoscopic Madrid C/. Infanta Mercedes, 92. Planta 5. 505. 28020 Madrid. Tel.: +34 912 94 80 80 On Nov 23, 2012, at 8:34 AM, "christofer.d...@c-ware.de" wrote: > Ok ... If I had see