Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 43749 invoked from network); 25 Sep 2006 15:24:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Sep 2006 15:24:16 -0000 Received: (qmail 40687 invoked by uid 500); 25 Sep 2006 15:24:14 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 40658 invoked by uid 500); 25 Sep 2006 15:24:14 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 40644 invoked by uid 99); 25 Sep 2006 15:24:13 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [192.18.42.249] (HELO nwk-ea-fw-1.sun.com) (192.18.42.249) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Sep 2006 08:24:12 -0700 Received: from d1-sfbay-10.sun.com ([192.18.39.120]) by nwk-ea-fw-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id k8PFNfc2016857 for ; Mon, 25 Sep 2006 08:23:41 -0700 (PDT) Received: from conversion-daemon.d1-sfbay-10.sun.com by d1-sfbay-10.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) id <0J6500D01MNJQ200@d1-sfbay-10.sun.com> (original mail from Richard.Hillegas@Sun.COM) for derby-dev@db.apache.org; Mon, 25 Sep 2006 08:23:41 -0700 (PDT) Received: from [129.150.24.67] by d1-sfbay-10.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPSA id <0J6500HRTMRHAKKU@d1-sfbay-10.sun.com> for derby-dev@db.apache.org; Mon, 25 Sep 2006 08:23:41 -0700 (PDT) Date: Mon, 25 Sep 2006 08:23:40 -0700 From: Rick Hillegas Subject: Re: junit.jar can't be included without src NOTICE (was Re: OK to ship junit.jar?) In-reply-to: <54ac72d70609250039i6c52d828i5de57bf872cc2300@mail.gmail.com> Sender: Richard.Hillegas@Sun.COM To: derby-dev@db.apache.org Message-id: <4517F47C.30009@sun.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en References: <54ac72d70609250039i6c52d828i5de57bf872cc2300@mail.gmail.com> User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Andrew McIntyre wrote: > On 9/24/06, Knut Anders Hatlen wrote: > >> >> > Andrew McIntyre commented on DERBY-1846: >> > ---------------------------------------- >> > >> > The jdbc4 classes depend on junit, which we are not able to ship. >> >> The source distribution contains junit.jar. Is that a problem? > > > Excellent question. The policy for Apache projects as of this moment > is contained here: > > http://people.apache.org/~cliffs/3party.html > > JUnit is CPL 1.0, so must be included in binary form only, and > *appropriately labeled*: > http://people.apache.org/~cliffs/3party.html#labeling-reciprocity > > Since the NOTICE file for 10.1.2.5 does not point to the relevant > source distribution of JUnit that is included, there is a problem with > our -src distribution. Either junit.jar must be excluded from the -src > distribution, or the appropriate notice must be included in NOTICE. > > Thanks, Knut, for pointing out this problem. > > andrew Hey Andrew, I have checked in a fix (DERBY-1886) which removes junit.jar from the source distributions. I'd rather not spin a new release candidate. Instead, I was hoping that the following would be adequate: 1) Hand-remove junit.jar from the source distributions for 10.2.1.5. 2) Re-sign those distributions. Does this sound adequate? Thanks, -Rick