Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 35509 invoked from network); 23 Nov 2007 05:38:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Nov 2007 05:38:24 -0000 Received: (qmail 91526 invoked by uid 500); 23 Nov 2007 05:38:10 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 91496 invoked by uid 500); 23 Nov 2007 05:38:10 -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 91487 invoked by uid 99); 23 Nov 2007 05:38:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2007 21:38:10 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of stepan.mishura@gmail.com designates 209.85.146.177 as permitted sender) Received: from [209.85.146.177] (HELO wa-out-1112.google.com) (209.85.146.177) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Nov 2007 05:38:00 +0000 Received: by wa-out-1112.google.com with SMTP id k22so3752880waf for ; Thu, 22 Nov 2007 21:37:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=cV7PdQcJL2MjEljmVhnjzPzQR/a4qCYCB13BX7HglYs=; b=ZJ0FmjhghSOiDLFpizmJn/t7HaWtIxWw86gQqRG5E2uFs6KZ30VQqzBbFs71EJp8rUw5dygWW82Y1DiC9AFPmEn+4RHiv4LrHX0dNgk3vFOkBo4lu2NzPm4wwLdZUKKjjg/zTR5R8HHszgnHg0GDrgBvSWkB2YO5tT3i8IExVDM= 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=U5HlrMUcuIqNJiggIfnix2boj7gQlHBzGJF3dFPjGoRHR0BWkjZPKnwEc+EF01xP56xLg4zbo2CWO9f0AoxKKsxe3MsB0R4Llh7mxlISwkPMCGJkI29XuDz9OsecjtWlFkzAWohopVHTSo+pfD20WNgzNzkDzCc7ayEP/j+Zyoc= Received: by 10.114.175.16 with SMTP id x16mr241861wae.1195796274050; Thu, 22 Nov 2007 21:37:54 -0800 (PST) Received: by 10.114.57.10 with HTTP; Thu, 22 Nov 2007 21:37:54 -0800 (PST) Message-ID: <6e47b64f0711222137w34995ae5m16690372b3317759@mail.gmail.com> Date: Fri, 23 Nov 2007 11:37:54 +0600 From: "Stepan Mishura" To: dev@harmony.apache.org Subject: Re: [build] Post-build relocation for Harmony In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4bebff790711210922g1a31c922kf49879d727fc5aa@mail.gmail.com> <47447EA5.6090503@gmail.com> <4bebff790711211156h3cc324bcwb2e2ad6b4adc8878@mail.gmail.com> <4bebff790711211238l2d9fc1c8q1844657bcafb71db@mail.gmail.com> <47454BE0.90509@gmail.com> <4bebff790711220624q59d8b5f5xf3ac3ccb35d3b403@mail.gmail.com> <4745A1C1.5040205@gmail.com> <4bebff790711220743u17d4265es2017886a0907254d@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 11/23/07, Alexey Varlamov wrote: > Guys, > > The change won't work for federated build and thus won't be applied to > official releases. > The problem is in the execution order of "deploy.canonical" and > "deploy.relocate": the federated build only takes contents of > canonical.deploy.dir which is not relocated. > I corrected this at r597555. > Hi Alexey, I didn't look deeply into the issue and the fix - I only caught your comment and the diff. IMO your correction is not quite correct. Your comment say: "deploy.canonical should be the last build action" And the diff: + deploy.relocate,deploy.canonical" /> I think 'deploy.canonical' target dependencies should be adjusted instead of changing dependencies order. The build shouldn't rely on how ANT enqueue targets to be executed. Thanks, Stepan.