From 3deb50ae870bfda03f53e64aeca38092fffa689d Mon Sep 17 00:00:00 2001 From: Erik Hatcher Date: Tue, 24 Feb 2004 10:33:52 +0000 Subject: [PATCH] adding an article to a (belated) article to resources, and removing my unavailable JUG presentation git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276146 13f79535-47bb-0310-9956-ffa450edef68 --- docs/resources.html | 55 +++++++++++++++++++++++---------------------- xdocs/resources.xml | 31 ++++++++++++------------- 2 files changed, 44 insertions(+), 42 deletions(-) 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 + + +

+ + Build a Better Robot with Ant +

+

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 +

@@ -910,33 +938,6 @@ Presentations

- - Ant - presented to the Tucson Java Users Group -

-

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

Ant Build Tool

diff --git a/xdocs/resources.xml b/xdocs/resources.xml index 7af3be9c9..af9daa189 100644 --- a/xdocs/resources.xml +++ b/xdocs/resources.xml @@ -286,6 +286,22 @@ + +

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.