I have these properties at the top of my project (they are not in a target)

        <property name="MailLogger.mailhost" value="mail.blah.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
${install_version}" />
        <property name="MailLogger.success.subject" value="Build Success
${install_version}" />


I've changed my mailserver and addresses.  The ${install_version} is another
property I set in the script.

John Cole

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Michael
Rudge
Sent: Tuesday, June 08, 2004 1:40 PM
To: [EMAIL PROTECTED]
Subject: [Nant-users] MailLogger


Does someone have an example of how to set the
properties for the Maillogger? Do they have to be set
at the command line?
thanks
mike

=====
Michael Rudge



-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users


-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to