Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 38694 invoked from network); 27 Jun 2007 01:44:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jun 2007 01:44:04 -0000 Received: (qmail 22201 invoked by uid 500); 27 Jun 2007 01:44:06 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 22150 invoked by uid 500); 27 Jun 2007 01:44:06 -0000 Mailing-List: contact cxf-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-dev@incubator.apache.org Received: (qmail 22141 invoked by uid 99); 27 Jun 2007 01:44:06 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 18:44:06 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ning.jiang@iona.com designates 12.170.54.180 as permitted sender) Received: from [12.170.54.180] (HELO amer-mx1.iona.com) (12.170.54.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 18:44:02 -0700 X-IronPort-AV: E=Sophos;i="4.16,465,1175486400"; d="scan'208";a="1616634" Received: from amer-ems1.ionaglobal.com ([10.65.6.25]) by amer-mx1.iona.com with ESMTP; 26 Jun 2007 21:43:42 -0400 Received: from [127.0.0.1] ([10.129.9.179]) by amer-ems1.IONAGLOBAL.COM with Microsoft SMTPSVC(6.0.3790.1830); Tue, 26 Jun 2007 21:43:41 -0400 Message-ID: <4681C0BE.6080007@iona.com> Date: Wed, 27 Jun 2007 09:43:26 +0800 From: Willem Jiang User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: cxf-dev@incubator.apache.org Subject: Re: Directory to run "mvn install" from? References: <14115654.1182840626176.JavaMail.jira@brutus> <1182859170.6019.1.camel@gmazza-desktop> <1182861982.8706.7.camel@gmazza-desktop> In-Reply-To: <1182861982.8706.7.camel@gmazza-desktop> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 27 Jun 2007 01:43:41.0976 (UTC) FILETIME=[9763F180:01C7B85C] X-Virus-Checked: Checked by ClamAV on apache.org Hi Glen, If you check out the code with svn co http://svn.apache.org/repos/asf/incubator/cxf/trunk You can run 'mvn install' from the trunk directory. Cheers, Willem. Glen Mazza wrote: > Hello, on the CXF building page[1] it says: > > "To build CXF simply execute: > $ mvn install" > > But from which directory of the source code download should I run that > command from? When I run it from the root download directory (i.e., the > one that has "buildtools", "rt", "distribution", etc., as folders within > it), I get this error, which might be indicating I'm running it from the > wrong location: > > [INFO] Cannot execute mojo: resources. It requires a project with an > existing pom.xml, but the build is not using one. > > > Thanks, > Glen > > [1] http://cwiki.apache.org/confluence/display/CXF/Building > > >