> One thing that would solve at least part of my problem is to check for > matching java files in the source path, not just the project path.
But then it won't be "synchronize output directory", because this is what the option exactly does: synchronizing _project_ sources with the classes in the output sirectory. You could try to include these sources in the project but exclude them from the compilation (File | Project Properties | Compile). Best regards, Eugene Zhuravlev JetBrains, Inc / IntelliJ Software, http://www.intellij.com/ "Develop with pleasure!" ----- Original Message ----- From: "Tom Wagner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 22, 2002 23:07 Subject: RE: [Eap-list] 612 - dependency based make deletes important files > >From: Eugene Zhuravlev [mailto:[EMAIL PROTECTED]] > >This behaviour is optional. (File | Project Properties | Compiler | > >Synchronize output directory checkbox). > > Cool, I'll disable it. > > > > >> You might want to rethink this concept of getting rid of > >"unnecessary" > >> files. > > > >Do you have any suggestions? > > One thing that would solve at least part of my problem is to check for > matching java files in the source path, not just the project path. > > -Tom > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
