diff options
| author | Erik Hatcher <ehatcher@apache.org> | 2002-01-12 03:21:25 +0000 |
|---|---|---|
| committer | Erik Hatcher <ehatcher@apache.org> | 2002-01-12 03:21:25 +0000 |
| commit | 3c3e4ae6bc3c82187df609c02b57539d60f51a71 (patch) | |
| tree | 7d3c22dc345390e64c87bc762924d05b30db6e15 /xdocs/resources.xml | |
| parent | 123771a5ab6dc4c16801b1632692138080db9f6b (diff) | |
| download | ant-3c3e4ae6bc3c82187df609c02b57539d60f51a71.tar.gz | |
added Java Tools book, which has extensive Ant coverage
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270675 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'xdocs/resources.xml')
| -rw-r--r-- | xdocs/resources.xml | 31 |
1 files changed, 28 insertions, 3 deletions
diff --git a/xdocs/resources.xml b/xdocs/resources.xml index 80aa82f25..724887abb 100644 --- a/xdocs/resources.xml +++ b/xdocs/resources.xml @@ -16,7 +16,7 @@ <table> <tr> - <th>FAQ</th> + <th>FAQ:</th> <td><a href="faq.html">http://jakarta.apache.org/ant/faq.html</a></td> </tr> </table> @@ -27,17 +27,42 @@ <table> <tr> - <th>Forum</th> + <th>Forum:</th> <td><a href="http://www.jguru.com/forums/home.jsp?topic=Ant">http://www.jguru.com/forums/home.jsp?topic=Ant</a></td> </tr> <tr> - <th>FAQ</th> + <th>FAQ:</th> <td><a href="http://www.jguru.com/faq/home.jsp?topic=Ant">http://www.jguru.com/faq/home.jsp?topic=Ant</a></td> </tr> </table> </subsection> </section> + <section name="Books"> + <subsection name="Java Tools for eXtreme Programming"> + <p>This book covers the following XP subjects: + <ul> + <li>Automated unit and functional testing</li> + <li>Continuous integration through build and deployment automation</li> + <li>The value of refactoring and continuous integration</li> + <li>How Ant, JUnit, JUnitPerf, Cactus, HTTPUnit, and JMeter + can be used to achieve the goals of the XP methodology</li> + </ul> + </p> + + <table> + <tr> + <th>Authors:</th> + <td>Richard Hightower and Nicholas Lesiecki</td> + </tr> + <tr> + <th>URL:</th> + <td><a href="http://www.wiley.com/cda/product/0,,047120708X,00.html">http://www.wiley.com/cda/product/0,,047120708X,00.html</a></td> + </tr> + </table> + </subsection> + </section> + <section name="Articles and Presentations"> <p>The following sections list articles and presentations written about Apache Ant. If |
