Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 85752 invoked from network); 24 Jun 2004 15:59:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Jun 2004 15:59:06 -0000 Received: (qmail 96163 invoked by uid 500); 24 Jun 2004 15:58:59 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 95956 invoked by uid 500); 24 Jun 2004 15:58:55 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 95880 invoked by uid 99); 24 Jun 2004 15:58:53 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [129.55.12.40] (HELO ll.mit.edu) (129.55.12.40) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 24 Jun 2004 08:58:53 -0700 Received: (from smtp@localhost) by ll.mit.edu (8.12.10/8.8.8) id i5OFwavO006990 for ; Thu, 24 Jun 2004 11:58:36 -0400 (EDT) Received: from group33.llan.ll.mit.edu( ), claiming to be "group33.gr33.llan.ll.mit.edu" via SMTP by llpost, id smtpdAAA5Kaqdm; Thu Jun 24 11:58:14 2004 Received: from fusion-laptop.ll.mit.edu (gimler-laptop.gr33.llan.ll.mit.edu [ ]) by group33.gr33.llan.ll.mit.edu (8.11.2/8.8.7) with ESMTP id i5OFwEo25134 for ; Thu, 24 Jun 2004 11:58:14 -0400 Message-Id: <6.0.0.22.2.20040624115034.01d89460@group33.llan.ll.mit.edu> X-Sender: shark@group33.llan.ll.mit.edu X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Thu, 24 Jun 2004 11:58:02 -0400 To: "Ant Users List" From: Gregory Gimler Subject: Process management In-Reply-To: <5AC5006724308640B571272F4E06743807F9B2FC@xlivmbx18.aig.com > References: <5AC5006724308640B571272F4E06743807F9B2FC@xlivmbx18.aig.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello all, I'm trying to run a series of java processes in ant before I start up some unit tests but I'm having some problems. If I start up some processes using the plain old java fork="true" option then as soon as I hit 1 process, it takes up the console and everything stops until that process is stopped. So to get around this I did something like the following: Where each one of these tasks also has the "fork=true" option. This works in that it starts up the two tasks and gives me back control. The problem here is that task1 must be fully started before task2 can start up. Is there some way to have task 2 to wait for task 1 to start first in ant? Any help would be appreciated. Thanks. -Greg --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org