Ah, but it's not

"xml-axis/java/src/test"

it's

"xml-axis/java/test" and
"xml-axis/java/samples"

(these are parallel with src, so for these two, the "root" directory (below which we 
expect package structure) is actually "xml-axis/java", but I do not want to add that 
as a project directory, although adding it as a source dir might be OK?)

Perhaps not the best organization for files, but it's what we've got and it did 
formerly work.

I seem to have worked around the problem for now by explicitly adding the "test" and 
"samples" dirs to the source path, as someone else suggested on this list.  IDEA did 
ask me about adding these to the source path, and I did answer "yes", when I added 
them to the project path, though....

Curious.  I look forward to 615!

--Glen

> -----Original Message-----
> From: Eugene Zhuravlev [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 03, 2002 9:11 AM
> To: Eap-List
> Subject: Re: [Eap-list] HELP! Serious problem with multiple project
> roots?
> 
> 
> 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
> 

_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to