Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 16600 invoked from network); 1 Dec 2006 00:49:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Dec 2006 00:49:42 -0000 Received: (qmail 60806 invoked by uid 500); 1 Dec 2006 00:49:49 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 60705 invoked by uid 500); 1 Dec 2006 00:49:49 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 60694 invoked by uid 99); 1 Dec 2006 00:49:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Nov 2006 16:49:49 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of rahul.akolkar@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Nov 2006 16:49:38 -0800 Received: by ug-out-1314.google.com with SMTP id 32so2017266ugm for ; Thu, 30 Nov 2006 16:49:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZQan7pwjK5pQYeUWMp+B6VPX8GgWEDpoO8nGkD9nrRhYoZHriXHoETaTtNxgWo2EGaFz1bDf05NyxLw+Ny4JysRgSmQa5fLqVmsvgm/kA14wCV3CfwenJbfdsNZmYT95fQ+epp7trLQBdiO6baJeJRBY1VOhR0CcIglRYh9uAXA= Received: by 10.78.201.15 with SMTP id y15mr4277450huf.1164934156423; Thu, 30 Nov 2006 16:49:16 -0800 (PST) Received: by 10.78.155.3 with HTTP; Thu, 30 Nov 2006 16:49:16 -0800 (PST) Message-ID: Date: Thu, 30 Nov 2006 19:49:16 -0500 From: "Rahul Akolkar" To: "Jakarta Commons Developers List" Subject: Re: [VOTE] DbUtils 1.1 In-Reply-To: <31cc37360611281828h1810c8aatca1fdd203d7b303c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <31cc37360611281736h7ec96f86pab4e6a23c0729b55@mail.gmail.com> <31cc37360611281828h1810c8aatca1fdd203d7b303c@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 11/28/06, Henri Yandell wrote: > On 11/28/06, Rahul Akolkar wrote: > > On 11/28/06, Henri Yandell wrote: > > > Apologies for another vote thread - post-thanksgiving holiday explosion. > > > > > > Here's the release location: > > > http://people.apache.org/~bayard/commons-dbutils/1.1-RC2/ > > > > > > > > > Doesn't build with 1.3 as advertised, javax.sql.DataSource is JDK 1.4 > > Yep, the Ant gives out a warning that you need to put the > jdbc-optional-ext jar in the lib/ directory if on 1.3. > +1 to the release. The m1 build is broken on 1.3. OK with that being a "known issue" since the correct solution for the m1 build would be along the lines of: javax.sql jdbc-stdext 2.0 http://java.sun.com/products/jdbc/ true <strong>JDK 1.3 only</strong>. which requires coping with that jar [1], and that will probably break more m1 builds (>1.3) than it will fix. About when m2 profiles look pleasing. -Rahul [1] http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html > > Hen > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org