[Nant-users] Difficulties with NDoc task

2004-01-15 Thread Mark Dowell
Hi all, I had such a good response with my previous question that I thought I'd send this one out! As part of my build process I would like to run NDoc against the generated assemblies. Unfortunately I get an error when I use the following:    

RE: [Nant-users] Mailing build results

2004-01-06 Thread Mark Dowell
Mark   -Original Message- From: Damir Simunic [mailto:[EMAIL PROTECTED] Sent: 06 January 2004 16:23 To: 'Mark Dowell'; [EMAIL PROTECTED] Subject: RE: [Nant-users] Mailing build results   Mark,   take a look at http://sourceforge.net/mailarchive/message.php?msg_id=676

[Nant-users] Mailing build results

2004-01-06 Thread Mark Dowell
The last step of my build script tries to mail the build log to a distribution list. Unfortunately, this does not work and returns the message "File 'C:\log.txt' NOT attached to message. File does not exist or cannot be accessed." I am guessing this is because nAnt is still writing to the

[Nant-users] move task

2004-01-05 Thread Mark Dowell
I'm trying to move a whole directory and its contents to a new location and wonder if the move task can do this? After looking at the task reference it seems that I can move only a file or a set of files.  Can I move a directory?   Thanks in advance   Mark