Merrill,

I did some more digging into the problem.  It appears that the problem is NOT with 
creating the file but with sending the file.   MailLogger AND the mail task have the 
problem where it will not display the entire contents of the logfile in the body of 
the email message.  

I have a zip file that contains a build file and log file that is used to reproduce 
what I'm seeing.  Unfortunately, I can't send it because when I tried I got an error 
(from list.sourceforget.net SMTP server) saying that all emails with *.zip file 
extensions are being blocked.  So, if you need a copy of the zip let me know and I 
will send it to you.  

Felice

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Merrill
Cornish
Sent: Friday, October 08, 2004 1:40 PM
To: Felice Vittoria; Ernst Kuschke; [EMAIL PROTECTED]
Subject: RE: [Nant-users] Mailinging the build log


Felice,

I believe that the debug level will give you everything.

For the MailLogger, you would not use the nant.onsuccess and nant.onfailure 
properties.  Instead, the MailLogger defines its own set of properties that you can 
initialize with your mail subject line, address list , and so on.

If you used the NantContrib <record> (or is it <report>?) task, then you would use the 
nant.onsuccess and nant.onfailure properties to identify a clean-up task(s) called 
after all else is done.  In that task, you would then close the record and use <mail> 
to mail it.

When using MailLogger, what have you noticed missing from the file it mails?

Merrill


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to