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.
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,