Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 69181 invoked from network); 14 Sep 2005 17:07:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Sep 2005 17:07:36 -0000 Received: (qmail 3433 invoked by uid 500); 14 Sep 2005 17:07:34 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 3185 invoked by uid 500); 14 Sep 2005 17:07:33 -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: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 3172 invoked by uid 99); 14 Sep 2005 17:07:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2005 10:07:33 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jta@bristowhill.com designates 66.75.162.135 as permitted sender) Received: from [66.75.162.135] (HELO ms-smtp-03-eri0.socal.rr.com) (66.75.162.135) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2005 10:07:43 -0700 Received: from [192.168.15.53] (cpe-204-210-23-212.san.res.rr.com [204.210.23.212]) by ms-smtp-03-eri0.socal.rr.com (8.12.10/8.12.7) with ESMTP id j8EH7RgQ023646 for ; Wed, 14 Sep 2005 10:07:28 -0700 (PDT) Message-ID: <432858CF.9020202@bristowhill.com> Date: Wed, 14 Sep 2005 10:07:27 -0700 From: "Jean T. Anderson" User-Agent: Mozilla Thunderbird 1.0.2-1.3.2 (X11/20050324) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derby Development Subject: Re: JUnit license, was: subversion etiquette] References: <432854F3.9040303@sun.com> In-Reply-To: <432854F3.9040303@sun.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Rick Hillegas wrote: > Oh bother, said Pooh.. We'd like to write assertion-based tests. What do > folks think we should do: > > o Ask JUnit to license itself under the Apache license. > > o Use some other assertion-based test framework. Any suggestions? > You can use Junit with no problem at all -- and other Apache projects do. You just can't check it into subversion. The DITA toolkit needed additional handling because we need to check some of the files into subversion; we found that just downloading it wasn't sufficient for what we needed. -jean > -Rick > > ------------------------------------------------------------------------ > > Subject: > Re: subversion etiquette > From: > "Jean T. Anderson" > Date: > Wed, 14 Sep 2005 09:31:48 -0700 > To: > Derby Development > > To: > Derby Development > > > Daniel John Debrunner wrote: > >> Rick Hillegas wrote: >> >>> Sometime soon I hope to checkin some JUnit-based tests for testing the >>> compatibility of our clients and servers. As part of this submission, I >>> want to checkin the JUnit jar itself (into tools/java alongside the >>> other jars). Is it ok for the svn diff to contain a big binary file like >>> this? Will this annoy/confuse reviewers? Is there a more polite way to >>> submit jar files? >> >> >> >> I'm not sure you can check Junit's jar into Apache's subversion >> repository due to its licence (CPL 0.5). >> >> http://junit.sourceforge.net/doc/faq/faq.htm#overview_7 > > > Dan is correct; we cannot check CPL-licensed software/files into Apache. > > For example, we couldn't check DITA Open Toolkit files into the derby > svn repository because it is under CPL. We discussed the issue with the > DITA OT developers and they additionally released it under the ASL 2 at > the end of August. > > Discussions about various licenses pop up on this list: > http://mail-archives.apache.org/mod_mbox/www-legal-discuss/ . > > -jean >