Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 82346 invoked from network); 10 Jan 2007 21:26:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jan 2007 21:26:42 -0000 Received: (qmail 18934 invoked by uid 500); 10 Jan 2007 21:26:46 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 18900 invoked by uid 500); 10 Jan 2007 21:26:46 -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 18887 invoked by uid 99); 10 Jan 2007 21:26:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 13:26:46 -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.246 as permitted sender) Received: from [209.85.132.246] (HELO an-out-0708.google.com) (209.85.132.246) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 13:26:37 -0800 Received: by an-out-0708.google.com with SMTP id b2so135843ana for ; Wed, 10 Jan 2007 13:26:16 -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=GYFJu3pWJcB32MuSqigqwnii86zzw8EcGfRMNGn83Grouv4scxfJxHlj2TxPa1y+/j2fwmyAiUQaiYITJ9dZLKdDnYF23Igwp1stD/1dRt9hmdJCd9el3IGIJfOnKGaI3m0COiffc1BDslsONut5BjoJ3tiePSYWih0aL4qIHnU= Received: by 10.78.146.11 with SMTP id t11mr274929hud.1168464375846; Wed, 10 Jan 2007 13:26:15 -0800 (PST) Received: by 10.78.100.6 with HTTP; Wed, 10 Jan 2007 13:26:15 -0800 (PST) Message-ID: <636fd28e0701101326v50e96654h30d8af9335ec4efd@mail.gmail.com> Date: Wed, 10 Jan 2007 21:26:15 +0000 From: "Alex Blewitt" To: dev@harmony.apache.org Subject: Re: Re: [OT] Attempting to build classlibs on a Mac In-Reply-To: <2c9597b90701100534j8101758pb3300863642cad84@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <636fd28e0701091724k10cf61f5y2899258ebfd55632@mail.gmail.com> <2c9597b90701100534j8101758pb3300863642cad84@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 10/01/07, Alexei Zakharov wrote: > > 5) The SegmentTest was failing, and so was commented out with an > > excludes.linux.ibm property in the modules/pack200/make. (As an aside, > > I don't know how to enable it again, since it now works; is it just > > deleting this file?) > > No, you just need to delete the test name from the list. As a result > you will get an empty file but it is ok. Seems like a bit of detritus, especially if all tests are meant to run. I think the absence of a file is a stronger statement (all tests pass) than files which may have to be individually examined to determine whether there's an excluded test or not. > BTW, there is another way to run the test that is currently excluded: > ant -Dbuild.module=pack200 > -Dtest.case=org.apache.harmony.pack200.tests.SegmentTest test I just ran the tests in the IDE and it worked :-) Alex.