Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 17998 invoked from network); 7 Aug 2006 18:33:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Aug 2006 18:33:14 -0000 Received: (qmail 31441 invoked by uid 500); 7 Aug 2006 18:33:07 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 31401 invoked by uid 500); 7 Aug 2006 18:33:07 -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 31390 invoked by uid 99); 7 Aug 2006 18:33:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Aug 2006 11:33:07 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jason.dillon@gmail.com designates 64.233.162.198 as permitted sender) Received: from [64.233.162.198] (HELO nz-out-0102.google.com) (64.233.162.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Aug 2006 11:33:06 -0700 Received: by nz-out-0102.google.com with SMTP id v1so183106nzb for ; Mon, 07 Aug 2006 11:32:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=q+kO8O+XSCovs+9qH5t5VVWobjWVYjO1dZdD+05RF7S8X/JY15ZY3OcTRZq7/gDMJ8U025oBx38AgbziIbrZWPFrJC4hCycVX8l0c/mtyxIqvPJb/sAA+MAm2StE+JNgUjDTfPeR+0xDvM/fsuQSYOAGBMe3x8Q6wMStc8W3zFI= Received: by 10.65.81.9 with SMTP id i9mr8033346qbl; Mon, 07 Aug 2006 11:32:45 -0700 (PDT) Received: from ?10.0.1.4? ( [24.7.69.241]) by mx.gmail.com with ESMTP id 24sm2875812nzn.2006.08.07.11.32.44; Mon, 07 Aug 2006 11:32:45 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <1E779008-2574-4C33-9C2F-A82C64F6162C@planet57.com> Content-Transfer-Encoding: 7bit From: Jason Dillon Subject: Re: Maven2... we are almost there! Date: Mon, 7 Aug 2006 11:32:35 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.2) Sender: Jason Dillon X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I just did a clean bootstrap on trunk and I do not see any spec related problems. Have you run bootstrap since this was merged to trunk? I have commented on this a few times... due to the JavaMail changes I added specs to bootstrap, to be checked out and run, since Rick's change was using these new versions and also since we have not published those snaps anywhere yet. --jason On Aug 7, 2006, at 8:59 AM, Prasad Kashyap wrote: > Platform : Windows XP > > rm -rf ~/.m2/repository > svn co trunk > m2 -Dstage=bootstrap > > Build Error in geronimo/modules/activation > Reason: Unable to download the artifact from any repository > org.apache.geronimo.specs:specs:pom:1.2-SNAPSHOT > > Reason: in geronimo/pom.xml > > org.apache.geronimo.specs > geronimo-javamail_1.3.1_spec > 1.2-SNAPSHOT > > > This version was 1.1 in m2migration branch. > > > Cheers > Prasad > > > > On 8/4/06, Jason Dillon wrote: >> I have finished merging svkmerge/m2migration to trunk. Now it is >> time for everyone to start using the m2 build... and avoid using the >> m1 build. >> >> I updated the docs here which explain what you must do: >> >> http://cwiki.apache.org/GMOxDEV/building-apache-geronimo-with- >> maven-2.html >> >> You should bootstrap at least once. This is temporary and will be >> removed soon. >> >> * * * >> >> Please, please, please start using the m2 build. If for some reason >> you end up going back to m1 please let us know so we can fix it. >> >> The last major issue left unresolved (that I am ware of) is the car >> plugins support for geronimo-plugin.xml fluff, which I am working on >> resolving. >> >> --jason >>