General tab
Use this tab to edit such build configuration settings as its name, type, output file name and folder, etc.
Item | Description |
---|---|
Name | Use this field to edit the name of the build configuration. |
Type |
A brief description of the build configuration
type,
for example, ActionScript application for web (Flash Player) which means:
To change the build configuration type, click Change and specify the build configuration properties in the dialog that opens. |
Main class |
For the Application and the Runtime-loaded module output types:
the main class of the SWF file.
Edit the name of the class right in the field or click |
Output file name | Use this field to edit the name and extension of the output file. |
Output folder |
The folder in which the output file is generated.
Edit the path to this folder right in the field or click |
Use HTML wrapper | For Web Applications: select this option if you want an
HTML wrapper
to be included in the output.
During the compilation, the tokens contained in the template ( See also, Using the SWF metadata tag to control HTML wrapper properties. |
Runtime-loaded modules |
For Web and Desktop Applications: if your application has modular structure (see
Modular applications overview
in Flex documentation),
you can use this field to specify dependencies on the corresponding runtime-loaded modules (RLMs).
Click
Note that there is also an alternative way of specifying dependencies on RLMs: you can add dependencies on RLM build configurations on the Dependencies Tab. See also, Configuring Dependencies for Modular Applications. |
Runtime style sheets |
For Web and Desktop Applications: if necessary, specify the .css files that should be compiled into
runtime style sheets.
Click
|
Skip compilation | Select this option if you do not intend to compile your module using this build configuration. If you do so, the build configuration will only affect your code validation and (error) highlighting. |