Axdt Settings

Project properties

Source paths (default "src")
One or more source paths relative to the project folder. All Mxml and AS3 files should live in a source folder.
Note: Right now you can separate multiple paths with space, comma or semicolon. Thus you cannot use a source path with spaces.
Deploy path (default "deploy")
A project relative path where the compiled SWF files are created.
Note: The SWF file name will be the name of the AS3 class or the Mxml file name without the file extension.
Config path (default "config")
A project relative path that is checked for Flex config files.
For every launch Axdt looks for a Flex config file named "targets_name_without_extension-config.xml" in two places:
  1. The given config path
  2. The targets directory
Library paths (default "lib")
One or more project relative paths where *.swc-files might by found.
By default Axdt checks for every launch if the given paths point to folders and adds all "SWC" files within these folders as Library paths to the mxmlc configuration.
You can disable this feature in the launch configuration.
Note: You can use multiple entries just like with the source paths property.

Other settings

Not much time right now. Most things are self-speaking. If not please add a ticket or drop me an im or mail at mb0@… . help with documentation is always appreciated.