Thanks Erik,
I knew that you pass "ant -logger org.apache.tools.ant.listener.MailLogger"
on the command line but my confusion is on where to configure properties
like MailLogger.mailhost. I assume that it can be done in the build.xml as
follows:
<property name="MailLogger.mailhost" value="my.mail.host.com"/>
-----Original Message-----
From: Erik Hatcher [mailto:jakarta-ant@ehatchersolutions.com]
Sent: Sunday, June 02, 2002 8:01 PM
To: Ant Users List
Subject: Re: Use of MailLogger
Have you had a look at this:
http://jakarta.apache.org/ant/manual/listeners.html#MailLogger ??
If that doesn't answer all your questions, post back further questions.
Erik
----- Original Message -----
From: "Ed Mangual" <edmangual@carolina.rr.com>
To: "Ant Users List" <ant-user@jakarta.apache.org>
Sent: Sunday, June 02, 2002 5:28 PM
Subject: Use of MailLogger
> I am interested in using MailLogger so when my build is finished I can
> receive notification of successes or failures. How is this set up? Is a
> separate property file needed in order to use this?
>
>
>
> Thanks in advance for your help
>
>
>
> Regards,
>
>
>
> Ed
>
>
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
|