Finally the article I wrote two months ago publishes.

Its now live at developerWorks and attached is a patch that addes it to
Ant's resources page (I wasn't sure where to position it in the list, so I
just stuck it in the middle, feel free to relocate it if appropriate).

http://www.ibm.com/developerworks/java/library/j-junitmail/

    Erik


cvs -q diff -u resources.xml 
Index: resources.xml
===================================================================
RCS file: /home/cvspublic/jakarta-ant/xdocs/resources.xml,v
retrieving revision 1.3
diff -u -r1.3 resources.xml
--- resources.xml       2001/08/10 15:43:11     1.3
+++ resources.xml       2001/08/14 17:29:09
@@ -77,6 +77,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

Reply via email to