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. On May 9, 2016, at 9:34 AM, Alex Harui <aha...@adobe.com> wrote: > > > On 5/8/16, 5:33 AM, "Harbs" <harbs.li...@gmail.com> 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.swc >> Asjscompc - compiles AS library to JS with JS.swc >> Asnodec - compiles AS app to JS with JS.swc and Node.swc >> Jquery = compiles AS app to JS with JS.swc and Jquery.swc >> Compc - compiles AS library to JS with FlexJS framework >> Mxmlc - compiles AS app to JS with FlexJS framework >> Externc - runs ExternC compiler to compile externs JS files to AS. >> >> >> >> Executables: >> compc.jar = library compiler >> externc.jar = ExternC compiler >> jsc.jar = shared code between compc and mxmlc >> mxmlc.jar = application compiler >> > > Below are this party libraries >> >> args4j.jar >> commons-io.jar >> flex-tool-api.jar >> guava.jar >> org.json.jar > > HTH, > -Alex >