From dev-return-68489-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Thu Oct 02 16:45:29 2008 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 42277 invoked from network); 2 Oct 2008 16:45:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Oct 2008 16:45:29 -0000 Received: (qmail 25643 invoked by uid 500); 2 Oct 2008 16:45:27 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 25595 invoked by uid 500); 2 Oct 2008 16:45:27 -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 25584 invoked by uid 99); 2 Oct 2008 16:45:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2008 09:45:27 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of linsun.unc@gmail.com designates 66.249.82.230 as permitted sender) Received: from [66.249.82.230] (HELO wx-out-0506.google.com) (66.249.82.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2008 16:44:26 +0000 Received: by wx-out-0506.google.com with SMTP id r21so278650wxc.25 for ; Thu, 02 Oct 2008 09:44:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=85bvm4hfocjnoZ31XLVpVT0JRplt7xumltkOleFx64Y=; b=Zgp+lUMtZ5EizLXE2A3UteBQV4hq2KKQ9oDCRb53p1SF5AigqMBnKet+8BYW0TP/K5 EK7iPQs09Wb4u3/ngrC4BdXQ4GA6sLE78YVyUG9TYTjJoyRiziP+5vqXZ4nhv0lncln+ r5OzCL6cNiDDtRWY9KI05LMGNiQef/bdVvK+0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=TmaSrcUBo4bxhPlqFEn/HSWzZ2HMrC521/X6Vus2AdmTyavBpzPmHbgGQv1+evNdC3 NzJC73VeQGPNXKsVFSJlQQPvlyQ6lQZPKz8egKu4PlAYwODmPTU8wP0f6p4SvflF1j/y UYjwaivw2V++GblpRt7raRboahBcIUwGEnz+8= Received: by 10.151.146.18 with SMTP id y18mr40007ybn.174.1222965883675; Thu, 02 Oct 2008 09:44:43 -0700 (PDT) Received: by 10.150.137.19 with HTTP; Thu, 2 Oct 2008 09:44:43 -0700 (PDT) Message-ID: Date: Thu, 2 Oct 2008 12:44:43 -0400 From: "Lin Sun" To: dev@geronimo.apache.org Subject: Re: svn commit: r701153 - /geronimo/server/trunk/plugins/client/geronimo-client-builder/pom.xml In-Reply-To: <0150E2E8-EABE-4088-B00F-7B57F50E1966@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081002152454.84675238896D@eris.apache.org> <0150E2E8-EABE-4088-B00F-7B57F50E1966@yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org Thanks. I had thought I'd let you review first before commit, then I figure you'd review it after the commit anyway. :) Lin On Thu, Oct 2, 2008 at 12:19 PM, David Jencks wrote: > I just wanted to confirm that this looks to me like the correct fix. > > Many thanks for tracking this down! > david jencks > > On Oct 2, 2008, at 8:24 AM, linsun@apache.org wrote: > >> Author: linsun >> Date: Thu Oct 2 08:24:53 2008 >> New Revision: 701153 >> >> URL: http://svn.apache.org/viewvc?rev=701153&view=rev >> Log: >> comment out the provided scope to resolve the daytrader build error NPE >> >> Modified: >> geronimo/server/trunk/plugins/client/geronimo-client-builder/pom.xml >> >> Modified: >> geronimo/server/trunk/plugins/client/geronimo-client-builder/pom.xml >> URL: >> http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/client/geronimo-client-builder/pom.xml?rev=701153&r1=701152&r2=701153&view=diff >> >> ============================================================================== >> --- geronimo/server/trunk/plugins/client/geronimo-client-builder/pom.xml >> (original) >> +++ geronimo/server/trunk/plugins/client/geronimo-client-builder/pom.xml >> Thu Oct 2 08:24:53 2008 >> @@ -43,7 +43,7 @@ >> org.apache.geronimo.modules >> geronimo-connector-builder >> ${version} >> - provided >> + >> >> >> >> >> > >