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:
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
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
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