Re: [LAST CALL] Release Apache Flex FalconJX 0.7.0

2016-05-01 Thread Alex Harui
On 5/1/16, 12:43 AM, "Justin Mclean" wrote: >Falcon JX binary: > >- Seem odd not to mention in LICENSE TweenJS [8] and EaselJS [9] as they >are bundled and come from seperate repos. [10][11] I see CreateJS mentioned in the LICENSE. >- TweenJS is based Robert Penner easing equations, these are

Re: [FalconJX] compiling non-browser javascript

2016-05-01 Thread Josh Tynjala
I'll double check the ECMAScript spec to see if reserved words are allowed as function parameters. It's only in very specific places where they began to be allowed in ES5. This may not be one of those places. If my memory serves, I suspect it isn't one of those places, and Falcon is behaving correc

Re: Docs

2016-05-01 Thread Alex Harui
On 5/1/16, 10:38 AM, "Harbs" wrote: >I created a repo on Github to play with Github Pages. I copied the >landing page for the wiki[1], and the results are definitely improved.[2] > >Making the page more useful seems to require learning Jekyll or >something. That’s more time than I have right no

Re: [FalconJX] compiling non-browser javascript

2016-05-01 Thread Alex Harui
We've recently made changes to allow keywords in more places. I personally don't enjoy doing that work, but maybe Josh will. -Alex On 5/1/16, 12:34 PM, "Harbs" wrote: >I get the same error for other reserved words: >in, >include, >with, >etc… > >On May 1, 2016, at 10:28 PM, Harbs wrote: > >>

Re: [FLEXJS] Problem compiling Core extern

2016-05-01 Thread Alex Harui
On 5/1/16, 11:22 AM, "Christofer Dutz" wrote: >Hi, > > >I am currently working on migrating the compilation of externs for the >core modules. Unfortunately I am having some trouble but I think the >error message is valid. > > >/Users/christoferdutz/Projects/Apache/Flex/flex-asjs/frameworks/proj

Re: [FLEXJS] Manifest files in the build?

2016-05-01 Thread Alex Harui
Are you talking about the files like basic-manifest.xml? What list will you use to generate them? Not all classes go in the manifest. The manifests do not get packed into the SWC. -Alex On 5/1/16, 10:51 AM, "Christofer Dutz" wrote: >Hi, > > >I am continuing down the path of compiling the asj

Re: [FalconJX] compiling non-browser javascript

2016-05-01 Thread Harbs
I get the same error for other reserved words: in, include, with, etc… On May 1, 2016, at 10:28 PM, Harbs wrote: > I manually deleted most of the core classes to get it to compile. > > I’m now getting an error which I don’t know if it’s valid or a bug in Falcon: > > public functi

Re: [FalconJX] compiling non-browser javascript

2016-05-01 Thread Harbs
I manually deleted most of the core classes to get it to compile. I’m now getting an error which I don’t know if it’s valid or a bug in Falcon: public function findKeyStrings(for:String):String{return null;} public function translateKeyString(for:String):String{ret

[FLEXJS] Problem compiling Core extern

2016-05-01 Thread Christofer Dutz
Hi, I am currently working on migrating the compilation of externs for the core modules. Unfortunately I am having some trouble but I think the error message is valid. /Users/christoferdutz/Projects/Apache/Flex/flex-asjs/frameworks/projects/Core/src/main/flex/org/apache/flex/core/CSSTextField

[FLEXJS] Manifest files in the build?

2016-05-01 Thread Christofer Dutz
Hi, I am continuing down the path of compiling the asjs modules with maven. I gave up on the path of providing manual config scripts for each step and now generate them on the fly from the maven configuration. Currently I'm trying to automate the manifest declarations. Currently they are all i

Re: Docs

2016-05-01 Thread Harbs
I created a repo on Github to play with Github Pages. I copied the landing page for the wiki[1], and the results are definitely improved.[2] Making the page more useful seems to require learning Jekyll or something. That’s more time than I have right now. If someone who knows this stuff better

Re: [LAST CALL] Release Apache Flex FalconJX 0.7.0

2016-05-01 Thread Alex Harui
Looks like I forgot to remind folks that like the previous four releases, we are only releasing the falconjx packages. Are you sure yo udon't see the files in [7] mentioned in the LICENSE for the falconjx package? [1] is downloaded from https://closureidl.googlecode.com/files/svg.js Thanks for c

Re: [FalconJX] compiling non-browser javascript

2016-05-01 Thread Harbs
Here’s my stab at producing ActionScript files from the OMV files: https://github.com/unhurdle/omv2as The output is actually pretty good. I get error-free output on InDesign files with the exception of File types because I don’t yet have the core types linked. Photoshop output is not as good, f

Re: [LAST CALL] Release Apache Flex FalconJX 0.7.0

2016-05-01 Thread Justin Mclean
HI, > well [3][4][5] were created by me ... eventually I copied the wrong header > from some file ... can be replaced with the correct one. Yep easily fixed just wondering if there was a reason for it. > [1] is downloaded as part of the build and eventually patched by the build. Downloaded fro

AW: [LAST CALL] Release Apache Flex FalconJX 0.7.0

2016-05-01 Thread Christofer Dutz
Hi Justin ... well [3][4][5] were created by me ... eventually I copied the wrong header from some file ... can be replaced with the correct one. [1] is downloaded as part of the build and eventually patched by the build. Chris Von: Justin Mclean Gesend

Re: [LAST CALL] Release Apache Flex FalconJX 0.7.0

2016-05-01 Thread Justin Mclean
Hi, Falcon source: - There are a number of files that had non standard Apache headers containing a copyright line. Anyone know why this is the case? eg [3][4][5] + others - There are a number of files copyright "Copyright 2005 The Closure Library Authors” in [7] This is missing form LICENSE whi