I'm seeing another issue. With the fix of MECLIPSE-318 <http://jira.codehaus.org/browse/MECLIPSE-318>we should have test classes and ressources before main classes & ressources because tests reuire maven 2.0.9 :-(
On Wed, Sep 10, 2008 at 8:16 AM, Barrie Treloar <[EMAIL PROTECTED]> wrote: > > maven-eclipse-plugin\target\test-classes\projects\project-36\my-ejb\.classpath > > Expected: > > <classpath> > <classpathentry kind="src" path="src/main/java"/> > <classpathentry kind="src" path="src/main/resources" > excluding="**/*.java"/> > <classpathentry kind="src" path="src/test/java" > output="target/test-classes"/> > <classpathentry kind="src" path="src/test/resources" > output="target/test-classes" excluding="**/*.java"/> > <classpathentry kind="output" path="target/classes"/> > <classpathentry kind="con" > path="org.eclipse.jdt.launching.JRE_CONTAINER"/> > <classpathentry kind="var" > > path="M2_REPO/org/apache/geronimo/specs/geronimo-ejb_3.0_spec/1.0/geronimo-ejb_3.0_spec-1.0.jar"/> > </classpath> > > Actual: > > <classpath> > <classpathentry kind="src" path="src/main/java"/> > <classpathentry kind="output" path="target/classes"/> > <classpathentry kind="con" > path="org.eclipse.jdt.launching.JRE_CONTAINER"/> > <classpathentry kind="var" > > path="M2_REPO/org/apache/geronimo/specs/geronimo-ejb_3.0_spec/1.0/geronimo-ejb_3.0_spec-1.0.jar"/> > <classpathentry kind="var" > path="M2_REPO/junit/junit/3.8.2/junit-3.8.2.jar"/> > </classpath> > > It looks like the test resources are not added as part of > <packaging>ejb</packaging>. > Can someone else please run the ITs and confirm that this problem > exists for them? > > I'm working on http://jira.codehaus.org/browse/MECLIPSE-486 and didn't > expect to see this problem in another IT. > > Thanks > Barrie > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- .......................................................... Arnaud HERITIER .......................................................... OCTO Technology - aheritier AT octo DOT com www.octo.com | blog.octo.com .......................................................... ASF - aheritier AT apache DOT org www.apache.org | maven.apache.org ...........................................................
