Sometimes it is necessary to get the ActionScript compiler configuration as XML file of an FDT launch configuration. To achieve this FDT offers a new dialog.
Assume the following example project:
The project has this typical launch configuration to start the main file: The button Dump configuration… will open the new dialog.
The new Dump launch configuration dialog: To dump the ActionScript compiler configuration the target file has to be selected. By default it is the launch configuration name followed by -dump.xml inside the project. The dump is started on hitting button Dump.
After the configuration dump has finished the dumped file can be opened:
The dumped compiler configuration XML file contains all settings the ActionScript compiler has received from FDT:
Comments