Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 80229 invoked from network); 29 Apr 2008 00:30:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Apr 2008 00:30:46 -0000 Received: (qmail 48920 invoked by uid 500); 29 Apr 2008 00:30:46 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 48890 invoked by uid 500); 29 Apr 2008 00:30: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 48879 invoked by uid 99); 29 Apr 2008 00:30:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Apr 2008 17:30:46 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nbeyer@gmail.com designates 74.125.46.152 as permitted sender) Received: from [74.125.46.152] (HELO yw-out-1718.google.com) (74.125.46.152) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Apr 2008 00:30:02 +0000 Received: by yw-out-1718.google.com with SMTP id 5so486354ywm.0 for ; Mon, 28 Apr 2008 17:30:13 -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:to:subject:in-reply-to:mime-version:content-type:references; bh=SVkyx2xvLPTN/3cXyk1SzSeyThQtokDCr8/RkWgvPII=; b=KG93m685T7aGYlv2YAg9wZftXmcz4hfuLY+SPvmCSDWicQOTSXEhl/llkjOJtkgAtFOpkPTzVpJd9zkWer25Hqx3fOIveIgBfU4gMN9Ww999Fe5kPiksiR84y0fGahgldOiZbbvA0Hpk63tCDlTYJzRe4gJXZ6+CN77s/5o4BII= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=m0Lcc4Y0iVhsnlNl4LHyJzmrPBXenaR5rgFm5WS7TAQjEzFnVRF56DTFhaPTGV2nGM9e5cwtU2Mwl5aIxsxHs6YcORBymYgzzprkKFnz3N3+qdbqJ529eOJcDAm3xSnDZbIoDiZi32jm1LdXAG9yHuYXb6fG3xc6AVqSV+j4NII= Received: by 10.150.54.2 with SMTP id c2mr4525183yba.69.1209429013589; Mon, 28 Apr 2008 17:30:13 -0700 (PDT) Received: by 10.150.139.2 with HTTP; Mon, 28 Apr 2008 17:30:13 -0700 (PDT) Message-ID: <3b3f27c60804281730q235b7299q7417b872b6bcc23f@mail.gmail.com> Date: Mon, 28 Apr 2008 19:30:13 -0500 From: "Nathan Beyer" To: dev@harmony.apache.org Subject: Re: federated build, classlib build - what am I doing wrong In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_9747_23280347.1209429013592" References: <3b3f27c60804251946k1699e1cbw4bceace48dea632a@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_9747_23280347.1209429013592 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Mon, Apr 28, 2008 at 6:11 AM, Alexei Fedotov wrote: > Hello, Nathan, > Your sequence is a pretty robust one. I believe that things are enough Apparently not, since it fails to work. :) > > and limit myself to fewer commands: > > * check out top-level trunk > * ant -Dauto.fetch=true -Dhy.cfg=debug all > * do some class library hacking > * ant -Dbuild.module="archive" -Dhy.jdk="/trunk/target/hdk/jdk/" > test > (runs tests and regenerates hdk from the target dir which is used by > my debugger) Does this actually update the libraries in the "hy.jdk" path? What's the difference between 'hy.jdk' and 'hy.hdk'? Why do we have both? > > > Thanks! > > On Sat, Apr 26, 2008 at 6:46 AM, Nathan Beyer > > wrote: > > I've started a fresh workspace on an Ubuntu box and here's what I'm > doing. > > > > * check out top-level trunk > > * ant populate-source > > * ant -Dhy.cfg=debug build > > * rm -rf working_classlib/deploy/* > > * cp -r targert/hdk/* working_classlib/deploy/* > > * cd working_classlib > > * deploy/jdk/jre/bin/java -version > > Prints version information - works just fine > > * ant test > > class library tests run as expected > > * do some class library hacking > > * ant build > > * deploy/jdk/jre/bin/java -version > > does nothing, just waits, no output > > > > Shouldn't this work? How are other people doing class library > development > > and continuous rebuilds? I get the same results on Windows. > > > > -Nathan > > > > > > -- > With best regards, > Alexei > ------=_Part_9747_23280347.1209429013592--