RE: [Nant-users] running external program from NAnt

2004-08-04 Thread Troy Laurin
> Hi, > >I would like to run an external program from NAnt. > I want to run the Unit Tests in NAnt while that external > program is running. How can I do that? Right now I'm trying > like this The nant task currently doesn't support starting a process and then continuing in parallel (I

[Nant-users] running external program from NAnt

2004-08-03 Thread sridhar
Hi, I would like to run an external program from NAnt. I want to run the Unit Tests in NAnt while that external program is running. How can I do that? Right now I'm trying like this