Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 26032 invoked from network); 22 Dec 2005 07:07:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Dec 2005 07:07:16 -0000 Received: (qmail 65555 invoked by uid 500); 22 Dec 2005 07:07:16 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 65317 invoked by uid 500); 22 Dec 2005 07:07:15 -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 65307 invoked by uid 99); 22 Dec 2005 07:07:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Dec 2005 23:07:14 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jean.morissette@gmail.com designates 64.233.162.196 as permitted sender) Received: from [64.233.162.196] (HELO zproxy.gmail.com) (64.233.162.196) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Dec 2005 23:07:14 -0800 Received: by zproxy.gmail.com with SMTP id 9so337137nzo for ; Wed, 21 Dec 2005 23:06:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZZgbtzYwsZjk75fQxpnh6v82scY69eymL55nUWDK23niyhoGb/LDgXXm8AnzxsVnQv7ArScf/rxc1scqeiZXvkLzcFodcTj025IKWbBrV/1zQFrQAtAGNXliLaif4qSabe9y89ht3BOWkzHE5eXCegVYzCTQVeWiXVaBPc/6tak= Received: by 10.36.50.8 with SMTP id x8mr182189nzx; Wed, 21 Dec 2005 23:06:53 -0800 (PST) Received: by 10.36.128.6 with HTTP; Wed, 21 Dec 2005 23:06:53 -0800 (PST) Message-ID: <97ad10900512212306r15f59875l@mail.gmail.com> Date: Thu, 22 Dec 2005 02:06:53 -0500 From: Jean Morissette To: derby-dev@db.apache.org Subject: Re: How to specify the classpath in test harness MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks for your quick response! Test harness run correctly from the jars as specified in readme.html.=20 However, when I run instead the Testing source code from my IDE (with the other jars in my classpath), the test doesn't execute! The problem is that the classpath is null. More precisely, the line 919 in RunTest: =09=09classpath =3D sp.getProperty("classpath"); return null. This is very strange. Is there a difference between the derbyTesting jar and the testing module source code? Am I missing something? Best regards, Jean