Hi all, I've noticed that the compilation model changed dramatically between Flex Builder 2 and 3. In FB2, MyApp.swf and MyApp-debug.swf files were generated into the bin folder while in FB3, only one file, MyApp.swf, is generated. This should increase the compilation speed slightly and if I need to compile the release version, I can use 'Project' > 'Export Release Version...'.
However, I liked to have 2 different SWF files in the bin folder for various reasons. I can get Flex Builder 3 to compile the release version into the bin folder but I can't figure out how to generate "MyApp-debug.swf" for normal Flex Builder's compilation. In other words, I would like to influence the filename that Flex Builder uses for SWF compilation but the 'output' command-line argument doesn't work when used inside Flex Builder. Any ideas? Thanks, Borek

