Browse Source

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
master
Erik Hatcher 23 years ago
parent
commit
3c3e4ae6bc
2 changed files with 92 additions and 6 deletions
  1. +64
    -3
      docs/resources.html
  2. +28
    -3
      xdocs/resources.xml

+ 64
- 3
docs/resources.html View File

@@ -107,7 +107,7 @@
<td bgcolor="#039acc" colspan="" rowspan="" <td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left"> valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">
FAQ
FAQ:
</font> </font>
</td> </td>
<td bgcolor="#a0ddf0" colspan="" rowspan="" <td bgcolor="#a0ddf0" colspan="" rowspan=""
@@ -135,7 +135,7 @@
<td bgcolor="#039acc" colspan="" rowspan="" <td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left"> valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">
Forum
Forum:
</font> </font>
</td> </td>
<td bgcolor="#a0ddf0" colspan="" rowspan="" <td bgcolor="#a0ddf0" colspan="" rowspan=""
@@ -149,7 +149,7 @@
<td bgcolor="#039acc" colspan="" rowspan="" <td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left"> valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">
FAQ
FAQ:
</font> </font>
</td> </td>
<td bgcolor="#a0ddf0" colspan="" rowspan="" <td bgcolor="#a0ddf0" colspan="" rowspan=""
@@ -165,6 +165,67 @@
</table> </table>
</blockquote> </blockquote>
</td></tr> </td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Books"><strong>Books</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Java Tools for eXtreme Programming"><strong>Java Tools for eXtreme Programming</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<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>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Authors:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Richard Hightower and Nicholas Lesiecki
</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.wiley.com/cda/product/0,,047120708X,00.html">http://www.wiley.com/cda/product/0,,047120708X,00.html</a>
</font>
</td>
</tr>
</table>
</blockquote>
</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="#525D76"> <tr><td bgcolor="#525D76">


+ 28
- 3
xdocs/resources.xml View File

@@ -16,7 +16,7 @@


<table> <table>
<tr> <tr>
<th>FAQ</th>
<th>FAQ:</th>
<td><a href="faq.html">http://jakarta.apache.org/ant/faq.html</a></td> <td><a href="faq.html">http://jakarta.apache.org/ant/faq.html</a></td>
</tr> </tr>
</table> </table>
@@ -27,17 +27,42 @@


<table> <table>
<tr> <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> <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>
<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> <td><a href="http://www.jguru.com/faq/home.jsp?topic=Ant">http://www.jguru.com/faq/home.jsp?topic=Ant</a></td>
</tr> </tr>
</table> </table>
</subsection> </subsection>
</section> </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"> <section name="Articles and Presentations">


<p>The following sections list articles and presentations written about Apache Ant. If <p>The following sections list articles and presentations written about Apache Ant. If


Loading…
Cancel
Save