Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 55085 invoked from network); 27 Jul 2006 11:46:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2006 11:46:23 -0000 Received: (qmail 18790 invoked by uid 500); 27 Jul 2006 11:46:23 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 18458 invoked by uid 500); 27 Jul 2006 11:46:22 -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 18447 invoked by uid 99); 27 Jul 2006 11:46:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 04:46:22 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [192.6.10.2] (HELO colossus.hpl.hp.com) (192.6.10.2) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 04:46:18 -0700 Received: from localhost (localhost.localdomain [127.0.0.1]) by colossus.hpl.hp.com (Postfix) with ESMTP id A925E6BA05 for ; Thu, 27 Jul 2006 12:45:57 +0100 (BST) X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com Received: from colossus.hpl.hp.com ([127.0.0.1]) by localhost (colossus.hpl.hp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id gqqfW2aMJ1HA for ; Thu, 27 Jul 2006 12:45:56 +0100 (BST) Received: from ha-node-br4.hpl.hp.com (ha-node-br4.hpl.hp.com [16.25.144.59]) by colossus.hpl.hp.com (Postfix) with ESMTP id AC7456B9EF for ; Thu, 27 Jul 2006 12:45:56 +0100 (BST) Received: from [16.27.197.118] ([16.27.197.118]) by ha-node-br4.hpl.hp.com (8.13.4/8.13.4) with ESMTP id k6RBjpfm018018 for ; Thu, 27 Jul 2006 12:45:51 +0100 (BST) Message-ID: <44C8A77E.6090001@apache.org> Date: Thu, 27 Jul 2006 12:46:06 +0100 From: Steve Loughran User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Developers List Subject: Re: svn commit: r421591 - /ant/core/trunk/WHATSNEW References: <20060713111940.C8CEE1A981A@eris.apache.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: stevel@apache.org X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Jesse Glick wrote: > stevel@apache.org wrote: > >> URL: >> http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=421591&r1=421590&r2=421591&view=diff >> >> +* Ant launcher program prints errors to stderr, and exits with a -1 >> exit code >> + value if, for any reason, it cannot actually start Ant proper. > > > Isn't 2 more conventional? Not that it really matters, but at least on > Linux, System.exit(-1) comes out as $? = 255 which is a bit odd. 2 it is then. I think linux does return -1, but sysv unices does the wraparound. -steve --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org