The issue isn't the number of source directories, it's the location. product-ejb has in the project.xml <sourceDir>../product/source/src</sourceDir>
This isn't allowed in eclipse. I could set it to an absolute path, but that's nasty as it assumes everyone checks out in the same location. On Tue, 26 Oct 2004 17:24:15 -0700, Kenneth Simpson <[EMAIL PROTECTED]> wrote: > >This all works fine for maven builds, but of course eclipse doesn't > >like its source files to be anywhere other than a direct descendent of > >the project directory. > > Hmm, that's news to me. I have 6 independent source directories in one > project > in Eclipse. > > Try going into the Properties for the project, click on the Java Build Path > and add the source directories under Source. > > Also, there should be some maven goals for Eclipse to help set both > classpath > and maven repository path. > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
