diff --git a/docs/resources.html b/docs/resources.html
index 2ca966716..ae9016b5c 100644
--- a/docs/resources.html
+++ b/docs/resources.html
@@ -219,6 +219,47 @@
Listed by descending publication date.
+
+ Extreme Programming with Ant
+
+ This book shows how to implement an XP project using Ant 1.5.3, and many other 3rd party tools. Covers:
+
+ - The fundamentals of Ant: concepts, core and optional tasks
+ - How to write custom Ant components, including custom Tasks, Loggers, Listeners, Input Handlers, Selectors, Filters, Mappers and Data Types
+ - Mitigating risks by creating spike tests with Ant buildfiles
+ - Add CVS version control and testing with JUnit
+ - Automate nightly builds and reporting
+ - Deploy applications dynamically using XDoclet
+ - Enforcing Code Standards with Jalopy, PMD, CheckStyle, iContract, JDepend
+ - Using Remote Ant (Rant) and CruiseControl
+ - Generating project documentation
+ - Adapting an XP process for use by other teams or across an enterprise
+ - Custom Task examples to generating UML diagrams, creating reports and metrics on-the-fly
+ - Follows a case-study of a team that implements an XP Project
+
+
+
Ant. Das Java-Build-Tool in der Praxis
diff --git a/xdocs/resources.xml b/xdocs/resources.xml
index 71c23c15e..879f45e80 100644
--- a/xdocs/resources.xml
+++ b/xdocs/resources.xml
@@ -41,6 +41,34 @@
Listed by descending publication date.
+
+ This book shows how to implement an XP project using Ant 1.5.3, and many other 3rd party tools. Covers:
+
+ - The fundamentals of Ant: concepts, core and optional tasks
+ - How to write custom Ant components, including custom Tasks, Loggers, Listeners, Input Handlers, Selectors, Filters, Mappers and Data Types
+ - Mitigating risks by creating spike tests with Ant buildfiles
+ - Add CVS version control and testing with JUnit
+ - Automate nightly builds and reporting
+ - Deploy applications dynamically using XDoclet
+ - Enforcing Code Standards with Jalopy, PMD, CheckStyle, iContract, JDepend
+ - Using Remote Ant (Rant) and CruiseControl
+ - Generating project documentation
+ - Adapting an XP process for use by other teams or across an enterprise
+ - Custom Task examples to generating UML diagrams, creating reports and metrics on-the-fly
+ - Follows a case-study of a team that implements an XP Project
+
+
+
+
A German language book on Ant that covers Ant 1.5.
This is the original description: