So several targets after frameworks-js target is the flexjsjx target, The ant output should look like this:
flexjsjx: Compiling libs/FlexJSJX.swc FALCONJX_HOME: /Users/aharui/falcon002/apache-flex-falconjx-0.0.2-src/compiler.jx Created dir: /Users/aharui/flexjs002/apache-flex-flexjs-0.0.2-src/frameworks/js/FlexJS/l ibs Compiling file: /Users/aharui/flexjs002/apache-flex-flexjs-0.0.2-src/frameworks/js/FlexJS/l ibs/org/apache/flex/charts/beads/BarChartView.js And the long list of compiling files are the ones that are missing for you. Maybe this step is failing? Are you using a FalconJX release to build FlexJS? Maybe you forgot to run "ant all" and build the FalconJX compiler? Thanks, -Alex On 7/14/14 12:47 AM, "Justin Mclean" <jus...@classsoftware.com> wrote: >Hi, > >> Sorry, I mis-typed. The folder is: frameworks/js/FlexJS/src. > >I do have sources under there but not the files in question. > >ls -R frameworks/js/FlexJS/src | grep DataGrid >IDataGridModel.js >DataGridModel.js >DataGridColumn.js > >Look like the other datagrid files are misisng? > >> I'm confused about your scenario. You filed a bug about the build >>failing in 11.1 >Yes the READme says to use 11.1 but it fails to compile under 11.1. It >will however compile under FP 11.4/AIR 3.6 > >> Does your ant output from the build include a frameworks-js target? >Yes. > >Justin