From dev-return-80089-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Tue Jul 31 14:45:50 2007 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 58751 invoked from network); 31 Jul 2007 14:45:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jul 2007 14:45:48 -0000 Received: (qmail 79807 invoked by uid 500); 31 Jul 2007 14:45:11 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 78636 invoked by uid 500); 31 Jul 2007 14:45:04 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 77915 invoked by uid 99); 31 Jul 2007 14:44:59 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2007 07:44:59 -0700 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 ddevienne@gmail.com designates 209.85.162.181 as permitted sender) Received: from [209.85.162.181] (HELO el-out-1112.google.com) (209.85.162.181) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2007 14:25:29 +0000 Received: by el-out-1112.google.com with SMTP id b25so115805elf for ; Tue, 31 Jul 2007 07:24:59 -0700 (PDT) DKIM-Signature: a=rsa-sha1; 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; b=msHetFkMNQOgA79+3PozietG4EqIRAThBr/IC83HsRUMkQKfC8WMYZqEy3qUaF9YyQdNJlT7vJaJDwoXkcXmm0HmbLQkOcJpjpoQ4ZBneNt9EPcIOrt/TTllBHdvdy6ZnIAjgH4U4hTS4JBGJa4bJSszh1eykM4qyF9diol9uTY= 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=Ht46mlyAz8qBta4VsY4TKqR3dJLxAH53EiS4bo80B6btQ0wrfkpja61NVV1Xqf97xbJlGkF9KoIaXBWiQTSjr/FGsLTUKLNpb+bEofoavpW8By+YB+Czl3z2H1cQJf92JfFhtLFgBm9W3SiNpclGhhKyNxCUpALz+gVx5HnDDBU= Received: by 10.142.114.15 with SMTP id m15mr272873wfc.1185891898877; Tue, 31 Jul 2007 07:24:58 -0700 (PDT) Received: by 10.142.81.13 with HTTP; Tue, 31 Jul 2007 07:24:58 -0700 (PDT) Message-ID: <255d8d690707310724w79362438ueca8f9b3c9e75a18@mail.gmail.com> Date: Tue, 31 Jul 2007 09:24:58 -0500 From: "Dominique Devienne" To: "Ant Developers List" Subject: Re: is broken with Jython in the recent trunk builds In-Reply-To: <776090.10623.qm@web55106.mail.re4.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46AF08A1.2090008@apache.org> <776090.10623.qm@web55106.mail.re4.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org > > Alexey N. Solofnenko wrote: > > Recent trunk ANT fails in my builds. > > > > > self.log("test") > > ]]> > > > > > > Matt Benson wrote: > Fairly recently I added return handling to > scriptcondition from the perspective that it was more > natural to treat the whole construct like a function... Well, what's the point of such a scriptcondition Alexey? scriptcondition should return a boolean value (or something than can be "cast" to a boolean somehow), and Matt's change sounds completely reasonable to me. Breaking BC when for conditions that don't make sense (to me) since not returning a value is fine by me. Am I missing something? --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org