Jean-Michel,
See http://nant.sourceforge.net/nightly/help/fundamentals/listeners.html.
Gert
----- Original Message -----
From: "Jean-Michel Theriault" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 16, 2004 4:34 PM
Subject: [Nant-users] mailLogger simple question
I'm presently using the mail task to send my email at the end of my build.
But since the mail task won't send my build.log file at the end since it's
still writing to it, I heard that maybe the mailLogger might do this for me.
I know I have to put this
<property name="MailLogger.mailhost" value="mail.dunnowhat.com" />
<property name="MailLogger.from" value="[EMAIL PROTECTED]" />
<property name="MailLogger.failure.notify" value="true" />
<property name="MailLogger.success.notify" value="true" />
<property name="MailLogger.failure.to" value="[EMAIL PROTECTED]" />
<property name="MailLogger.success.to" value="[EMAIL PROTECTED]" />
<property name="MailLogger.failure.subject" value="build failure" />
<property name="MailLogger.success.subject" value="build success" />
In my Nant.build file, but were do I put it and how do I call it. I guess
it's not like a task were you just call it plain and simple like
<call target="SendEmail"/>
.....
<target name="SendEmail" depends="Init">
So how do I call this from my Nant.build file??
Thanks again for the help guys!!
Jean Michel Th�riault
Configuration and Installation Application Developer (COOP)
Cactus Commerce
http://www.cactuscommerce.com
[EMAIL PROTECTED]
-------------------------------------------------------
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_idG21&alloc_id040&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users