Re: [FalconJX]Compilers and arguments

2016-05-18 Thread Harbs
compiler.strict-xml source-map There are a couple of “not sure”s on the page as well. On May 18, 2016, at 7:38 PM, Alex Harui wrote: > > > On 5/18/16, 12:58 AM, "Harbs" wrote: > >> Thanks for all this info. I updated the wiki.[1] >> >> There are some holes on the page, so if anyone could pr

Re: [FalconJX]Compilers and arguments

2016-05-18 Thread Alex Harui
On 5/18/16, 12:58 AM, "Harbs" wrote: >Thanks for all this info. I updated the wiki.[1] > >There are some holes on the page, so if anyone could proof-read it and >add pertinent info, that would be helpful. Thanks for doing this. Which holes are you referring to? -Alex

Re: [FalconJX]Compilers and arguments

2016-05-18 Thread Harbs
Thanks for all this info. I updated the wiki.[1] There are some holes on the page, so if anyone could proof-read it and add pertinent info, that would be helpful. [1]https://cwiki.apache.org/confluence/display/FLEX/Getting+Started+with+the+Falcon+and+FalconJX+Compilers On May 10, 2016, at 6:09

Re: [FalconJX]Compilers and arguments

2016-05-10 Thread Josh Tynjala
-external-externs is kind of like -external-library-path for externs. Basically, I way to specify some types that are needed at compile time without including them in the final output. - Josh On Mon, May 9, 2016 at 11:41 PM, Alex Harui wrote: > > > On 5/9/16, 12:44 PM, "Harbs" wrote: > > >This

Re: [FalconJX]Compilers and arguments

2016-05-10 Thread Alex Harui
On 5/10/16, 1:39 AM, "Harbs" wrote: >To make sure I understand: > >ExternC generates .as files which are then compiled to swcs by compc? > >What’s the purpose of running ExternC on js and outputting js? Wouldn’t >that just output the original files? ExternC parses most JS, including some JS no

Re: [FalconJX]Compilers and arguments

2016-05-10 Thread Harbs
To make sure I understand: ExternC generates .as files which are then compiled to swcs by compc? What’s the purpose of running ExternC on js and outputting js? Wouldn’t that just output the original files? On May 10, 2016, at 9:41 AM, Alex Harui wrote: > > > On 5/9/16, 12:44 PM, "Harbs" wr

Re: [FalconJX]Compilers and arguments

2016-05-09 Thread Alex Harui
On 5/9/16, 12:44 PM, "Harbs" wrote: >This would probably be useful. > >On May 9, 2016, at 7:59 PM, Alex Harui wrote: > >> ExternC has its own config. If you need it I can try to generate it. > Looks like the options are: -js-root Tells ExternC to generate JS instead of AS and place it in t

Re: [FalconJX]Compilers and arguments

2016-05-09 Thread Harbs
This would probably be useful. On May 9, 2016, at 7:59 PM, Alex Harui wrote: > ExternC has its own config. If you need it I can try to generate it.

Re: [FalconJX]Compilers and arguments

2016-05-09 Thread Alex Harui
BTW, it would be great to find a volunteer to update the files like: compiler/src/main/resources/org/apache/flex/compiler/messages_en.properties Then the --help system would work from the command line. And the printHelp and friends from MXMLC.java and friends needs to be replicated in MXMLJSC so

Re: [FalconJX]Compilers and arguments

2016-05-09 Thread Harbs
Awesome! This is exactly what I was looking for. I’ll copy this info to the wiki. On May 9, 2016, at 7:59 PM, Alex Harui wrote: > Falcon (SWF Compiler) should support all MXMLC inputs from the regular > Flex SDK except the "keep-generated-actionscript" option which I think it > just ignores (Fa

Re: [FalconJX]Compilers and arguments

2016-05-09 Thread Alex Harui
Falcon (SWF Compiler) should support all MXMLC inputs from the regular Flex SDK except the "keep-generated-actionscript" option which I think it just ignores (Falcon does not generate ActionScript from MXML, it goes straight from MXML to ABC). I think there are some embedded font options that aren

Re: [FalconJX]Compilers and arguments

2016-05-08 Thread Harbs
This is good. What about acceptable arguments? Off the top of my head, there’s 1. remove circulars (which I never totally understood) 2. strict XML 3. debug options 4. keep-asdoc (how well does this work?) 5. flexlib etc. Without clear documentation of all this stuff, it feels very overwhelming.

Re: [FalconJX]Compilers and arguments

2016-05-08 Thread Harbs
This is good. What about acceptable arguments? Off the top of my head, there’s 1. remove circulars (which I never totally understood) 2. strict XML 3. debug options 4. keep-asdoc (how well does this work?) 5. flexlib etc. Without clear documentation of all this stuff, it feels very overwhelming.

Re: [FalconJX]Compilers and arguments

2016-05-08 Thread Alex Harui
On 5/8/16, 5:33 AM, "Harbs" wrote: >I’m trying to set up some development environments and I realized there’s >lots of pieces and I’m not sure how everything fits together. > >FalconJX currently generates the following scripts and executables: > >Scripts: >Asjsc - compiles AS app to JS with JS.

[FalconJX]Compilers and arguments

2016-05-08 Thread Harbs
I’m trying to set up some development environments and I realized there’s lots of pieces and I’m not sure how everything fits together. FalconJX currently generates the following scripts and executables: Scripts: asjsc asjscompc asnodec compc externc jquery mxmlc Executables: args4j.jar commons