Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 91224 invoked from network); 23 Apr 2006 19:48:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Apr 2006 19:48:28 -0000 Received: (qmail 50943 invoked by uid 500); 23 Apr 2006 19:48:26 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 50895 invoked by uid 500); 23 Apr 2006 19:48:25 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 50883 invoked by uid 99); 23 Apr 2006 19:48:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Apr 2006 12:48:25 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ammulder@gmail.com designates 64.233.166.182 as permitted sender) Received: from [64.233.166.182] (HELO pproxy.gmail.com) (64.233.166.182) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Apr 2006 12:48:25 -0700 Received: by pproxy.gmail.com with SMTP id t32so852495pyc for ; Sun, 23 Apr 2006 12:48:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mHt/gRNGthCe972XeSLdk0qI/9sKDw2E+k3UhwvMQ901CxackqqKr8vhPt5aFAnoM0/XKbykQX+OyMoDa0zyQTwZb2vuIuQM1GdG8kKseULsIZxiIVPIyvD945zPPbIg/X716+aav8lIogI6cB52wdWFbcuENx01qoD2TogSQMI= Received: by 10.35.40.10 with SMTP id s10mr3320205pyj; Sun, 23 Apr 2006 12:48:04 -0700 (PDT) Received: by 10.35.116.1 with HTTP; Sun, 23 Apr 2006 12:48:04 -0700 (PDT) Message-ID: <74e15baa0604231248y73e8ec2cofbd30edbaa766093@mail.gmail.com> Date: Sun, 23 Apr 2006 15:48:04 -0400 From: "Aaron Mulder" Sender: ammulder@gmail.com To: dev@geronimo.apache.org Subject: Re: building.txt steps In-Reply-To: <444BC314.1030209@cox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <74e15baa0604211254u5c69f063l95bff7b3c8936cd3@mail.gmail.com> <74e15baa0604221532m3e414990q1f0f7fd8a033e80c@mail.gmail.com> <444AB2EE.5080201@cox.net> <51FFA1E4-38ED-4EC9-95A8-0A4FAE87D080@yahoo.com> <444ABFA4.9020104@cox.net> <444AC083.4050501@apache.org> <444BBC8E.3000109@cox.net> <444BBD17.5040704@savoirtech.com> <444BC0D4.4070401@cox.net> <444BC314.1030209@cox.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I guess that's a bit out of date. You should run "maven new" (or "maven -o new" if you have all the dependencies downloaded already). Thanks, Aaron On 4/23/06, argyn wrote: > in the building.txt doc, it says that "maven" command would build > everything. then there's a list of 4 steps. > > if simply build with "maven", do i really need to follow the additional > 4 steps? > > the reason i'm asking is that the codument says that to run the server > i've to > =3D=3D=3D=3D=3D > $> cd assemblies/j2ee-tomcat-server/target/geronimo-1.2-SNAPSHOT > > and finally execute the following command: > > $> java -jar bin/server.jar > =3D=3D=3D=3D=3D > > but i dont have the "target" directory after executing "maven" command. > i'm a bit confused, sorry > > argyn > >