Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 24937 invoked from network); 28 Nov 2005 17:16:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Nov 2005 17:16:09 -0000 Received: (qmail 4086 invoked by uid 500); 28 Nov 2005 09:58:44 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 4038 invoked by uid 500); 28 Nov 2005 09:58:44 -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 4026 invoked by uid 99); 28 Nov 2005 09:58:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2005 01:58:44 -0800 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 [219.166.166.108] (HELO mailhost.jp.dev.tradingscreen.com) (219.166.166.108) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2005 02:00:14 -0800 Received: from [127.0.0.1] (ykdwc012.dev.tradingscreen.com [172.21.16.112]) by mailhost.jp.dev.tradingscreen.com (8.11.7p1+Sun/8.9.3) with ESMTP id jAS9wM521995; Mon, 28 Nov 2005 18:58:22 +0900 (JST) Message-ID: <438AD45D.9080909@web.de> Date: Mon, 28 Nov 2005 18:56:45 +0900 From: "D. Bollmann" User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@ant.apache.org Subject: Starting processes in parallel Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I am using the same build file to start (JMS) publishers and subscribers: ... ... I would like to use these targets to define a new target for starting i publishers and j subscribers in parallel (They should be able to send messages to each other). I am thinking about something like: ... ... How could I express this in "ant"? Thanks for any help, Dietrich --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org