Browse Source

move Tilly up, add JDwA

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272814 13f79535-47bb-0310-9956-ffa450edef68
master
Erik Hatcher 23 years ago
parent
commit
2c12227b57
2 changed files with 117 additions and 12 deletions
  1. +87
    -1
      docs/resources.html
  2. +30
    -11
      xdocs/resources.xml

+ 87
- 1
docs/resources.html View File

@@ -186,7 +186,93 @@
</td></tr>
<tr><td>
<blockquote>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<p>Listed by descending publication date.</p>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Java Development with Ant"><strong>Java Development with Ant</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>Coming soon: August 2002, covers Ant 1.5
</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">
Erik Hatcher and Steve Loughran
</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.manning.com/antbook/">http://www.manning.com/antbook/</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="Ant: The Definitive Guide"><strong>Ant: The Definitive Guide</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>Covers Ant release 1.4.1.</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">
Jesse E. Tilly and Eric M. Burke
</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.oreilly.com/catalog/anttdg/">http://www.oreilly.com/catalog/anttdg/</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="Java Tools for eXtreme Programming"><strong>Java Tools for eXtreme Programming</strong></a>


+ 30
- 11
xdocs/resources.xml View File

@@ -39,25 +39,20 @@
</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>Listed by descending publication date.</p>
<!-- TODO: reorganize as a table? -->
<subsection name="Java Development with Ant">
<p>Coming soon: August 2002, covers Ant 1.5
</p>

<table>
<tr>
<th>Authors:</th>
<td>Richard Hightower and Nicholas Lesiecki</td>
<td>Erik Hatcher and Steve Loughran</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>
<td><a href="http://www.manning.com/antbook/">http://www.manning.com/antbook/</a></td>
</tr>
</table>
</subsection>
@@ -76,6 +71,30 @@
</tr>
</table>
</subsection>

<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">


Loading…
Cancel
Save