-
Notifications
You must be signed in to change notification settings - Fork 0
Building Flash Exporter
canab edited this page Sep 30, 2014
·
1 revision
Build requirements:
- Flex SDK 4.6
- Apache ant
- Java runtime (required by Flex SDK and Ant)
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.