Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 91737 invoked from network); 14 Sep 2005 17:44:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Sep 2005 17:44:15 -0000 Received: (qmail 68435 invoked by uid 500); 14 Sep 2005 17:43:55 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 67737 invoked by uid 500); 14 Sep 2005 17:43:49 -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 67178 invoked by uid 99); 14 Sep 2005 17:43:39 -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:43:38 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.98.34] (HELO brmea-mail-3.sun.com) (192.18.98.34) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2005 10:43:43 -0700 Received: from phys-d3-ha21sca-2 ([129.145.155.165]) by brmea-mail-3.sun.com (8.12.10/8.12.9) with ESMTP id j8EHhV1N010954 for ; Wed, 14 Sep 2005 11:43:31 -0600 (MDT) Received: from conversion-daemon.ha21sca-mail1.sfbay.sun.com by ha21sca-mail1.sfbay.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) id <0IMT00001IGUXD@ha21sca-mail1.sfbay.sun.com> (original mail from Richard.Hillegas@Sun.COM) for derby-dev@db.apache.org; Wed, 14 Sep 2005 10:43:41 -0700 (PDT) Received: from [129.150.27.23] (vpn-129-150-27-23.SFBay.Sun.COM [129.150.27.23]) by ha21sca-mail1.sfbay.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) with ESMTP id <0IMT00A84IKSPU@ha21sca-mail1.sfbay.sun.com> for derby-dev@db.apache.org; Wed, 14 Sep 2005 10:43:40 -0700 (PDT) Date: Wed, 14 Sep 2005 10:43:33 -0700 From: Rick Hillegas Subject: Re: JUnit license, was: subversion etiquette] In-reply-to: <432858CF.9020202@bristowhill.com> To: Derby Development Message-id: <43286145.8070104@sun.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) References: <432854F3.9040303@sun.com> <432858CF.9020202@bristowhill.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks Jean, David, and Francois for your suggestion that I amend BUILDING.txt. Now I'm back to an etiquette question: I'm hoping to check in a JUnit assertion-based test. Since the test needs JUnit to build, my patch will break everyone's build: they will have to download the junit jar themselves. This could annoy a lot of folks. What is the etiquette for breaking the build this way? Thanks, -Rick Jean T. Anderson wrote: > 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 >> >