RE: [Nant-users] Emailing the build log

2002-09-26 Thread Mark Griffiths
> To: [EMAIL PROTECTED] > Subject: [Nant-users] Emailing the build log > > > I have a task to email the build log file as the last > task in my build file. But it's failing with the > following error: > > [mail] WARNING! File "Build.log" NOT attached to > mes

RE: [Nant-users] Emailing the build log

2002-09-26 Thread Lorphelin, Yves
Title: RE: [Nant-users] Emailing the build log Sorry, mispost the answer to [EMAIL PROTECTED] Hi again Dave. You're right I've had the same problem, rederincting the output locks or something  the file What you could do is emailing the status of your build , not the log f

[Nant-users] Emailing the build log

2002-09-25 Thread Dave Adair
I have a task to email the build log file as the last task in my build file. But it's failing with the following error: [mail] WARNING! File "Build.log" NOT attached to message. File does not exist or cannot be accessed. If I execute just the mailLog task it works fine. I asssume the problem i