From harmony-dev-return-8316-apmail-incubator-harmony-dev-archive=incubator.apache.org@incubator.apache.org Wed Jun 07 05:22:13 2006 Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 91024 invoked from network); 7 Jun 2006 05:22:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jun 2006 05:22:12 -0000 Received: (qmail 82502 invoked by uid 500); 7 Jun 2006 05:22:11 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 82024 invoked by uid 500); 7 Jun 2006 05:22:08 -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 82009 invoked by uid 99); 7 Jun 2006 05:22:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 22:22:08 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of vvgorr@gmail.com designates 64.233.166.178 as permitted sender) Received: from [64.233.166.178] (HELO py-out-1112.google.com) (64.233.166.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 22:22:06 -0700 Received: by py-out-1112.google.com with SMTP id 39so107003pyu for ; Tue, 06 Jun 2006 22:21:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Vkgdz6d42WXHGUo0zKxQba+Ytn6ltko6Ngy1x2UCO+nPICfVnMuugJcZVkvPMbVhTx8tsB08Y/ndOW01+Zn9cPJ93qNffohH8bGrnWhonV3NTxwNfCoHbjAIO+5xsQ1OCpoYVuEs71Oc0fF1sJHLN3whvmaWipa5LmCyBXG+m1c= Received: by 10.35.21.1 with SMTP id y1mr222246pyi; Tue, 06 Jun 2006 22:21:45 -0700 (PDT) Received: by 10.35.88.13 with HTTP; Tue, 6 Jun 2006 22:21:45 -0700 (PDT) Message-ID: <23951bd90606062221s5ff1bdd0t670d7fbf32d078cd@mail.gmail.com> Date: Wed, 7 Jun 2006 12:21:45 +0700 From: "Vladimir Gorr" To: harmony-dev@incubator.apache.org, geir@pobox.com Subject: Re: [drlvm] the build.... why? In-Reply-To: <4485FD29.3010500@pobox.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_36322_24637188.1149657705811" References: <4485FD29.3010500@pobox.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_36322_24637188.1149657705811 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Geir, It's not exactly clear to me how you started the build process for DRLVM but I hope it has been made in accordance with the README file, namely: - set ANT_HOME & JAVA_HOME env variable - cd build; build.bat update - build.bat Second step is intended for downloading all necessary third-party sources used by DRLVM (APR, LOG4CXX, ICU and etc). After this the *pre-copied* directory will be created where all sources are kept. No needs to perform this step if downloading is successfully finalized. The latest step will start the build process for all downloaded resources including the Harmony classes. All binaries will be in the *build\win_ia32_icl_debug\deploy\jre* directory. Thanks, Vladimir. On 6/7/06, Geir Magnusson Jr wrote: > I have to admit, I don't grok the build for drlvm. > > I was trying to figure out how to unhook the building of everything, > like APR and our own classlib, and I just got lost in layer after layer. > It certainly is an impressive achievement - the author clearly > understood how to get the best out of ant, and there are some very > clever things in there, but for maintainability by a broad group of > people, I think it's going to be challenging. > > I may be just too much of a simpleton, although the generated 21,000 > line ant script gave me confidence that I wasn't too off base. :) > > So... can someone provide some background? > > Personally, I'd love to see something like we're using in classlib, w/ > ant as the scripting environment, using make where appropriate... > > geir > > --------------------------------------------------------------------- > 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 > > ------=_Part_36322_24637188.1149657705811--