From dev-return-117583-apmail-commons-dev-archive=commons.apache.org@commons.apache.org Wed Jan 06 11:27:45 2010 Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 61810 invoked from network); 6 Jan 2010 11:27:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Jan 2010 11:27:44 -0000 Received: (qmail 43796 invoked by uid 500); 6 Jan 2010 11:27:44 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 43675 invoked by uid 500); 6 Jan 2010 11:27:44 -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 43664 invoked by uid 99); 6 Jan 2010 11:27:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jan 2010 11:27:43 +0000 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 phil.steitz@gmail.com designates 74.125.92.144 as permitted sender) Received: from [74.125.92.144] (HELO qw-out-1920.google.com) (74.125.92.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jan 2010 11:27:35 +0000 Received: by qw-out-1920.google.com with SMTP id 14so3286094qwa.60 for ; Wed, 06 Jan 2010 03:27:15 -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 :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=RcNeQKYxVihP9KeOcIbF5IVgBuO9SuOsEwiNcD9IX0w=; b=VforcQZF9ykYDZnE4UYol6xbZOBzPPmumeENNd3Hta+58+dLQXbdXxxgYiRD2Jxpca rUVeOYgAJNE011i85CxAcOUzxv2+lvAEIlAj0iBwXLuHhBLd7dO7+abvUbSVxsKochnn 3BkW1/zbG3zTIeKfaXVcVmbOKgjzAXak0WvEY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=YI3K5bsoPmwl6JY8EAQGdeG4lUym+VCWAl9ujrn9UpRKS5//t4f/VK/Ef4PUXhEyNv sQg88PSQzgq1WOY4hvIQSKzk2jPBmmjMwzghtU1SVst71gxQXYHOyqdc16Lq4FNNmzsn 0KCcnGg8u2UbTME2mrgrn9xNl2u0NiXoACZTM= Received: by 10.229.14.23 with SMTP id e23mr5835864qca.102.1262777234848; Wed, 06 Jan 2010 03:27:14 -0800 (PST) Received: from phil-steitzs-macbook-pro.local (c-76-99-90-51.hsd1.de.comcast.net [76.99.90.51]) by mx.google.com with ESMTPS id 21sm17937638qyk.8.2010.01.06.03.27.13 (version=SSLv3 cipher=RC4-MD5); Wed, 06 Jan 2010 03:27:13 -0800 (PST) Message-ID: <4B447390.8040701@gmail.com> Date: Wed, 06 Jan 2010 06:27:12 -0500 From: Phil Steitz User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Commons Developers List Subject: Re: [DBCP] Continuum Java 5 build - please? References: <25aac9fc1001050311i3f969f74oc9375500c97255ef@mail.gmail.com> <4B432097.2010502@gmail.com> <25aac9fc1001050648l36ec17b1x1dd66ae98f63484d@mail.gmail.com> <25aac9fc1001051228l2c1b92d0n6da618a47634d99a@mail.gmail.com> In-Reply-To: <25aac9fc1001051228l2c1b92d0n6da618a47634d99a@mail.gmail.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit sebb wrote: > On 05/01/2010, sebb wrote: >> On 05/01/2010, Phil Steitz wrote: >> > sebb wrote: >> > > It would be very useful to have a Continuum DBCP build that used Java 5. >> > > >> > > The current build uses Java 6 only, so does not test JDBC3 compatibility. >> > > >> > > I don't have Commons Admin on Continuum (and I'm not very familiar >> > > with it) so please could an Admin add it? >> > > >> > > Thanks! >> > > >> > >> > I will look at this tonight. It will have to be done using Ant and >> > maybe a little scripting, which I am not sure continuum will support. >> >> >> Thanks! >> >> If it proves difficult to use Continuum with Ant, then I could set up >> a Hudson build instead. >> >> >> > The Ant build in trunk will filter sources in the /build directory >> > (not changing src/ itself) when it runs under <= 1.5, but it >> > requires build.properties to be set. >> >> >> IMO the Ant build should default to build.properties.sample if >> build.properties does not exist, but I know others don't agree ... so >> one possible solution might be to add a target that uses >> build.properties.sample; or use a variable for the name >> "build.properties". >> > > The latter already exists: > > ant -Dcomponent-propfile=build.properties.sample ... Still working on this. Will give it another try this eve. I am also completing review of last set of changes to tests and sources. So far, so good. Otherwise, are we ready for another RC? Phil > >> > The Maven build under <=1.5 requires that the sources be >> > pre-filtered in the src/ directory. >> > >> > I use the Ant build in trunk to test compatibility manually. >> > >> > Phil >> > > --------------------------------------------------------------------- >> > > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org >> > > For additional commands, e-mail: dev-help@commons.apache.org >> > > >> > >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org >> > For additional commands, e-mail: dev-help@commons.apache.org >> > >> > >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org