Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 71045 invoked from network); 17 Oct 2003 15:39:18 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 17 Oct 2003 15:39:18 -0000 Received: (qmail 11029 invoked by uid 500); 17 Oct 2003 15:39:09 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 10962 invoked by uid 500); 17 Oct 2003 15:39:09 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 10948 invoked from network); 17 Oct 2003 15:39:09 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 17 Oct 2003 15:39:09 -0000 Received: (qmail 5645 invoked by uid 50); 17 Oct 2003 15:42:16 -0000 Date: 17 Oct 2003 15:42:16 -0000 Message-ID: <20031017154216.5644.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 23893] New: - EXEC hangs until all processes launched from within .bat file finish. X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23893 EXEC hangs until all processes launched from within .bat file finish. Summary: EXEC hangs until all processes launched from within .bat file finish. Product: Ant Version: 1.5.4 Platform: PC OS/Version: Windows XP Status: NEW Severity: Critical Priority: Other Component: Core AssignedTo: dev@ant.apache.org ReportedBy: paul.costin@ubs.com EXEC never finished until the processes launched from the start_opera.bat complete. The start_opera.bat has finished - but ant keeps hanging until all processes launched from within start_opera.bat have finished. I am testing a middle tier app. I want to start middle tier (keep it running). Then run tests against the middle tier. here is an extract from my ant script: --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org