bodewig 01/08/14 23:38:46
Modified: docs Tag: ANT_14_BRANCH resources.html
xdocs Tag: ANT_14_BRANCH resources.xml
Log:
Since this resource list will be part of the distribution, add pointer
to Erik's article here as well.
Revision Changes Path
No revision
No revision
1.2.2.3 +42 -0 jakarta-ant/docs/resources.html
Index: resources.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/resources.html,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -r1.2.2.2 -r1.2.2.3
--- resources.html 2001/08/10 15:47:20 1.2.2.2
+++ resources.html 2001/08/15 06:38:46 1.2.2.3
@@ -277,6 +277,48 @@
<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:[EMAIL PROTECTED]">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 border="0" cellspacing="0"
cellpadding="2" width="100%">
+ <tr><td bgcolor="#828DA6">
+ <font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Incremental development with Ant and
JUnit"><strong>Incremental development with Ant and JUnit</strong></a>
</font>
</td></tr>
No revision
No revision
1.1.2.3 +15 -0 jakarta-ant/xdocs/resources.xml
Index: resources.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/xdocs/resources.xml,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- resources.xml 2001/08/10 15:47:20 1.1.2.2
+++ resources.xml 2001/08/15 06:38:46 1.1.2.3
@@ -82,6 +82,21 @@
</table>
</subsection>
+ <subsection name="Automating the build and test process">
+ <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>
+ <th>Author:</th>
+ <td><a href="mailto:[EMAIL PROTECTED]">Erik Hatcher</a></td>
+ </tr>
+ <tr>
+ <th>URL:</th>
+ <td><a
href="http://www.ibm.com/developerworks/java/library/j-junitmail/">http://www.ibm.com/developerworks/java/library/j-junitmail/</a></td>
+ </tr>
+ </table>
+ </subsection>
+
<subsection name="Incremental development with Ant and JUnit">
<p>This article explores the benefits of unit testing with Ant and
JUnit, detailing how to develop automated unit tests and integrate
them