From continuum-users-return-209-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Thu Oct 06 21:01:41 2005 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 57116 invoked from network); 6 Oct 2005 21:01:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Oct 2005 21:01:41 -0000 Received: (qmail 75329 invoked by uid 500); 6 Oct 2005 21:01:40 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 75306 invoked by uid 500); 6 Oct 2005 21:01:40 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 75295 invoked by uid 99); 6 Oct 2005 21:01:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2005 14:01:39 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=HTML_20_30,HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of Frank.Zhao@motricity.com designates 64.244.30.35 as permitted sender) Received: from [64.244.30.35] (HELO spook.pinpoint.com) (64.244.30.35) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2005 14:01:43 -0700 Received: from hamm.motricity.com ([64.244.30.74]) by spook.pinpoint.com (8.12.8/8.12.8) with ESMTP id j96L1HPB032061 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT) for ; Thu, 6 Oct 2005 17:01:17 -0400 Received: from callisto.motricity.com ([10.0.0.209]) by hamm.motricity.com (8.12.11/8.12.11) with ESMTP id j96L1H2Z001949 for ; Thu, 6 Oct 2005 17:01:17 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C5CAB9.23E6146E" Subject: Help on errors when loaing Maven2 POM Date: Thu, 6 Oct 2005 17:01:36 -0400 Message-ID: <661AC1D6951B6C41BDD522EA610766972A1C96@callisto.motricity.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Help on errors when loaing Maven2 POM Thread-Index: AcXKuSPjCIBFpQ5gT2qK52vZdcLo1g== From: "Frank Zhao" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C5CAB9.23E6146E Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Can someone help me on building a Maven 2 project in Continuum? I wanted to try Continuum with Maven 2, when loading a pom.xml file of = my project, the continuum tried to find other pom.xml files under = /tmp/summit-2/ directory which does not exist. In fact, all of those = files should be under ./subdirectories. If I copy all of my project = under /tmp/summit-2, then Continuum can load the POM correctly. However, = it cannot build. So I used the Contunuum source code as a test which I believe it should = work. When I uploaded the pom.xml file at the root directory of the = Continuum, I got the the same errors. It seems the Continuum tried to = get the pom.xml files in the subdirectory at a wrong path: =20 * Could not download file:/tmp/summit-2/continuum-api/pom.xml: = /tmp/summit-2/continuum-api/pom.xml (No such file or directory) Check the logs for more details. * Could not download file:/tmp/summit-2/continuum-cc/pom.xml: = /tmp/summit-2/continuum-cc/pom.xml (No such file or directory) Check the logs for more details. * Could not download file:/tmp/summit-2/continuum-core-it/pom.xml: = /tmp/summit-2/continuum-core-it/pom.xml (No such file or directory) Check the logs for more details. ... Here is what I did: 1) check out code at: = http://svn.apache.org/repos/asf/maven/continuum/trunk/ 2) Modify the email address to my email address 3) in Continuum web interface, submit the local pom.xml file at the = Continum directory. I got error message showing above. Thanks in advance, Frank ------_=_NextPart_001_01C5CAB9.23E6146E--