Hi Glen, We have made some changes to #615 in this area, so the compilation should work ok with your configuration. Please try it when it is available. As a workaround please reorganize your project so that each source root is stored *under* some project root or is the same as the project root. For your configuration you should remove
"xml-axis/java/src/test" "xml-axis/java/src/samples" from your project and ensure that "xml-axis/java/src" is added to your project. Best regards, Eugene Zhuravlev JetBrains, Inc / IntelliJ Software, http://www.intellij.com/ "Develop with pleasure!" > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > On Behalf Of Glen Daniels > Sent: Tuesday, April 02, 2002 8:36 PM > To: '[EMAIL PROTECTED]' > Subject: [Eap-list] HELP! Serious problem with multiple project roots? > > > Please help if you can, this is rather urgent.... > > I've upgraded to build 614, and all of a sudden I find that my project > seems to be ignoring compilation of some of the project roots - this > used to work fine, and I'm very confused as to whether I need to do > something different or if something is broken. > > My directory structure is like this: > > xml-axis/ > java/ > src/ > org/ ... etc > "org.*" classes > samples/ > encoding/ > "samples.encoding.Sample1" etc > test/ > encoding/ > "test.encoding.Test1" etc > > So what I've done is added the src/ samples/ and test/ directories to my > Project, which used to be the right thing to do. Now IDEA seems to > compile only the stuff in the src/ directory, and even when I tell it to > run one of the classes in the samples/ or test/ hierarchies, it only > builds the stuff in src/... so I keep getting "class not found" > problems! > > All these dirs are set up exactly the way that used to work with 2.5 - > does this sound familiar to anyone? > > --Glen > > > _______________________________________________ > 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
