Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 89848 invoked from network); 25 Oct 2005 19:19:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Oct 2005 19:19:08 -0000 Received: (qmail 10010 invoked by uid 500); 25 Oct 2005 19:18:32 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 9967 invoked by uid 500); 25 Oct 2005 19:18:32 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 9956 invoked by uid 99); 25 Oct 2005 19:18:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Oct 2005 12:18:31 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of bkbonner@gmail.com designates 66.249.82.195 as permitted sender) Received: from [66.249.82.195] (HELO xproxy.gmail.com) (66.249.82.195) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Oct 2005 12:18:27 -0700 Received: by xproxy.gmail.com with SMTP id h26so1023490wxd for ; Tue, 25 Oct 2005 12:18:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=fBb2btMrIsP1yU7UdTQCJ4qL1zZRRNSn0EPFJBk+10Tzczafms23sNBqIwx+bH920khCvRVgdIq36bOdy9VJzxL1W6/s3Z33giohHITMR8Vn92CMmnWwHDYFwB7IZDWUqhiJrUwm5yI0QdY/+gEhC6YI0e6Vfc4d5iZCCguY5ns= Received: by 10.70.88.8 with SMTP id l8mr37845wxb; Tue, 25 Oct 2005 12:18:06 -0700 (PDT) Received: by 10.70.7.18 with HTTP; Tue, 25 Oct 2005 12:18:06 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 15:18:06 -0400 From: Brian Bonner Reply-To: brian.bonner@paraware.com To: Maven Users List Subject: [ERROR] Nonexistent component: org.apache.maven.wagon.Wagonhttp MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org