Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 51366 invoked from network); 6 Feb 2007 08:32:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2007 08:32:14 -0000 Received: (qmail 98501 invoked by uid 500); 6 Feb 2007 08:32:15 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 98465 invoked by uid 500); 6 Feb 2007 08:32:14 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 98456 invoked by uid 99); 6 Feb 2007 08:32:14 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Feb 2007 00:32: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 (herse.apache.org: domain of alex.blewitt@gmail.com designates 209.85.132.249 as permitted sender) Received: from [209.85.132.249] (HELO an-out-0708.google.com) (209.85.132.249) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Feb 2007 00:32:05 -0800 Received: by an-out-0708.google.com with SMTP id b2so1105090ana for ; Tue, 06 Feb 2007 00:31:44 -0800 (PST) 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=snSwdVy2KuT7k2ZDnLoPtKYr7nyWZN6lCYVTJknx9bcAkkBiinwpGN0vhY504V4WVQ2eYR07Be4k1yZK3WcMQBFFYDkK/ZjFJsnvcQfvImxfDbAkX31giR4mUY+22SLphglXgSHgKMNAWV8mQp5UELl+zXwGsaKyR2OceUsJ7/c= Received: by 10.114.126.1 with SMTP id y1mr730729wac.1170750704114; Tue, 06 Feb 2007 00:31:44 -0800 (PST) Received: by 10.115.78.10 with HTTP; Tue, 6 Feb 2007 00:31:44 -0800 (PST) Message-ID: <636fd28e0702060031o619775f9q3dd3ae112b2fc85@mail.gmail.com> Date: Tue, 6 Feb 2007 08:31:44 +0000 From: "Alex Blewitt" To: dev@harmony.apache.org Subject: Re: [classlib] How to configure Eclipse to refer to the jars in "depends" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org That seems like a reasonable solution, and also what's generally done in projects where there is a known dependency structure. I'd say go for it. Alex. On 06/02/07, Richard Liang wrote: > Hello All, > > I'm going to write/enable some jetty based test cases for luni. And > now there is a question in Eclipse. To compile the jetty based test > cases, I have to add the jetty jars into luni's classpath. But the > jetty jars are put into "depends" folder. To avoid using absolute > path, I suggest we define a Classpath Variable "HARMONY_DEPENDS" which > refers to "depends", then we use this Classpath Variable to look for > the jars. The .classpath will contain entry like: > > > > But the problem of this option is that Eclipse users have to define > the "HARMONY_DEPENDS" manually when they set up a new Eclipse > environment. > > Any comments/suggestion? Thanks a lot > > Best regards, > -- > Richard Liang > China Development Lab, IBM >