bodewig 01/12/14 04:28:01 Modified: docs faq.html xdocs faq.xml Log: Update FAQ about MailLogger Submitted by: Erik Hatcher <[EMAIL PROTECTED]> Revision Changes Path 1.14 +28 -1 jakarta-ant/docs/faq.html Index: faq.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/faq.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- faq.html 2001/12/13 12:04:56 1.13 +++ faq.html 2001/12/14 12:28:01 1.14 @@ -1377,7 +1377,34 @@ </td></tr> <tr><td> <blockquote> - <p>You can use a custom BuildListener, that sends out an email + <p>If you are using a nightly-build of Ant 1.5 after + 2001-12-14, you can use the built-in MailLogger.</p> + <div align="left"> + <table cellspacing="4" cellpadding="0" border="0"> + <tr> + <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td> + <td bgcolor="#023264" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td> + <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td> + </tr> + <tr> + <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td> + <td bgcolor="#ffffff"><pre> + ant -logger org.apache.tools.ant.listener.MailLogger +</pre></td> + <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td> + </tr> + <tr> + <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td> + <td bgcolor="#023264" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td> + <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td> + </tr> + </table> + </div> + <p>See the <a href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-ant/docs/manual/listeners.html?content-type=text/html">Listener + & Logger documentation</a> for details on the properties + required.</p> + <p>For older versions of Ant you can use a custom + BuildListener, that sends out an email in the buildFinished() method. Will Glozer <[EMAIL PROTECTED]> has written such a listener based on <a href="http://java.sun.com/products/javamail/">JavaMail</a>, 1.13 +13 -1 jakarta-ant/xdocs/faq.xml Index: faq.xml =================================================================== RCS file: /home/cvs/jakarta-ant/xdocs/faq.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- faq.xml 2001/12/13 12:04:56 1.12 +++ faq.xml 2001/12/14 12:28:01 1.13 @@ -655,7 +655,19 @@ <answer> - <p>You can use a custom BuildListener, that sends out an email + <p>If you are using a nightly-build of Ant 1.5 after + 2001-12-14, you can use the built-in MailLogger.</p> + + <source><![CDATA[ + ant -logger org.apache.tools.ant.listener.MailLogger +]]></source> + + <p>See the <a href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-ant/docs/manual/listeners.html?content-type=text/html">Listener + & Logger documentation</a> for details on the properties + required.</p> + + <p>For older versions of Ant you can use a custom + BuildListener, that sends out an email in the buildFinished() method. Will Glozer <[EMAIL PROTECTED]> has written such a listener based on <a href="http://java.sun.com/products/javamail/">JavaMail</a>,
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>