Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 95495 invoked from network); 14 Jan 2009 21:28:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jan 2009 21:28:47 -0000 Received: (qmail 88632 invoked by uid 500); 14 Jan 2009 21:28:41 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 88566 invoked by uid 500); 14 Jan 2009 21:28:41 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 88555 invoked by uid 99); 14 Jan 2009 21:28:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2009 13:28:41 -0800 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 rahul.akolkar@gmail.com designates 64.233.182.184 as permitted sender) Received: from [64.233.182.184] (HELO nf-out-0910.google.com) (64.233.182.184) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2009 21:28:34 +0000 Received: by nf-out-0910.google.com with SMTP id e27so115515nfd.30 for ; Wed, 14 Jan 2009 13:28:11 -0800 (PST) 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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=Awe+HXOWEWKqQzW6wqrmyWEcj/Ldyan6FMYdYCQ1pZE=; b=aL9MSOMk91csMpJI/XTY0qZXAnp2cJDXBwaQpPXzI/EoV7dzhAyh8DeLyhCqeNwuYJ 0x0nQ4NCI55atCSp9L1wlgIcEa1ZU20TINra1p63PP0kUGZR2jJFrALKkB2dMki8lf30 nPvZ+Dw9Vkj+XO8gQ31xcfMwz6Iia1DA+Sahc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=CBzVds7B1wJ2YBK/B6d8gzfFiLRn7XKSF+3wRxptGZFh5qHRnqCsjwWlqJ2UrP6ofu M228iJue0GYw4FH5wOmYAT+jhh1qut6e8Clx/f4ffeM+dkotUYAnnUyjdWS/hfkZbMPV 6Nn7dlCW5HR+4HVp3o/VIcPy1oFYHhOGj398I= Received: by 10.210.87.19 with SMTP id k19mr736284ebb.20.1231968491785; Wed, 14 Jan 2009 13:28:11 -0800 (PST) Received: by 10.210.52.4 with HTTP; Wed, 14 Jan 2009 13:28:11 -0800 (PST) Message-ID: Date: Wed, 14 Jan 2009 16:28:11 -0500 From: "Rahul Akolkar" To: dev@commons.apache.org Subject: Re: [DBCP] svn commit: r734477 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Jan 14, 2009 at 1:42 PM, wrote: > Author: markt > Date: Wed Jan 14 10:42:55 2009 > New Revision: 734477 > > URL: http://svn.apache.org/viewvc?rev=734477&view=rev > Log: > Add the missing JTA deps. > This works for Ant. I am assuming maven figures this out for itself. > The Maven POMs may need to be updated as needed (a quick visual inspection seems to reveal that the m1 POM specifies these dependencies, but the m2 one doesn't). As [dbcp] gets closer to a release, a call will have to be made about which builds to keep (I'd keep Ant and m2 -- the latter will help with the site and releasing). -Rahul > Modified: > commons/proper/dbcp/trunk/build.properties.sample > commons/proper/dbcp/trunk/build.xml > > Modified: commons/proper/dbcp/trunk/build.properties.sample > URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/build.properties.sample?rev=734477&r1=734476&r2=734477&view=diff > ============================================================================== > --- commons/proper/dbcp/trunk/build.properties.sample (original) > +++ commons/proper/dbcp/trunk/build.properties.sample Wed Jan 14 10:42:55 2009 > @@ -54,3 +54,7 @@ > # JTA - needed for managed connections > jta-spec.jar=${repository}/org.apache.geronimo.specs/jars/geronimo-jta_1.1_spec-1.1.jar > jta-impl.jar=${repository}/org.apache.geronimo.modules/jars/geronimo-transaction-1.2-beta.jar > + > +# JTA dependencies - required so the test cases run > +backport-util-concurrent.jar=${repository}/backport-util-concurrent/jars/backport-util-concurrent-2.2.jar > +ejb-spec.jar=${repository}/org.apache.geronimo.specs/jars/geronimo-ejb_2.1_spec-1.1.jar > \ No newline at end of file > > Modified: commons/proper/dbcp/trunk/build.xml > URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/build.xml?rev=734477&r1=734476&r2=734477&view=diff > ============================================================================== > --- commons/proper/dbcp/trunk/build.xml (original) > +++ commons/proper/dbcp/trunk/build.xml Wed Jan 14 10:42:55 2009 > @@ -46,7 +46,8 @@ > value="${cp}:${commons-pool.jar}:${jdbc20ext.jar}:${junit.jar}: > ${naming-common.jar}:${naming-java.jar}:${commons-logging.jar}: > - ${xerces.jar}:${xml-apis.jar}:${jta-spec.jar}:${jta-impl.jar}"/> > + ${xerces.jar}:${xml-apis.jar}:${jta-spec.jar}:${jta-impl.jar}: > + ${backport-util-concurrent.jar}:${ejb-spec.jar}"/> > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org