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

Reply via email to