views:

488

answers:

2

Is there a way to avoid the copy of the empty folders, based on the current source library structure, in bin-debug folder? I'm using Flex 3.2 Thanks

+1  A: 

If you are using Flex Builder in the compiler options section of the project properties there should be a Copy non-embedded files to output folder checkbox.

dennisjtaylor
Thanks, that's nice, but how to include specific folders? I'm using Flex Builder for Air projects, and I need to include some assets in the .air package. If I disable 'Copy non-embedded files' I cannot include any extra files/folders
majakovskij
Unfortunately, Flex/Flash Builder does not provide per-file control of copying non-embedded files. It's all or nothing.
joshtynjala
could you use the html-template (Properties -> ActionScript Compiler -> HTML Wrapper) for copying files for your project?
umop
A: 

Hi, i have the same problem. Any news on this subject ? What about Flash Builder 4 ? I ha ve the same issue with Flash Buidler.

Thank you.

Max
Flash Builder 4 remember the folder selection, so it does resolve this issue. Only the first time you have to select which folders you want to include, and that's it.
majakovskij