Hi Luis,
I've specified the properties within the build.xml file.
E.g.:
<property name="MailLogger.from" value="[EMAIL PROTECTED]" />
<property name="MailLogger.success.notify" value="true" />
<property name="MailLogger.failure.notify" value="true" />
<property name="MailLogger.success.to" value="[EMAIL PROTECTED]" />
<property name="MailLogger.failure.to" value="[EMAIL PROTECTED]" />
<property name="MailLogger.mailhost" value="<mailhost>" />

And the ant call looks like:
ant -logger org.apache.tools.ant.listener.MailLogger

I hope this helps.

Regards
Jan


Luis Andrei Cobo wrote:

Where do I specify the Properties to configure the mail loggeer? -D
variables or from within my build.xml?

L




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to