Jean-Michel, You don't CALL MailLogger so much as you ARM it.
You have to add -logger:NAnt.Core.MailLogger to your NAnt command line. That command line argument tells MailLogger to do its thing, and collect output as it is created. At the end of the script, pass or fail, the MailLogger is automatically called even though there is no specific <call> in the script itself. What the MailLogger then does depends upon what you have set the properties to. 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/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
