On Wed, Jan 14, 2009 at 1:42 PM, <ma...@apache.org> 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. > <snip/>
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 @@ > <property name="classpath" > 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}"/> > > <property name="name" value="commons-dbcp"/> > <property name="title" value="Apache Commons Database Pooling Package"/> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org