Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 7360 invoked from network); 26 Sep 2006 13:17:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Sep 2006 13:17:50 -0000 Received: (qmail 95204 invoked by uid 500); 26 Sep 2006 13:17:47 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 95166 invoked by uid 500); 26 Sep 2006 13:17:47 -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 95155 invoked by uid 99); 26 Sep 2006 13:17:47 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Sep 2006 06:17:47 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=matt@hogstrom.org; spf=permerror X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received-SPF: error (idunn.apache.osuosl.org: domain hogstrom.org from 63.208.196.171 cause and error) Received: from [63.208.196.171] ([63.208.196.171:4463] helo=outbound.mailhop.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 9D/C0-11162-97829154 for ; Tue, 26 Sep 2006 06:17:47 -0700 Received: from adsl-074-229-183-095.sip.rmo.bellsouth.net ([74.229.183.95] helo=[192.168.0.68]) by outbound.mailhop.org with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.51) id 1GSCoh-000EnO-6e for dev@geronimo.apache.org; Tue, 26 Sep 2006 09:17:43 -0400 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 74.229.183.95 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: hogndos Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: References: <4517DEEF.6060401@joyfulnoisewebdesign.com> <4517FB05.7090405@earthlink.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <6139C04D-F1AD-4BB4-9368-AAD053F52D65@hogstrom.org> Content-Transfer-Encoding: 7bit From: Matt Hogstrom Subject: Re: Wiki page for building Geronimo with m2 Date: Tue, 26 Sep 2006 09:17:38 -0400 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.2) X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Eduardo, The Wiki is mostly correct. The build process has been in a bit of flux and I'm not sure its totally settled but we will need to update it. Do this: ./bootstrap clean It will fail when trying to build the specs. At this point change your JDK to 1.5. ./bootstrap specs Change your JDK back to 1.4 ./bootstrap modules ./bootstrap openejb2 ./bootstrap assemble I believe that will work. There may be faster ways. Let me know if this helps. On Sep 26, 2006, at 2:32 AM, Eduardo de Vera wrote: > I have been trying to build geronimo with the complete bootstrap > and it has been impossible. The "step by step" way worked but when > I tryed to do a mvn clean install, it always failed. I am going > crazy about this issue since I haven't even been able to start > working on anything. I would appreciate it very much if someone > could take a look about this issue since its too big for a new > comer like me. > Thanks in advance! > > Eduardo > > 2006/9/25, Joe Bohn : Jay D. McHugh wrote: > > Hello all, > > > > Am I correct in thinking that since the specs were changed, trunk > can no > > longer be built with a simple 'bootstrap' and must now actually > be built > > step by step following the 'bootstrap without a full "bootstrap"' > > directions? > > I believe that this is correct (or at least that's the procedure I now > follow building the specs only with jdk 1.5). > > > > > If that is true I could try to modify the wiki page to remove the > simple > > directions and lead everyone to the step-by-step directions right > away > > (I would need to have someone take a look when I was done though - I > > don't trust myself to change anything without review). > > Go for it! > > Joe Matt Hogstrom matt@hogstrom.org