From d1aa81e442aebdc396f67d3e8f3d20032956ddf1 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Sat, 9 Nov 2002 22:43:35 +0000 Subject: [PATCH] I was flickiing through the latest ant book and noticed a bit where they cited ant in anger and implied that i didnt necessarily know what I was talking about. So I checked: they were referring to the version of the doc in ant1.4. But with the file open in the IDE it was time for an update, so here it is. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273529 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant_in_anger.html | 522 ++++++++++++++++++++++++++--------------- 1 file changed, 333 insertions(+), 189 deletions(-) diff --git a/docs/ant_in_anger.html b/docs/ant_in_anger.html index 7cee64c92..a821f29bd 100644 --- a/docs/ant_in_anger.html +++ b/docs/ant_in_anger.html @@ -1,6 +1,6 @@ - Apache Ant in Anger + Ant in Anger @@ -8,11 +8,12 @@

Ant in Anger:

- Using Apache Ant in a Production Development System + Using Apache Ant in a Production Development System

-Steve Loughran +Steve Loughran
+Last updated 2002-11-09

@@ -25,8 +26,8 @@ Steve Loughran be yet another source of problems in that ongoing crises we call development . This document contains some strategies and tactics for making the most of -ant. It is moderately frivolous in places, and lacks almost any actual -examples of ant xml. The lack of examples is entirely deliberate -it +Ant. It is moderately frivolous in places, and lacks almost any actual +examples of Ant xml. The lack of examples is entirely deliberate -it keeps document maintenance costs down. Most of the concepts covered don't need the detail about XML representations, as it is processes we are concerned about, not syntax. Finally, please be aware that the @@ -36,7 +37,7 @@ done.

Firstly, here are some assumptions about the projects which this -document covers +document covers: