I have a flexbuilder project (project1) that builds 2 modules. This project has a source path that includes project2 (another flex project that builds an application). When I build project1 it will not copy an xml config file to my tomcat deployment without the 'copy non-embedded files to output folder' option set. However, with that option set it ALSO copies all the CVS files/folders to the tomcat deployment.
So, I'm forced to use an ant build to get the proper deployment.
Anyone know why flexbuilder/eclipse is doing this (copying CVS folders) ?
Anyone know of a way to more explicitly tell flex/eclipse what to copy and what not to copy?