Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 41646 invoked from network); 21 Feb 2006 17:32:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Feb 2006 17:32:21 -0000 Received: (qmail 81963 invoked by uid 500); 21 Feb 2006 17:32:13 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 81908 invoked by uid 500); 21 Feb 2006 17:32:12 -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 81897 invoked by uid 99); 21 Feb 2006 17:32:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2006 09:32:12 -0800 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 tjoad9@gmail.com designates 64.233.182.192 as permitted sender) Received: from [64.233.182.192] (HELO nproxy.gmail.com) (64.233.182.192) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2006 09:32:08 -0800 Received: by nproxy.gmail.com with SMTP id i2so780657nfe for ; Tue, 21 Feb 2006 09:31:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=hLeGym2oiGB2COYm9SzO6FeeEcNMx4Bd2ylpk4lMlCkLIlS+KHZaZqnl0308svGUp61jzqcPjvv+WIjM43amVT10im8xMDzZvcHzKj7caQEgf6cSwj0ZcN7DsMkzKbFsA+dEBCl7IvJpZIsZWhEaiwMxNUZjrEewqudcm++oRxw= Received: by 10.49.32.11 with SMTP id k11mr1538968nfj; Tue, 21 Feb 2006 09:31:47 -0800 (PST) Received: by 10.49.30.8 with HTTP; Tue, 21 Feb 2006 09:31:45 -0800 (PST) Message-ID: <9b497ece0602210931j3cae7e68i@mail.gmail.com> Date: Tue, 21 Feb 2006 18:31:45 +0100 From: "Tom Joad" To: "Maven Users List" Subject: Mvn eclipse and eclipse builders 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 Hi all, We have an eclipse project R7 which began without maven managing configuration i.e It is an eclipse Dynamic web application and all dependencies are under WEB-INF/lib .the project uses spring and=20 hibernate frameworks. We want to use maven to manage our lifecycle build from now, so I create the pom file for the project with genuine configuration of maven-eclipse-plugin. For example I take exactly all classpathContainers.buildcommand values on the non-maven-defined project So when running mvn eclipse:eclipse I get the same .project file My .wtpmodules file seems good , and so with .classpath I think that i didn't anything wrong but I get the following error=20 when eclipse builds the project. Errors running builder "Component Structural Dependency Resolver". I think that following errors are direct consequence of it. Eclipse doesn't compile my project no class files generate under the targetpath myeclipse project/.deployables/WEB-INF/classes and no dependencies put under /myeclipse project/.deployables/WEB-INF/lib . Am i rignt to think that for instance the snippet uses is used by eclipse builders to populate=20 /myeclipse project/.deployables/WEB-INF/lib . I already spend 2 days , googling (curiously with my error criteria , there is no more the twenty results), reading docs etc. to try to resolve this problem. maven build works fine and it is the last (I wish) , so that i can say that we definitively adopt maven. Thanks for all helps, Tom --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org