It appears that I unchecked "Spell check" on my brain, "Copy" vs "Coy" anyway, I thought that I'd also note that I tend to layout my projects like this...
build <--- or bin or web if that is what your convention is src -java -flex -conf build.xml ... any other project files that should not be checked into svn. I then tell Flex Builder to not copy non-embedded files, because I will keep those in my build folder. In some cases I'll put them in a web folder and then have ant or maven copy the web files to the build folder or war file. These build processes can get pretty complex and it really pays to think about it early on. I've had my fair share of poorly laid out project folders, in fact I'm working with one right now. pd --- In flexcoders@yahoogroups.com, Paul J DeCoursey <[EMAIL PROTECTED]> wrote: > > Uncheck the "Coy non-embedded files to output directory" option in the > Flex Compiler properties for the project. If you are storing everything > in the output directory anyway it makes sense to turn that feature off. >