Re: [NAnt-users] building nant tasks in parallel

2006-10-26 Thread Bob Archer
@lists.sourceforge.net Subject: Re: [NAnt-users] building nant tasks in parallel I also have had thought on how to make Nant run tasks in a multi-processing manner. My basic thought is to create a custom task based off of a task container. Various attributes would determine how many can run at a

Re: [NAnt-users] building nant tasks in parallel

2006-10-26 Thread Richard Gavel
Message: 2 Date: Wed, 25 Oct 2006 15:32:39 -0600 From: "Jon W" <[EMAIL PROTECTED]> Subject: Re: [NAnt-users] building nant tasks in parallel To: "Gary Feldman" <[EMAIL PROTECTED]> Cc: nant-users@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Cont

Re: [NAnt-users] building nant tasks in parallel

2006-10-25 Thread Jon W
> Jon W wrote: > > I have a C++ product that takes ~3 hours to build both Debug and > > Release versions. With the multiple core cpus available, I would like > > to be building the Debug and Release versions at the same time. > > > Having a multiple core CPU is only going to help if the build is C

Re: [NAnt-users] building nant tasks in parallel

2006-10-25 Thread Gary Feldman
Jon W wrote: > I have a C++ product that takes ~3 hours to build both Debug and > Release versions. With the multiple core cpus available, I would like > to be building the Debug and Release versions at the same time. > Having a multiple core CPU is only going to help if the build is CPU bound

Re: [NAnt-users] building nant tasks in parallel

2006-10-25 Thread Eric Fetzer
I'd just separate it and run the build in 2 different command windows. - Original Message From: Jon W <[EMAIL PROTECTED]> To: nant-users@lists.sourceforge.net Sent: Wednesday, October 25, 2006 10:30:02 AM Subject: [NAnt-users] building nant tasks in parallel I have a C++ product that t