RE: [Nant-users] mailLogger sends file as attachment

2004-07-28 Thread Merrill Cornish
Jean-Michel,   Yes, I meant .  Sorry about that.  :-)   Merrill --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?

RE: [Nant-users] mailLogger sends file as attachment

2004-07-28 Thread Jean-Michel Theriault
: Wednesday, July 28, 2004 9:21 AM To: 'Merrill Cornish'; [EMAIL PROTECTED] Subject: RE: [Nant-users] mailLogger sends file as attachment   Do you mean the task, cause I can’t seem to find the task      Jean Michel Thériault    Configuration and Installation Application

RE: [Nant-users] mailLogger sends file as attachment

2004-07-28 Thread Jean-Michel Theriault
[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 task from NAntContrib. 

Re: [Nant-users] mailLogger sends file as attachment

2004-07-27 Thread Merrill Cornish
Jean-Michel,   Instead of using MailLogger, which can't do attachments, try the 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.  Th