Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 49393 invoked from network); 2 Mar 2008 09:27:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Mar 2008 09:27:28 -0000 Received: (qmail 94614 invoked by uid 500); 2 Mar 2008 09:27:22 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 94588 invoked by uid 500); 2 Mar 2008 09:27:22 -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 94579 invoked by uid 99); 2 Mar 2008 09:27:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Mar 2008 01:27:22 -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 t.p.ellison@gmail.com designates 66.249.92.170 as permitted sender) Received: from [66.249.92.170] (HELO ug-out-1314.google.com) (66.249.92.170) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Mar 2008 09:26:47 +0000 Received: by ug-out-1314.google.com with SMTP id u40so1267570ugc.3 for ; Sun, 02 Mar 2008 01:26:56 -0800 (PST) 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=Jr6JvPPoZCtRQ46WDx4gC3q7cqVihaBPoY6t6RPQgdE=; b=vmoPH3Lxz9yp0AcRLOhyxwZDthpoxB+WHli/2TgtABRDvf5v+Pt53exauII2dOiCIEDCWvD//PnNqRE7kR3CM/quHCKKlijGqV9/v7iLBh3tFp5zGsZOtywRsDM5HXJtsyRrQ9KLfd9K2X11TKbQCiCDNV1yoPKJeoNdbn/nxFM= 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=tDzqpTiiGs/0KJrVKznp48UPJHc98NXqZVByr9/Wg/8kfWztGthRKuvWOWAlSkiOaCmUQ/REm2qv1gBWRoGGu/gnm664xpeMl1QCamdEZXd4+0reXGJzmdb2L6AFvf9hvUNccsBNgEZwnaxWmAZ2YrLKP0JABeIdZ8TDKBiVlQA= Received: by 10.67.196.4 with SMTP id y4mr3706624ugp.39.1204450016269; Sun, 02 Mar 2008 01:26:56 -0800 (PST) Received: from ?192.168.0.5? ( [86.111.176.100]) by mx.google.com with ESMTPS id o24sm5322942ugd.41.2008.03.02.01.26.54 (version=SSLv3 cipher=RC4-MD5); Sun, 02 Mar 2008 01:26:55 -0800 (PST) Message-ID: <47CA72D9.6020101@gmail.com> Date: Sun, 02 Mar 2008 09:26:49 +0000 From: Tim Ellison User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: [build] Re: general: error in build: missing release.properties References: <47C9212F.2040406@easynet.fr> <47C9793E.5050006@gmail.com> <47CA69D0.3040403@easynet.fr> <211709bc0803020105t28e179f2v154186b42eff4655@mail.gmail.com> In-Reply-To: <211709bc0803020105t28e179f2v154186b42eff4655@mail.gmail.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Tony Wu wrote: > The build failed on the svn command rather than the missing properites > file. I agree. > I think it fails to pick up the revision because the output > messages were localized. Right, but we are (should be?) tolerant of the svn info command failing. The failure appears to be on the svn switch command, see: > switch-svn-vm: > [exec] Current OS is Windows XP > [exec] Executing 'svn' with arguments: > [exec] '-r' > [exec] 'switch' > [exec] > 'http://svn.apache.org/repos/asf/harmony/enhanced/drlvm/trunk' > [exec] > [exec] The ' characters around the executable and arguments are > [exec] not part of the command. > [exec] svn: Erreur de syntaxe � l'argument de r�vision 'switch' Syntax error on switch command. Are we trying to pass in the parsed revision number? Regards, Tim