flexjs install produces 4K mxmlc.jar?

60 Views Asked by At

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.

1

There are 1 best solutions below

0
On

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.