When running NAnt .91 on Win7 with .NET Framework 4 Client Profile
(which is the default Microsoft install within the Update Center) I
see the following error:
---
NAnt 0.91 (Build 0.91.4312.0; release; 10/22/2011)
INTERNAL ERROR
Could not load fil
Hi Bob.
There is a mail task:
http://nant.sourceforge.net/release/latest/help/tasks/mail.html
Here is the target I'm using to send email to a list of users in the
file ${emailusers}:
> 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
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.
My current build configuration builds the Release version, then the
Debug version. Is there any w