> I don't really want to justify why it is so, but we have lots of .properties > and .xml files in our classes directory (the output directory). Whenever I > do a rebuild all these files are deleted. I know (a little) about the > resource patterns options, but I can't make use of it because all these > .properties and .xml files are generated from other sources, not just copied > into the classes directory.
Generate this files into a source path instead of to the output dir? > Is there anything I can do to make it not delete these files? Uncheck Project Properties->Compiler->Synchronize output directory. Of course, class files from deleted/renamed/... java files will also remain in the output dir. > Why doesn't IDEA just delete all *.class files on a rebuild? I think that some people have this problem (I don't :), so maybe a check box for "Synchronize .class files only" would be useful. > Thanks, > John > > _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
