AW: Starting processes in parallel

2005-11-28 Thread Jan.Materne
or define that start process in and refer to that in individual and the parallel targets. Jan >-Ursprüngliche Nachricht- >Von: D. Bollmann [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 28. November 2005 10:57 >An: user@ant.apache.org >Betreff: Starting processes in

Starting processes in parallel

2005-11-28 Thread D. Bollmann
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 li