Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 99107 invoked from network); 15 Apr 2009 11:29:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Apr 2009 11:29:56 -0000 Received: (qmail 89616 invoked by uid 500); 15 Apr 2009 11:29:55 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 89527 invoked by uid 500); 15 Apr 2009 11:29:55 -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 89516 invoked by uid 99); 15 Apr 2009 11:29:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Apr 2009 11:29:55 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of t.p.ellison@gmail.com designates 209.85.217.170 as permitted sender) Received: from [209.85.217.170] (HELO mail-gx0-f170.google.com) (209.85.217.170) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Apr 2009 11:29:46 +0000 Received: by gxk18 with SMTP id 18so6364373gxk.12 for ; Wed, 15 Apr 2009 04:29:25 -0700 (PDT) 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 :x-enigmail-version:content-type:content-transfer-encoding; bh=pjKqjomTXTL1QV+GMeyLl/PHpV6DqvIVp1n5dPvVue0=; b=c/1vBae+ZNY4bY7ti+XQpNsMBR9oHrXhOh9XchCg3FWuCqArEqMGiLya1zo3CkqUdi xglVwsJHW4FravBX1RDOaik09tbysmauETvwRO6pkcjkoFlcnTnNSBuNDz5zjEle0ir5 DQ/fQL5Xr7NHiguNNVpN0f398zWaU584oOqIU= 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:x-enigmail-version:content-type :content-transfer-encoding; b=IzeEV2fAlPcnAzhUrqtVwvvIb7BVnA24hPQN8NPe0loxmApAEcKyo+J4feXKDvRfcG 1f9Iu+5gzrQ+ZRmsUSP8Jt8mXcWEDywM/rh/mHPwAAeVDRz6DBF7rO+vD2Gex0mqG7pR Zf3LaXU7nBH4n/AlCgNvbeMEvtK82Wujfe62k= Received: by 10.90.68.12 with SMTP id q12mr109281aga.79.1239794965261; Wed, 15 Apr 2009 04:29:25 -0700 (PDT) Received: from ?9.20.183.65? (blueice1n1.uk.ibm.com [195.212.29.67]) by mx.google.com with ESMTPS id 27sm10117815agb.11.2009.04.15.04.29.23 (version=SSLv3 cipher=RC4-MD5); Wed, 15 Apr 2009 04:29:24 -0700 (PDT) Message-ID: <49E5C514.1090404@gmail.com> Date: Wed, 15 Apr 2009 12:29:24 +0100 From: Tim Ellison User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: svn commit: r765035 - /harmony/enhanced/classlib/trunk/make/properties.xml References: <20090415020800.86F9D2388A13@eris.apache.org> In-Reply-To: <20090415020800.86F9D2388A13@eris.apache.org> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org This doesn't work for me... with casesensitive="false" the IBM VM fails to be recognized, and I get hy.test.vm.name = drl It was matching on lowercase "harmony" in the last line of the DRLVM version string Apache Harmony Launcher : (c) Copyright 1991, 2008 The Apache Software Foundation or its licensors, as applicable. java version "1.5.0" pre-alpha : not complete or compatible svn = r761593, (Apr 3 2009), Windows/ia32/msvc 1310, release build http://harmony.apache.org and now it is case insensitive it matches the second line in java version "1.4.2 subset" Harmony Virtual Machine Element (2.3) J9 (2.3) IBM J9 2.3 Windows XP x86-32 (JIT enabled) J9VM - 20060727_07300_lHdSMR JIT - 20060727_1808_r8 GC - 20060724_AA How about we flip it around and test explicitly for IBM and default to DRLVM. Index: properties.xml =================================================================== --- properties.xml (revision 765035) +++ properties.xml (working copy) @@ -452,8 +452,8 @@ - - + + Regards, Tim ndbeyer@apache.org wrote: > Author: ndbeyer > Date: Wed Apr 15 02:07:59 2009 > New Revision: 765035 > > URL: http://svn.apache.org/viewvc?rev=765035&view=rev > Log: > make vm info test case insensitive > > Modified: > harmony/enhanced/classlib/trunk/make/properties.xml > > Modified: harmony/enhanced/classlib/trunk/make/properties.xml > URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/properties.xml?rev=765035&r1=765034&r2=765035&view=diff > ============================================================================== > --- harmony/enhanced/classlib/trunk/make/properties.xml (original) > +++ harmony/enhanced/classlib/trunk/make/properties.xml Wed Apr 15 02:07:59 2009 > @@ -442,6 +442,7 @@ > > > > + > > > > @@ -452,7 +453,7 @@ > > > - > + > > > > > >