I tried to install FlexJS using the Download the binary package and use Ant described here.
After running ant -f install.xml
the mxmlc.jar that gets created is only 4KB without any class files in it.
Appreciate any hints on this.
I tried to install FlexJS using the Download the binary package and use Ant described here.
After running ant -f install.xml
the mxmlc.jar that gets created is only 4KB without any class files in it.
Appreciate any hints on this.
I re-tried the "npm install flexjs" and it installed v0.7.1 fine. After installing to c:\try_flexjs I set FALCON_HOME=c:\try_flexjs\node_modules\flexjs and FLEX_HOME=c:\try_flexjs\node_modules\flexjs
I can then run the HelloWorld example as described.