Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 17828 invoked from network); 21 Jun 2007 08:00:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jun 2007 08:00:09 -0000 Received: (qmail 18225 invoked by uid 500); 21 Jun 2007 08:00:12 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 18198 invoked by uid 500); 21 Jun 2007 08:00:12 -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 18173 invoked by uid 99); 21 Jun 2007 08:00:12 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2007 01:00:12 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of sean.xx.qiu@gmail.com designates 209.85.132.245 as permitted sender) Received: from [209.85.132.245] (HELO an-out-0708.google.com) (209.85.132.245) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2007 01:00:07 -0700 Received: by an-out-0708.google.com with SMTP id c8so99404ana for ; Thu, 21 Jun 2007 00:59:47 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DAG5c+QXIwVw4W4DqT/J49adqu5ow8Nx/8kZjayh1EzS3el6Zk2YNshoh+d+XF7VeAIz67o/K4bA6bu8fQ5wLvnhOu1UAVvkGiWFvTSjqzqBbP+TD5EvP/MWCvaiV7dkeTnP1SuFkvQ90vzwVUgkH6PrzvMDMDFhgUy48X3OQEw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gYsUiZ2eIbuEkJl+u125kkc1p1g0f9p0g7oXSVi3SeMd0iFWALBZvV6LCBrNbfWRB/wRDq75dmMcx7FW6j5D168CWUPdWau3seNR3oc2NXrNt/0YTG5sssDqfwFXtnuzf9w8btoB9s/jgBAgzRuy0LjLkGoqzDE+PFkh4UPIZBI= Received: by 10.100.119.14 with SMTP id r14mr953157anc.1182412787109; Thu, 21 Jun 2007 00:59:47 -0700 (PDT) Received: by 10.100.12.15 with HTTP; Thu, 21 Jun 2007 00:59:47 -0700 (PDT) Message-ID: <94d710af0706210059x32962698q9f17e6449026c459@mail.gmail.com> Date: Thu, 21 Jun 2007 15:59:47 +0800 From: "Sean Qiu" To: derby-dev@db.apache.org Subject: Re: How to run exist junit tests after build the trunk In-Reply-To: <467A2DBB.5010709@Sun.COM> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <94d710af0706201927r4a8a12e2k2ef6c444cff614eb@mail.gmail.com> <94d710af0706202034y33c0f7b4w991d58872715e13c@mail.gmail.com> <467A2DBB.5010709@Sun.COM> X-Virus-Checked: Checked by ClamAV on apache.org Thanks. So i have to build the souce code with jdk14. run the junit test in any version? 2007/6/21, John Embretsen : > Sean Qiu wrote: > > Btw, can ${j14lib} points to jdk whose version is higher? like jdk1.5. > > No, the build will most likely fail if it does. > > > -- > John > > -- Sean Qiu