Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 42463 invoked from network); 1 May 2008 13:41:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 May 2008 13:41:55 -0000 Received: (qmail 17730 invoked by uid 500); 1 May 2008 13:41:57 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 17508 invoked by uid 500); 1 May 2008 13:41:56 -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 17497 invoked by uid 99); 1 May 2008 13:41:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 May 2008 06:41:56 -0700 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.18.43.133] (HELO sca-es-mail-2.sun.com) (192.18.43.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 May 2008 13:41:10 +0000 Received: from fe-sfbay-09.sun.com ([192.18.43.129]) by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m41DfNWv008347 for ; Thu, 1 May 2008 06:41:23 -0700 (PDT) Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <0K0600I01Z9X2Q00@fe-sfbay-09.sun.com> (original mail from Richard.Hillegas@Sun.COM) for derby-dev@db.apache.org; Thu, 01 May 2008 06:41:23 -0700 (PDT) Received: from richard-hillegas-computer.local ([129.150.16.18]) by fe-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0K06006OUZCYEEE0@fe-sfbay-09.sun.com> for derby-dev@db.apache.org; Thu, 01 May 2008 06:41:22 -0700 (PDT) Date: Thu, 01 May 2008 06:41:22 -0700 From: Rick Hillegas Subject: Re: location of derbyTesting.jar (again) In-reply-to: <4819B2FF.2030308@stud.ntnu.no> Sender: Richard.Hillegas@Sun.COM To: derby-dev@db.apache.org Message-id: <4819C882.4060609@sun.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 8BIT References: <4819B2FF.2030308@stud.ntnu.no> User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) X-Virus-Checked: Checked by ClamAV on apache.org Svein Erik Reknes L�vland wrote: > Hi, > > I recently downloaded the bin release of 10.4.1.3 and ran some tests > on it. I found that derbyTesting.jar was located in $DERBY_HOME/test > and not in $DERBY_HOME/lib which makes me wounder if the patch I > submitted to DERBY-3638 was wrong? Why the inconsistency with the > location of derbyTesting.jar ? Which location is "correct", or have I > misunderstood something? > > http://issues.apache.org/jira/browse/DERBY-3638 Hi Svein Erik, The location of the jar files in the 10.4.1.3 distribution looks right to me. The lib directory is supposed to hold the product jars, that is, the jars which we expect people will typically bundle with their own applications. We don't expect that people will bundle our tests with their applications, so when we generate a release we put the tests in a separate location. Regards, -Rick