0

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.

rogelio
  • 1,541
  • 15
  • 19
nsatso
  • 1
  • 2

1 Answers1

0

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.

nsatso
  • 1
  • 2