Re: [DISCUSS] Discuss Apache FlexJS 0.0.2 RC5

2014-07-14 Thread Alex Harui
And you are still getting the "file not found" in the output that lists some of these very files? The files in your earlier post are in this list. Are you running ant from the examples/DataGridExample folder or is the current directory something other than examples/DataGridExample? On 7/14/14 3:

Re: [DISCUSS] Discuss Apache FlexJS 0.0.2 RC5

2014-07-14 Thread Justin Mclean
Hi, The DataGrid files mentioned under flexjsjx (after a clean) are: [java] Compiling file: /Users/justinmclean/Documents/ApacheFlexJSRC5/apache-flex-flexjs-0.0.2-src/frameworks/js/FlexJS/libs/org/apache/flex/html/beads/IDataGridView.js [java] Compiling file: /Users/justinmclean/Docume

Re: [DISCUSS] Discuss Apache FlexJS 0.0.2 RC5

2014-07-14 Thread Alex Harui
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/f

Re: [DISCUSS] Discuss Apache FlexJS 0.0.2 RC5

2014-07-14 Thread Justin Mclean
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

Re: [DISCUSS] Discuss Apache FlexJS 0.0.2 RC5

2014-07-14 Thread Alex Harui
Sorry, I mis-typed. The folder is: frameworks/js/FlexJS/src. I'm confused about your scenario. You filed a bug about the build failing in 11.1, so what FP version are you using to claim a successful build? Does your ant output from the build include a frameworks-js target? -Alex On 7/13/14 11

Re: [DISCUSS] Discuss Apache FlexJS 0.0.2 RC5

2014-07-13 Thread Justin Mclean
Hi, > This is after a successful build in the source kit? Yes those errors are after a successful build of the source kit - although see note about 11.1 vs 11.4. > Those missing files > should be .js files generated by the build and in the appropriate package > folders under js/frameworks/FlexJS

Re: [DISCUSS] Discuss Apache FlexJS 0.0.2 RC5

2014-07-13 Thread Alex Harui
This is after a successful build in the source kit? Those missing files should be .js files generated by the build and in the appropriate package folders under js/frameworks/FlexJS/src. These are some of the files that you thought should have ASF headers that you found in the binary kit. -Alex

Re: [DISCUSS] Discuss Apache FlexJS 0.0.2 RC5

2014-07-13 Thread Alex Harui
On 7/13/14 11:02 PM, "Justin Mclean" wrote: >Hi, > >For the data binding example I'm getting: > > [java] WARNING: >/Users/justinmclean/Downloads/closure-library/closure/goog/base.js:1503: >WARNING - "arguments.callee" cannot be used in ES5 strict mode > [java] var caller = arguments.c

Re: [DISCUSS] Discuss Apache FlexJS 0.0.2 RC5

2014-07-13 Thread Alex Harui
On 7/13/14 10:16 PM, "Justin Mclean" wrote: >Hi, > >Notice the binary package has a number of files I would of expected to be >Apache licensed/have Apache headers > >Also shouldn't these files be in the source package? These files are generated by the build, so I don't think they need headers.

Re: [DISCUSS] Discuss Apache FlexJS 0.0.2 RC5

2014-07-13 Thread Justin Mclean
Hi, The DataGrid example now fails to compile - should it? [java] SEVERE: ERROR - Duplicate input: /Users/justinmclean/Documents/ApacheFlexJSRC5/apache-flex-flexjs-0.0.2-src/examples/DataGridExample [java] [java] Jul 14, 2014 4:03:51 PM com.google.javascript.jscomp.LoggerErrorManager

Re: [DISCUSS] Discuss Apache FlexJS 0.0.2 RC5

2014-07-13 Thread Justin Mclean
Hi, For the data binding example I'm getting: [java] WARNING: /Users/justinmclean/Downloads/closure-library/closure/goog/base.js:1503: WARNING - "arguments.callee" cannot be used in ES5 strict mode [java] var caller = arguments.callee.caller; [java]^ [java]

Re: [DISCUSS] Discuss Apache FlexJS 0.0.2 RC5

2014-07-13 Thread Justin Mclean
Hi, Notice the binary package has a number of files I would of expected to be Apache licensed/have Apache headers Also shouldn't these files be in the source package? frameworks/js/FlexJS/src/org/apache/flex/charts/BarChart.js frameworks/js/FlexJS/src/org/apache/flex/charts/beads/BarChartVi

[DISCUSS] Discuss Apache FlexJS 0.0.2 RC5

2014-07-12 Thread Alex Harui
This is the discuss thread. The only change is to the README. Votes carry over. -Alex