diff --git a/docs/faq.html b/docs/faq.html index e8ef83012..4009b2339 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -1377,7 +1377,34 @@ while(<STDIN>) {
-

You can use a custom BuildListener, that sends out an email +

If you are using a nightly-build of Ant 1.5 after + 2001-12-14, you can use the built-in MailLogger.

+
+ + + + + + + + + + + + + + + + +
+         ant -logger org.apache.tools.ant.listener.MailLogger
+
+
+

See the Listener + & Logger documentation for details on the properties + required.

+

For older versions of Ant you can use a custom + BuildListener, that sends out an email in the buildFinished() method. Will Glozer <will.glozer@jda.com> has written such a listener based on JavaMail, diff --git a/xdocs/faq.xml b/xdocs/faq.xml index c9ee05bfc..e92956c4f 100644 --- a/xdocs/faq.xml +++ b/xdocs/faq.xml @@ -655,7 +655,19 @@ while() { -

You can use a custom BuildListener, that sends out an email +

If you are using a nightly-build of Ant 1.5 after + 2001-12-14, you can use the built-in MailLogger.

+ + + +

See the Listener + & Logger documentation for details on the properties + required.

+ +

For older versions of Ant you can use a custom + BuildListener, that sends out an email in the buildFinished() method. Will Glozer <will.glozer@jda.com> has written such a listener based on JavaMail,