Flex Builder allows you to build your applications automatically using the default project settings. This is the recommended approach to building your applications. You can, however, customize project builds to suit your needs. For example, you may want to change the default output folder or modify the compiler options.
In the stand-alone configuration of Flex Builder, your projects are built automatically. In the plug-in configuration, you need to select this option yourself. Flex Builder is designed to automatically build your projects; turning this option off prevents the compiler from identifying syntax errors and displaying warning and error messages as you enter code. For more information about building your projects manually, see Building projects manually.
Do one of the following:
The Build Automatically option affects all projects in the workspace.
When you create a project in Flex Builder, by default, the build output is generated into the output folder. This does not apply to LiveCycle Data Services ES projects that use the server compile option because the application is compiled on the server when you run it.
You can change the name of this folder when you create the project or after the project is created. You can either create a folder or select an existing folder in the workspace.
The Project Properties dialog box appears.
The existing output folder is replaced by the new output folder.
Each project has its own build path, which is a combination of the source path and the library path. (Library project build paths are a little more complex. For more information, see About library projects.) The source path is the location of the project MXML and ActionScript source files. The library path is the location of the base Flex framework classes and any custom Flex components that you have created, in the form of SWC files.
You can also use path variables rather than entering the full path to the file system. You can either enter the name of an existing path variable or create a new path variable; for more information, see Creating a path variable.
The library path contains references to the Flex framework classes, which are contained in SWC files. A SWC file is an archive file for Flex components and other assets (for more information, see Using SWC files in your projects).
You can edit the path to the framework or, if you created custom Flex components, add new folders or SWC files to the library path. You can also remove items from the path.
Rather than linking to resources by entering the full path to the local or network folder where you store your files, you can define path variables. For example, you can define a path variable called Classes and then set the path to a folder on the file system. You then select Classes as the location of the new linked folder. If the folder location changes, you can update the defined path variable with the new location and all the projects that are linked to Classes continue to access the resources.