Hmm, not sure what’s wrong. In /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/frameworks/libs should be a Core.swc. All SWC files are just zip files so open it as a zip file and see if EffectTimer.js is in there (under js/src/org/apache/flex/utils)
Create a folder at /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/frameworks/js/FlexJ S/src There should be an EffectTimer.js at /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/frameworks/projects /Core/js/src/org/apache/flex/utils/EffectTimer.js Copy that to /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/frameworks/js/FlexJ S/src/org/apache/flex/utils/EffectTimer.js Then try again. I want to know if couldn’t find that one file or if it isn’t able to find any of the .js files. Thanks, -Alex On 5/11/15, 9:28 PM, "kevin.godell" <kevin.god...@gmail.com> wrote: >I changed it to /js/bin/mxmlc and got this response: > >/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_utils_EffectTimer >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.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) > > >/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}" /> > > >^ > > >Process finished with exit code 3 > >There were some files output in /bin/js-debug, but I did not see a .html >there. > > > >-- >View this message in context: >http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-t >o-IDE-developers-to-support-FlexJS-tp32656p46408.html >Sent from the Apache Flex Development mailing list archive at Nabble.com.