RE: [Nant-users] output-build.txt with NAnt

2003-10-11 Thread Bill Stout
Fantastic! I'll work on it as soon as possible. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: Saturday, October 11, 2003 4:43 AM To: Bill Stout; [EMAIL PROTECTED] Subject: Re: [Nant-users] output-build.txt with NAnt

Re: [Nant-users] output-build.txt with NAnt

2003-10-11 Thread Gert Driesen
Bill, email notifications for build results can be achieved using NAnt.Core.MailLogger, check the archives for information on setting it up ... writing build output to a file can be achieved using the -logfile switch, nant -buildfile: -logfile:. Hope this helps, Gert - Original Message