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]

 

 

<<image001.jpg>>

<<image002.jpg>>

<<image003.jpg>>

Reply via email to