Hi Kevin, Did you look inside Core.swc to see if the files were in there?
It feels like the compiler can’t find the files in the SWCs. Maybe you have an older build of the compiler somehow, or maybe something else is broken. I’ll see if I can add some more output info to the compiler. -Alex On 5/11/15, 10:30 PM, "kevin.godell" <kevin.god...@gmail.com> wrote: >@Piotrz, I found the FilePath when I was playing with the insert macros >button. > >@Alex, the new message is slightly different, now complaining about a >different file: > >/Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/js/bin/mxmlc >/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/DataBindingTest >.mxml >Using Falcon codebase: >/Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17 >Using Flex SDK: /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17 >Compiling file: >/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/DataBi >ndingTest.js >Compiling file: >/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/StockD >ataJSONItemConverter.js >Compiling file: >/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/models >/MyModel.js >Compiling file: >/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/contro >llers/MyController.js >Compiling file: >/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/MyInit >ialView.js >Could not find file for class: org_apache_flex_core_IEffectTimer >/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/MyInitialView.m >xml:131 >Data binding will not be able to detect assignments to 'strings'. > >dataProvider="{MyModel(applicationModel).strings}" /> > > >^ > >java.lang.NullPointerException > at >org.apache.flex.compiler.internal.graph.GoogDepsWriter.getFilePath(GoogDep >sWriter.java:494) > at >org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWri >ter.java:164) > at >org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWri >ter.java:184) > at >org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWri >ter.java:184) > at >org.apache.flex.compiler.internal.graph.GoogDepsWriter.buildDB(GoogDepsWri >ter.java:120) > at >org.apache.flex.compiler.internal.graph.GoogDepsWriter.getListOfFiles(Goog >DepsWriter.java:72) > at >org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher. >publish(MXMLFlexJSPublisher.java:274) > at org.apache.flex.compiler.clients.MXMLJSC.compile(MXMLJSC.java:462) > at > org.apache.flex.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:326) > at org.apache.flex.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:254) > at >org.apache.flex.compiler.clients.MXMLJSC.staticMainNoExit(MXMLJSC.java:215 >) > at org.apache.flex.compiler.clients.MXMLJSC.main(MXMLJSC.java:165) > > > >Process finished with exit code 3 > > > > >-- >View this message in context: >http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-t >o-IDE-developers-to-support-FlexJS-tp32656p46411.html >Sent from the Apache Flex Development mailing list archive at Nabble.com.