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 On 7/13/14 11:04 PM, "Justin Mclean" <jus...@classsoftware.com> wrote: >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 printSummary > [java] WARNING: 1 error(s), 0 warning(s) > [java] Error message: JSC_DUPLICATE_INPUT. Duplicate input: >/Users/justinmclean/Documents/ApacheFlexJSRC5/apache-flex-flexjs-0.0.2-src >/examples/DataGridExample at (unknown source) line (unknown line) : >(unknown column) > [java] File not found: >org.apache.flex.html.beads.models.DataGridPresentationModel > [java] > [java] File not found: org.apache.flex.html.beads.DataGridView > [java] > [java] File not found: org.apache.flex.html.DataGrid > [java] > [java] File not found: >org.apache.flex.html.beads.layouts.DataGridLayout > [java] > [java] Java Result: 3 > > >Justin