Do you mean the <record> task, cause I can’t seem to find the <report> task ????

 

       Jean Michel Thériault

       Configuration and Installation Application Developer (COOP)

       Cactus Commerce

  http://www.cactuscommerce.com

 

  [EMAIL PROTECTED]

 


From: Merrill Cornish [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 27, 2004 3:37 PM
To: Jean-Michel Theriault; [EMAIL PROTECTED]
Subject: Re: [Nant-users] mailLogger sends file as attachment

 

Jean-Michel,

 

Instead of using MailLogger, which can't do attachments, try the <report> task from NAntContrib.  That task makes a copy of that would normally to to the screen to a file.  You can turn it on and off at will.  For your purposes, you would probably "Start" it at the top of  your script.  Then in your mail task, you would "Close" it.  The report file  you specified when you started would have the entire log up to that point, and that file can be picked up by the mail task as part of the mail body or as an attachment.

 

Merrill

<<image001.jpg>>

<<image002.jpg>>

<<image003.jpg>>

Reply via email to