Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 33087 invoked from network); 6 Jun 2006 15:26:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jun 2006 15:26:55 -0000 Received: (qmail 95141 invoked by uid 500); 6 Jun 2006 15:26:49 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 95109 invoked by uid 500); 6 Jun 2006 15:26:48 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 95098 invoked by uid 99); 6 Jun 2006 15:26:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 08:26:48 -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.60] (HELO tobor.hpl.hp.com) (192.6.10.60) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 08:26:47 -0700 Received: from localhost (localhost [127.0.0.1]) by tobor.hpl.hp.com (Postfix) with ESMTP id 3388337088 for ; Tue, 6 Jun 2006 16:26:25 +0100 (BST) 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 05321-01-72 for ; Tue, 6 Jun 2006 16:26:24 +0100 (BST) Received: from kropotkin.hpl.hp.com (kropotkin.hpl.hp.com [16.25.191.14]) by tobor.hpl.hp.com (Postfix) with ESMTP id E029137063 for ; Tue, 6 Jun 2006 16:26:23 +0100 (BST) Received: from localhost (localhost [127.0.0.1]) by kropotkin.hpl.hp.com (Postfix) with ESMTP id 70DB72715 for ; Tue, 6 Jun 2006 16:26:23 +0100 (BST) Received: from kropotkin.hpl.hp.com ([127.0.0.1]) by localhost (kropotki [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14992-02-42 for ; Tue, 6 Jun 2006 16:26:18 +0100 (BST) Received: from timmay.hpl.hp.com (timmay.hpl.hp.com [16.25.171.20]) by kropotkin.hpl.hp.com (Postfix) with ESMTP id 7D4AFC6CD for ; Tue, 6 Jun 2006 16:26:18 +0100 (BST) Received: from [16.25.171.182] (chamonix.hpl.hp.com [16.25.171.182]) by timmay.hpl.hp.com (8.13.2/8.13.2) with ESMTP id k56FQEoZ018282 for ; Tue, 6 Jun 2006 16:26:14 +0100 (BST) Message-ID: <44859E96.1070105@apache.org> Date: Tue, 06 Jun 2006 16:26:14 +0100 From: Steve Loughran User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: Ant Users List Subject: Re: calling maven2 files from ant References: In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-HPLB-IMAP-MailScanner-Information: Please contact the Helpdesk for more information X-HPLB-IMAP-MailScanner: Found to be clean X-HPLB-IMAP-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 5) X-Virus-Scanned: amavisd-new at kropotkin.hpl.hp.com X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Master, Tariq (Abbeywood) wrote: > Steve, > > It's where CruiseControl hangs by waiting for the CMD shell window to be > closed. It's basically waiting for any forked exec call in Ant to > finish/close as far as I can gather. Everything works fine using Ant. > But it's when a process (CC or cygwin apparantly) calls ant that > problems occur. > > > More information: > > [1] http://sourceforge.net/mailarchive/message.php?msg_id=13111442 > > [2] > http://confluence.public.thoughtworks.org/display/CC/StartingAnAsynchron > ousProcessFromExecTask > > [3] > http://confluence.public.thoughtworks.org/display/CC/Starting+a+server+w > ith+cc > > hmm. I'd look at using to start the app server. It knows how to do these things properly. I've used CC+Ant to spawn big things (like vs.net) without problems, on servers that run unattended for weeks. Incidentally, luntbuild is now my CI tool of choice, at least for now. -steve --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org