On 2/7/14 12:02 AM, "OmPrakash Muppirala" <bigosma...@gmail.com> wrote: >But, when I compile the example app, the file: >flex-asjs\examples\BarChartExample\bin\js-debug\org\apache\flex\charts\bea >ds > >seems to have been modified with a whole bunch requires removed. There >are >only these three: > >goog.provide('org.apache.flex.charts.beads.XAxisBead'); > >goog.require('org.apache.flex.html.staticControls.Label'); >goog.require('org.apache.flex.charts.core.IChartAxis'); > >Looks like something funky is happening in the FlexJS-FalconJX build. Yes, due to what I call a bug in Google Closure Compiler (which Google says is not a bug) circular requires cause a compiler error so the FalconJX compiler tries to alter the requires list to prevent that. Sounds like there might be a bug in that part of FalconJX.
-Alex