Hello Jon, Sure, I could do that. But I don't think it's a good idea to seperate the sources into serveral projects. 1) First, when you have to perform a search, you would have to perform the task as many times as you have projects. 2) It takes long to have to create several projects, selecting several packages, 3) Hiding unnecessary branches (ie sub-packages) is a lot quicker, 4) I really enoy having a tree like structure of all the source files, I dont really like just seeing some packages without their root.
I guess it's a question of taste. But it saves time to be able to perform your common tasks (such as searching, refactoring, searching usage...) just on a sub-set of the whole hierarchy, without having to do it in each project you create. Guillaume "Jon Steelman" <[EMAIL PROTECTED]> a �crit dans le message news: [EMAIL PROTECTED] > Even though all your source is in one big repository, can't you break > your sourceball into multiple IDEA projects regardless of these sharing > a common root package path like com.companyname? If some base packages > are widely referenced, you can add these to the classpath of all your > projects (in addition to the base having its own project) while keeping > the source out. > > Jon _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
