Compiling applications

Axdt integrates the open source Flex4 SDK with the Eclipse launch API. The Axdt launcher compiles Swf files and usually opens them thereafter.

Launch configuration

  • Build target: the main application file that should be compiled as Swf. Must be either an *.as or a *.mxml file
  • Compiler options
    • Use: the compiler to use. by default there is only one available but more compilers can be contributed with eclipse extensions.
    • Compatibility mode: the Flex 4 compiler supports Flex 3 compatibility
    • Incremental cache: the caching strategy used for incremental compilation
  • Configuration options
    • Search config folders for ${target_name}-config.xml
    • Search the library folders for Swc files

Browser configuration

  • Open compiled Swf files
  • Use alternative path
  • Browser chioice

Common options

You can save launch configurations to a file. You can then share these files with your team.