Edwin, that's all the console says while running the test case :( I gave it to you verbatim. the last line (after a successful testProject6 was: [ERROR] Nonexistent component: org.apache.maven.wagon.Wagonhttp
So if I understand you correctly, the test case I added might be requiring a download from a repository which is causing WagonHTTP to be needed? I'm not familiar with the build/extensions. I found this: http://maven.apache.org/guides/mini/guide-using-extensions.html I'll check it out. On 10/25/05, Edwin Punzalan <[EMAIL PROTECTED]> wrote: > If i'm not mistaken that should be the Wagon Http Provider... > > If it is, the error should go away if you put wagon-http in build -> > extensions of pom.xml > > > Brian Bonner wrote: > > >Not sure where to send this. I have been trying to figure out why the > >.wtpmodules is not getting included when I run mvn eclipse:eclipse. > > > >I added a test case to the EclipsePluginTest (the dreaded "project-7") > >and added a project-7 directory with a pom.xml (renamed to > >projects.xml) to /src/test/projects. > > > >I then added the necessary dependent poms/jars to the repository in > >/src/test/repository. > > > >I run the tests and all of the prior 6 pass, but testProject7() fails with: > > > >[ERROR] Nonexistent component: org.apache.maven.wagon.Wagonhttp > > > >This error doesn't make much sense to me. Does anyone have a > >suggestion about this? > > > >Brian > > > >--------------------------------------------------------------------- > >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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
