Skip to content

Building Flash Exporter

canab edited this page Oct 1, 2014 · 1 revision

Building from sources

Build requirements:

Building air package

export FLEX_HOME=/path/to/flex_sdk
cd project_root/FlashExporter/build
ant

Air package is created in a folder project_root/Distrib.
Air runtime is required to install packaged application.
If air runtime is installed you should be able to install this package by double-clicking it.

Running tool from source without packaging

Instead of creating and installing air package and runtime it is possible to build and run tool directly from source.

export FLEX_HOME=/path/to/flex_sdk
cd project_root/FlashExporter/build
ant build run

Other build commands:

  • ant build - just build tool, FlexSDK and Ant required.
  • ant run - run built tool
  • ant run-debug - run built tool in DebugMode, log will be present in console.
Clone this wiki locally