diff --git a/docs/resources.html b/docs/resources.html index 5b0036eb6..3655216c2 100644 --- a/docs/resources.html +++ b/docs/resources.html @@ -562,6 +562,34 @@ valign="top" align="left"> http://ant.apache.org/ant_task_guidelines.html + + +
This article describes the gory details of writing custom + Ant tasks.
+| + Author: + | ++ Erik Hatcher + | +
|---|---|
| + URL: + | ++ http://www.fawcette.com/javapro/2003_02/magazine/features/ehatcher/l + |
A PowerPoint technical overview presentation on Ant. Comes complete with a straightforward example demonstrating code compilation, JAR'ing, JUnit testing, JUnit reporting, and Zipping a distribution. A few advanced topics are touched upon like property immutabality and using <antcall> to get around it, build listeners, and writing custom tasks.
-| - Author: - | -- Erik Hatcher - | -
|---|---|
| - URL: - | -- http://erik.hatcher.net/ant-jug.zip - | -
This article describes the gory details of writing custom + Ant tasks.
+ +| Author: | +Erik Hatcher | +
|---|---|
| URL: | +http://www.fawcette.com/javapro/2003_02/magazine/features/ehatcher/l | +
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.
@@ -487,21 +503,6 @@A PowerPoint technical overview presentation on Ant. Comes complete with a straightforward example demonstrating code compilation, JAR'ing, JUnit testing, JUnit reporting, and Zipping a distribution. A few advanced topics are touched upon like property immutabality and using <antcall> to get around it, build listeners, and writing custom tasks.
- -| Author: | -Erik Hatcher | -
|---|---|
| URL: | -http://erik.hatcher.net/ant-jug.zip | -
A PowerPoint presentation on Ant 1.2. It provides a basic overview of Ant's capabilities.