Re: [Nant-users] running tasks/targets in parallel

2004-09-23 Thread Kevin Williams
rt a secondary command process. Would that work for you? Gary McCullough -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Curtis Zarger Sent: Thursday, September 23, 2004 9:15 AM To: 'Felice Vittoria'; Nant-Users (E-mail) Subject: RE: [Nant-users]

RE: [Nant-users] running tasks/targets in parallel

2004-09-23 Thread McCullough, Gary
04 9:15 AM To: 'Felice Vittoria'; Nant-Users (E-mail) Subject: RE: [Nant-users] running tasks/targets in parallel Ref: post from Troy Laurin 8/4/04 > Hi, > >I would like to run an external program from NAnt. > I want to run the Unit Tests in NAnt while that external &g

RE: [SPAM] - RE: [Nant-users] running tasks/targets in parallel - Email found in subject

2004-09-23 Thread Felice Vittoria
Thanks! -Original Message- From: Curtis Zarger [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 8:15 AM To: Felice Vittoria; Nant-Users (E-mail) Subject: [SPAM] - RE: [Nant-users] running tasks/targets in parallel - Email found in subject Ref: post from Troy Laurin 8/4/04

RE: [Nant-users] running tasks/targets in parallel

2004-09-23 Thread Curtis Zarger
EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 10:30 AM To: Nant-Users (E-mail) Subject: [Nant-users] running tasks/targets in parallel Hello all, I was wondering if it's possible to run tasks/targets in parallel. If so, how do you do it? An example for me running tasks in parall

[Nant-users] running tasks/targets in parallel

2004-09-22 Thread Felice Vittoria
Hello all, I was wondering if it's possible to run tasks/targets in parallel. If so, how do you do it? An example for me running tasks in parallel the vssdiff task. I have something like: vssdiff (project #1 info) vssdiff (project #2 info) vssdiff (project #3 info) vssdiff (project #4 inf