Update: it's working. Thanks for helping, Alex. I started fresh this morning, improvising a bit on the provided instructions for Hello World (https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+Flash+Builder). The errors disappeared but I had hundreds of "WARNING - org.apache.flex.utils.Language is never defined" and running just showed a blank page. I found this (http://apache-flex-users.2333346.n4.nabble.com/FlexJS-Cross-Compilation-Issue-td12586.html) by googling, tried it and now have a clean build and app.
I searched Jira for this warning but found nothing; maybe pilot error or perhaps pkumar never raised issue? What's the recommended practice of searching for issues? If I come across items in the wiki that could be improved what do you recommend? On Fri, Jun 10, 2016 at 9:30 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 6/10/16, 3:56 PM, "Tom Dowdell" <tomcat.dowd...@gmail.com> wrote: >> >>Now I am getting the following error in the console (showing path to >>compc.bat) >> >>exception 'java.io.FileNotFoundException: >>C:\proj\Lab\test8\.flexLibProperties' while setting variable '' >>at >>org.apache.flex.compiler.internal.config.FlashBuilderConfigurator$FlexLibP >>ropertiesReader.read(FlashBuilderConfigurator.java:406) >>at >>org.apache.flex.compiler.internal.config.FlashBuilderConfigurator.computeF >>lashBuilderArgs(FlashBuilderConfigurator.java:102) >>at org.apache.flex.compiler.clients.MXMLJSC.configure(MXMLJSC.java:698) >>at org.apache.flex.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:342) >>at org.apache.flex.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:278) >>at >>org.apache.flex.compiler.clients.COMPJSC.staticMainNoExit(COMPJSC.java:154 >>) >>at org.apache.flex.compiler.clients.COMPJSC.main(COMPJSC.java:102) >>using FlashBuilder Project Files >>FlashBuilder settings: >> -locale >> @locale@ >> -source-path+=C:\proj\Lab\test8/src >> -compiler.accessible=true >> -output=C:\proj\Lab\test8/bin-release/test8.swc >> -library-path+=C:\proj\Lab\test8/libs >> -js-output-type=FLEXJS >> -sdk-js-lib=C:\Tools\FlexJS\js\bin\..\..\frameworks\js\FlexJS\src >> -fb >>nothing was specified to be included in the library. > > What are you trying to compile? It looks like you launched COMPC which is > used to build libraries instead of applications. > > -Alex >