Submitted by: Matthias Becker <matthias.becker@media4content.de> git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269565 13f79535-47bb-0310-9956-ffa450edef68master
@@ -627,6 +627,48 @@ | |||||
<font color="#000000" size="-1" face="arial,helvetica,sanserif"> | <font color="#000000" size="-1" face="arial,helvetica,sanserif"> | ||||
<img src="images/kolesnikova.gif" /> | <img src="images/kolesnikova.gif" /> | ||||
</font> | </font> | ||||
</td> | |||||
</tr> | |||||
<tr> | |||||
<td bgcolor="#a0ddf0" colspan="" rowspan="" | |||||
valign="top" align="left"> | |||||
<font color="#000000" size="-1" face="arial,helvetica,sanserif"> | |||||
Matthias Becker (matthias.becker at media4content.de) | |||||
</font> | |||||
</td> | |||||
<td bgcolor="#a0ddf0" colspan="" rowspan="" | |||||
valign="top" align="left"> | |||||
<font color="#000000" size="-1" face="arial,helvetica,sanserif"> | |||||
<img src="images/becker1.gif" /> | |||||
</font> | |||||
</td> | |||||
</tr> | |||||
<tr> | |||||
<td bgcolor="#a0ddf0" colspan="" rowspan="" | |||||
valign="top" align="left"> | |||||
<font color="#000000" size="-1" face="arial,helvetica,sanserif"> | |||||
Matthias Becker (matthias.becker at media4content.de) | |||||
</font> | |||||
</td> | |||||
<td bgcolor="#a0ddf0" colspan="" rowspan="" | |||||
valign="top" align="left"> | |||||
<font color="#000000" size="-1" face="arial,helvetica,sanserif"> | |||||
<img src="images/becker2.gif" /> | |||||
</font> | |||||
</td> | |||||
</tr> | |||||
<tr> | |||||
<td bgcolor="#a0ddf0" colspan="" rowspan="" | |||||
valign="top" align="left"> | |||||
<font color="#000000" size="-1" face="arial,helvetica,sanserif"> | |||||
Matthias Becker (matthias.becker at media4content.de) | |||||
</font> | |||||
</td> | |||||
<td bgcolor="#a0ddf0" colspan="" rowspan="" | |||||
valign="top" align="left"> | |||||
<font color="#000000" size="-1" face="arial,helvetica,sanserif"> | |||||
<img src="images/becker3.gif" /> | |||||
</font> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -270,6 +270,48 @@ | |||||
</table> | </table> | ||||
</blockquote> | </blockquote> | ||||
</td></tr> | </td></tr> | ||||
</table> | |||||
<table border="0" cellspacing="0" cellpadding="2" width="100%"> | |||||
<tr><td bgcolor="#828DA6"> | |||||
<font color="#ffffff" face="arial,helvetica,sanserif"> | |||||
<a name="Automating the build and test process"><strong>Automating the build and test process</strong></a> | |||||
</font> | |||||
</td></tr> | |||||
<tr><td> | |||||
<blockquote> | |||||
<p>This article demonstrates an approach to the automated build and test process. Working with Ant 1.3 and the JUnit test framework, it shows how to automate a process that captures pertinent information about each test suite run, generates an attractive report, and e-mails the report.</p> | |||||
<table> | |||||
<tr> | |||||
<td bgcolor="#039acc" colspan="" rowspan="" | |||||
valign="top" align="left"> | |||||
<font color="#000000" size="-1" face="arial,helvetica,sanserif"> | |||||
Author: | |||||
</font> | |||||
</td> | |||||
<td bgcolor="#a0ddf0" colspan="" rowspan="" | |||||
valign="top" align="left"> | |||||
<font color="#000000" size="-1" face="arial,helvetica,sanserif"> | |||||
<a href="mailto:erik@hatcher.net">Erik Hatcher</a> | |||||
</font> | |||||
</td> | |||||
</tr> | |||||
<tr> | |||||
<td bgcolor="#039acc" colspan="" rowspan="" | |||||
valign="top" align="left"> | |||||
<font color="#000000" size="-1" face="arial,helvetica,sanserif"> | |||||
URL: | |||||
</font> | |||||
</td> | |||||
<td bgcolor="#a0ddf0" colspan="" rowspan="" | |||||
valign="top" align="left"> | |||||
<font color="#000000" size="-1" face="arial,helvetica,sanserif"> | |||||
<a href="http://www.ibm.com/developerworks/java/library/j-junitmail/">http://www.ibm.com/developerworks/java/library/j-junitmail/</a> | |||||
</font> | |||||
</td> | |||||
</tr> | |||||
</table> | |||||
</blockquote> | |||||
</td></tr> | |||||
</table> | </table> | ||||
<table border="0" cellspacing="0" cellpadding="2" width="100%"> | <table border="0" cellspacing="0" cellpadding="2" width="100%"> | ||||
<tr><td bgcolor="#828DA6"> | <tr><td bgcolor="#828DA6"> | ||||
@@ -168,6 +168,18 @@ | |||||
<td>Alicia Kolesnikova</td> | <td>Alicia Kolesnikova</td> | ||||
<td><img src="images/kolesnikova.gif"/></td> | <td><img src="images/kolesnikova.gif"/></td> | ||||
</tr> | </tr> | ||||
<tr> | |||||
<td>Matthias Becker (matthias.becker at media4content.de)</td> | |||||
<td><img src="images/becker1.gif"/></td> | |||||
</tr> | |||||
<tr> | |||||
<td>Matthias Becker (matthias.becker at media4content.de)</td> | |||||
<td><img src="images/becker2.gif"/></td> | |||||
</tr> | |||||
<tr> | |||||
<td>Matthias Becker (matthias.becker at media4content.de)</td> | |||||
<td><img src="images/becker3.gif"/></td> | |||||
</tr> | |||||
</table> | </table> | ||||
</section> | </section> | ||||
</body> | </body> |