Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Get Apache Flex 4.9 working in FB. (I tried it with FB 4.7, but not FB 4.6)
  2. Shut down FB
  3. Install Google Closure library. You can get a zip from: http://code.google.com/p/closure-library/downloads/list
  4. Set the environment variable GOOG_HOME to point to the closure/goog folder.
  5. Unzip FlexJSOverlay.zip from http://people.apache.org/~aharui/FlexJS/ into a some other folder.
  6. Change to that folder and run deploy.sh or deploy.bat <path to Apache Flex 4.9 folder> <path to where the script should make a copy of Apache Flex 4.9 folder>
    Note that the deploy script will neuter the Flex aspects of this folder and replace it with FlexJS stuff.
  7. Run Flash Builder
  8. In the Flash Builder Preferences menu add this new folder as a Flex SDK.
  9. Choose from the File menu, Import, Run/Debug, Launch Configurations
  10. #Choose Choose the ide/flashbuilder folder from this copy of Apache Flex 4.9 we are mucking with.
    There should now be four new configs in the Run menu under External Tools

...