Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 1271 invoked from network); 1 Nov 2007 17:14:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2007 17:14:24 -0000 Received: (qmail 89417 invoked by uid 500); 1 Nov 2007 17:13:28 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 89375 invoked by uid 500); 1 Nov 2007 17:13:28 -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 89363 invoked by uid 99); 1 Nov 2007 17:13:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 10:13:28 -0700 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [192.6.10.60] (HELO tobor.hpl.hp.com) (192.6.10.60) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 17:13:47 +0000 Received: from localhost (localhost [127.0.0.1]) by tobor.hpl.hp.com (Postfix) with ESMTP id B4644B7B38 for ; Thu, 1 Nov 2007 17:13:09 +0000 (GMT) X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com Received: from tobor.hpl.hp.com ([127.0.0.1]) by localhost (tobor.hpl.hp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id RqDxhWbw35MG for ; Thu, 1 Nov 2007 17:13:07 +0000 (GMT) Received: from ha-node-br2.hpl.hp.com (ha-node-br2.hpl.hp.com [16.25.144.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tobor.hpl.hp.com (Postfix) with ESMTPS id D9D58B7AD6 for ; Thu, 1 Nov 2007 17:13:06 +0000 (GMT) Received: from [16.25.171.118] ([16.25.171.118]) by ha-node-br2.hpl.hp.com (8.14.1/8.13.4) with ESMTP id lA1HCmTZ014190 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 1 Nov 2007 17:12:49 GMT Message-ID: <472A0910.9030405@apache.org> Date: Thu, 01 Nov 2007 17:12:48 +0000 From: Steve Loughran User-Agent: Thunderbird 2.0.0.6 (X11/20070728) MIME-Version: 1.0 To: Ant Developers List Subject: terminating running builds better Content-Type: text/plain; charset=ISO-8859-1; 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 I'm midway through adding the smartfrog features to run ant builds remotely; buildexceptions will get wrapped and sent back over the wire to the caller via our friend RMI. as will, ultimately, the logs. you can use this to run build files as part of a big deployment, and be able to dynamically tweak the log levels as you go. one things I'm worrying about is how to stop long-running builds more cleanly. I'm thinking of an executor that polls some halt variable between targets, but that does nothing for tasks. Can/should we add something to project, so that you can actually interrupt project execution between tasks? We coudl through a BuildInterruptedException. What do IDEs do to stop ant builds? just kill the thread/process? --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org