Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 82560 invoked from network); 30 Dec 2008 20:17:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Dec 2008 20:17:39 -0000 Received: (qmail 98557 invoked by uid 500); 30 Dec 2008 20:17:35 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 98493 invoked by uid 500); 30 Dec 2008 20:17:35 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 98482 invoked by uid 99); 30 Dec 2008 20:17:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Dec 2008 12:17:35 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=MSGID_FROM_MTA_HEADER,RCVD_IN_DNSWL_LOW,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dknoxy@mac.com designates 17.250.248.178 as permitted sender) Received: from [17.250.248.178] (HELO smtpoutw.mac.com) (17.250.248.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Dec 2008 20:17:23 +0000 Received: from webmail028 (webmail028-s [10.13.128.28]) by smtpoutw.mac.com (Xserve/smtpoutw003/MantshX 4.0) with ESMTP id mBUKH0WS016309 for ; Tue, 30 Dec 2008 12:17:00 -0800 (PST) Date: Tue, 30 Dec 2008 13:16:59 -0700 From: David Knox To: Tomcat Developers List Message-ID: <131363681955877297605563407951232247937-Webmail@me.com> in-reply-to: references: Subject: Re: svn commit: r730212 - in /tomcat/trunk/modules/jdbc-pool: build.xml sign.sh MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Received: from [72.42.97.87] from webmail.me.com with HTTP; Tue, 30 Dec 2008 13:16:59 -0700 Received: from [ 208.48.254.92] from webmail.me.com with HTTP; Tue, 30 Dec 2008 13:16:59 -0700 X-Originating-IP: 72.42.97.87, 208.48.254.92 X-Virus-Checked: Checked by ClamAV on apache.org Hi, jdbc-pool doesn't compile using JDK5 (sun). [javac] /home/dknox/src/tomcat-trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPool.java:45: cannot find symbol [javac] symbol : constructor NotificationBroadcasterSupport(javax.management.MBeanNotificationInfo[]) [javac] location: class javax.management.NotificationBroadcasterSupport [javac] super(getDefaultNotificationInfo()); The constructor NotificationBroadcasterSupport(MBeanNotificationInfo[]) doesn't exist in the JDK1.5 JMX package. The jdbc-pool module builds as one would expect with JDK6 Was this intentional? Maybe I've missed something? -- knoxy On Tuesday, December 30, 2008, at 11:37AM, wrote: >Author: fhanik >Date: Tue Dec 30 10:37:07 2008 >New Revision: 730212 > >URL: http://svn.apache.org/viewvc?rev=730212&view=rev >Log: >Make sure that the packaged up binaries have a MD5 sum as well, to verify download size > >Modified: > tomcat/trunk/modules/jdbc-pool/build.xml > tomcat/trunk/modules/jdbc-pool/sign.sh > >Modified: tomcat/trunk/modules/jdbc-pool/build.xml >URL: http://svn.apache.org/viewvc/tomcat/trunk/modules/jdbc-pool/build.xml?rev=730212&r1=730211&r2=730212&view=diff >============================================================================== >--- tomcat/trunk/modules/jdbc-pool/build.xml (original) >+++ tomcat/trunk/modules/jdbc-pool/build.xml Tue Dec 30 10:37:07 2008 >@@ -23,7 +23,7 @@ > > > >- >+ > > > >@@ -194,6 +194,11 @@ > destfile="${destdir}/apache-tomcat-jdbc-${version}.tar.gz"/> > > >+ >+ >+ >+ >+ > > > > >Modified: tomcat/trunk/modules/jdbc-pool/sign.sh >URL: http://svn.apache.org/viewvc/tomcat/trunk/modules/jdbc-pool/sign.sh?rev=730212&r1=730211&r2=730212&view=diff >============================================================================== >--- tomcat/trunk/modules/jdbc-pool/sign.sh (original) >+++ tomcat/trunk/modules/jdbc-pool/sign.sh Tue Dec 30 10:37:07 2008 >@@ -1,4 +1,4 @@ >-VERSION=v1.0.12-beta >+VERSION=v1.0.13-beta > for i in $(find output/release/$VERSION -name "*.zip" -o -name "*.tar.gz"); do > echo Signing $i > echo $1|gpg --passphrase-fd 0 -a -b $i > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org >For additional commands, e-mail: dev-help@tomcat.apache.org > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org