views:

29

answers:

0

I have a flex project that is also a web project. It is currently compiling all the mxml files and placing the swf files in the webcontent folder. The problem is that during the build process the webcontent folder gets marked as 'derived', so any files that are in that folder are not by default searchable unless you click the 'derived' checkbox. Anyone have any ideas on how to avoid having to search derived resources?

One solution I had was to break out the flex project, and have the swf files get dumped to an output folder in that project. Next I would setup an eclipse ant task to move the compiled files to the webcontent folder which wouldn't mark it as 'derived'.