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/DataBindingTest.js
Compiling file:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/StockDataJSONItemConverter.js
Compiling file:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/models/MyModel.js
Compiling file:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/controllers/MyController.js
Compiling file:
/Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/bin/js-debug/MyInitialView.js
Could not find file for class: org_apache_flex_utils_EffectTimer
java.lang.NullPointerException
        at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.getFilePath(GoogDepsWriter.java:494)
        at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:164)
        at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:184)
        at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.buildDB(GoogDepsWriter.java:120)
        at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.getListOfFiles(GoogDepsWriter.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.mxml: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-to-IDE-developers-to-support-FlexJS-tp32656p46408.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to