Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 82403 invoked from network); 2 Nov 2005 18:43:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Nov 2005 18:43:52 -0000 Received: (qmail 96895 invoked by uid 500); 2 Nov 2005 18:43:49 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 96858 invoked by uid 500); 2 Nov 2005 18:43:48 -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 96847 invoked by uid 99); 2 Nov 2005 18:43:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2005 10:43:48 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [199.237.51.194] (HELO green.rootmode.com) (199.237.51.194) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2005 10:43:43 -0800 X-ClientAddr: 68.171.62.46 Received: from [192.168.15.100] (68-171-62-46.vnnyca.adelphia.net [68.171.62.46]) by green.rootmode.com (8.12.10/8.12.10) with ESMTP id jA2IhFhx022984 for ; Wed, 2 Nov 2005 13:43:15 -0500 Mime-Version: 1.0 (Apple Message framework v734) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <02F5865E-2F0B-4F38-AC86-02B4C24FD2A8@iq80.com> Content-Transfer-Encoding: 7bit From: Dain Sundstrom Subject: Re: Single download, setup and build. Date: Wed, 2 Nov 2005 10:43:19 -0800 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.734) X-RootMode-MailScanner-Information: Please contact the ISP for more information X-RootMode-MailScanner: Found to be clean X-MailScanner-From: dain@iq80.com X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N One thing I'd like to see working is the scm:bootstrap goal. Assuming you have a JDK and maven installed, maven will checkout your source and build the project. For example, this works for activeIO: maven scm:bootstrap -Dmaven.scm.url=scm:svn:https://svn.codehaus.org/ activeio/trunk/activeio -Dmaven.scm.checkout.dir=activeio Of course activeIO doesn't complete the build for some reason, but you get the idea :) -dain On Nov 2, 2005, at 7:21 AM, Prasad Kashyap wrote: > This may be slightly related to Hernan's wiki thread but since we > were talking about G for the impatient and a newbie manual, thought > I'd ask this. > > Dave Klavon was talking about a single download and setup of all > prereqs and G source, and build it too. I liked that idea and think > that would be really nice. I even put together a package with basic > scripts for that. > > However, now I am beginning to wonder if it is legal/permissible > for us to "ship" JDK, svn, maven and CVS in this single package ? > > Comments ? > > Cheers > Prasad