Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 17679 invoked from network); 16 Dec 2010 15:10:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Dec 2010 15:10:34 -0000 Received: (qmail 97689 invoked by uid 500); 16 Dec 2010 15:10:34 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 97666 invoked by uid 500); 16 Dec 2010 15:10:34 -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 97659 invoked by uid 99); 16 Dec 2010 15:10:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Dec 2010 15:10:33 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bpendleton.derby@gmail.com designates 209.85.161.174 as permitted sender) Received: from [209.85.161.174] (HELO mail-gx0-f174.google.com) (209.85.161.174) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Dec 2010 15:10:24 +0000 Received: by gxk3 with SMTP id 3so939461gxk.33 for ; Thu, 16 Dec 2010 07:10:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=WlTxkd3zG3V9WAdcJzPelx5wY172BDNJlQULgc51H58=; b=UukQfJIvCx0MgYZf0gq7cdW1E679uahjoscIEtZcJdVMmdr99hbD0AiJBSKoLlRLuR XNK8Qscz2lOUpmb9V8Q3NdfF6JK1tzC/NSR7k0B8tSS3o+707BKcLaGKsBeYPomMr/mV bIXf+M2Qx0z+22s8g2mA24ZCaZrcXCxXitXqU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=JNy1n5o9gKuImQGTzXQTpTgkc7pggSEt9s0i1mf2ZTaDptQ03qR8RghWvffOPX8jEN WXo+mAEZJxoN/tglFbDcSA4dQClXkpderPl2SQyBxLIe1kKCXd1qctUQFN5IRx4faitV p8XDpfOQe2WQIiSE6Bhx9g5NwItdL7fKdiAaM= Received: by 10.42.229.7 with SMTP id jg7mr7396733icb.262.1292512203439; Thu, 16 Dec 2010 07:10:03 -0800 (PST) Received: from [192.168.0.103] (c-67-170-231-73.hsd1.ca.comcast.net [67.170.231.73]) by mx.google.com with ESMTPS id 34sm107736ibi.8.2010.12.16.07.10.00 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 16 Dec 2010 07:10:01 -0800 (PST) Message-ID: <4D0A2BC0.4090508@gmail.com> Date: Thu, 16 Dec 2010 07:09:52 -0800 From: Bryan Pendleton User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: [jira] Commented: (DERBY-4785) Remove JCC tests and references to JCC in test code References: <3722654.68781283174514245.JavaMail.jira@thor> <27731703.128311288305141398.JavaMail.jira@thor> <317702.86137.qm@web65706.mail.ac4.yahoo.com> <4CD6B4F4.5070305@sbcglobal.net> <4CF89079.3030208@oracle.com> <4D03A5BD.8060200@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org > standalone file called RawStoreFactory.unit.. and when i try running > java org.apache.derbyTesting.functionTests.harness.RunTestunit/T_RawStoreFactory.unit, > I am getting a classnotfound exception Was that the exact statement you tried? If so, there is a space missing between "RunTest" (the name of the class to run), and "unit/..." (the argument to that class). Try: java org.apache.derbyTesting.functionTests.harness.RunTest unit/T_RawStoreFactory.unit thanks, bryan