Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 41392 invoked from network); 20 Sep 2006 23:58:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Sep 2006 23:58:07 -0000 Received: (qmail 13576 invoked by uid 500); 20 Sep 2006 23:58:05 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 13531 invoked by uid 500); 20 Sep 2006 23:58:05 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 13520 invoked by uid 99); 20 Sep 2006 23:58:05 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Sep 2006 16:58:05 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=gshimansky@gmail.com; domainkeys=good Authentication-Results: idunn.apache.osuosl.org smtp.mail=gshimansky@gmail.com; spf=pass X-ASF-Spam-Status: No, hits=0.4 required=5.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP Received-SPF: pass (idunn.apache.osuosl.org: domain gmail.com designates 66.249.92.168 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [66.249.92.168] ([66.249.92.168:40669] helo=ug-out-1314.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 23/44-04092-885D1154 for ; Wed, 20 Sep 2006 16:58:01 -0700 Received: by ug-out-1314.google.com with SMTP id y2so86393uge for ; Wed, 20 Sep 2006 16:57:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:reply-to:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=T+DLvRmuE28ilVUKbhaMd0PxP7pxfAT8C5+/3Dxnt6HC5CKApQZF/jEkj+x711sq0Z7GIloJ6QdnYGzQu/TiQ/NAOJfxpolhptan/Nv3MeZ/6xCQfpMcxqzK6SP1qHZuhQ+PAUeendj8An0GrCS/TAP9ZMjPQfQq6Q3EdfP8mI8= Received: by 10.66.240.12 with SMTP id n12mr8662723ugh; Wed, 20 Sep 2006 16:57:57 -0700 (PDT) Received: from ppp85-141-253-91.pppoe.mtu-net.ru ( [85.141.253.91]) by mx.gmail.com with ESMTP id 53sm409037ugn.2006.09.20.16.57.55; Wed, 20 Sep 2006 16:57:55 -0700 (PDT) From: Gregory Shimansky Reply-To: harmony-dev@incubator.apache.org To: harmony-dev@incubator.apache.org Subject: Re: [drlvm] Trouble Building DRLVM Date: Thu, 21 Sep 2006 03:57:58 +0400 User-Agent: KMail/1.9.1 References: <523F3D8D8C97554AA47E53DF1A05466A3AAEA4@nnsmsx411.ccr.corp.intel.com> <200609210328.15880.gshimansky@gmail.com> <6124FF97-F123-498D-BD1F-9EC6D3077409@pobox.com> In-Reply-To: <6124FF97-F123-498D-BD1F-9EC6D3077409@pobox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609210357.58719.gshimansky@gmail.com> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Thursday 21 September 2006 03:43 Geir Magnusson Jr. wrote: > On Sep 20, 2006, at 7:28 PM, Gregory Shimansky wrote: > > On Wednesday 20 September 2006 23:47 Geir Magnusson Jr. wrote: > >> Ok - so to summarize, there are two things here : > >> > >> 1) We need to find a clean way to get bootclasspath.properties. I > >> don't like JAVA_HOME. I'd like to see if we can simply presume a > >> structure, with an override property for people that want to do weird > >> things. > > > > I don't think it is so weird. JAVA_HOME setting is ignored by RI > > and I agree > > with it. It is a variable usually used by scripts like ant > > invocation. JRE > > should find its internals itself without any pointer from the user. > > Right. > > > Also before we get a very stable JRE I wouldn't want JAVA_HOME to > > point to > > harmony deploy build. It may result in quite unexpected behavior of > > other > > applications including aforementioned ant. When building Harmony VM > > it cannot > > overwrite JRE directory on windows because ant is being executed by > > Harmony > > JRE already (unless it crashes of course). > > What? You mean actually rewrite JAVA_HOME? No. I just don't want to have it pointing to Harmony JRE deployment directory when I work on it and rebuild it often, then try to run what I have got compiled. If I had to always have JAVA_HOME to point to Harmony JRE I'd have to switch it off and on to run ant every time I need to rebuild. The solution is as you agreed above, JRE shouldn't depend on JAVA_HOME in any way. -- Gregory Shimansky, Intel Middleware Products Division --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org