From f57b84f631eabc47a6950a9fe88e82cd544c520e Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 21 Jul 2004 07:11:15 +0000 Subject: [PATCH] A new article git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276712 13f79535-47bb-0310-9956-ffa450edef68 --- docs/resources.html | 28 ++++++++++++++++++++++++++++ xdocs/resources.xml | 16 ++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/docs/resources.html b/docs/resources.html index 255b5de6f..aa7346dd8 100644 --- a/docs/resources.html +++ b/docs/resources.html @@ -510,6 +510,34 @@ Articles

+ + Ant 1.6 for Task Writers +

+

This article talks about XML namespace handling, Ant + libraries and the newly introduced type polymorphism.

+ + + + + + + + + +
+ Author: + + Stefan Bodewig +
+ URL: + + http://otn.oracle.com/pub/articles/bodewig_taskwriters.html +
+

Managing Build Complexity with Apache Ant 1.6

diff --git a/xdocs/resources.xml b/xdocs/resources.xml index 26a62b843..6a04571ac 100644 --- a/xdocs/resources.xml +++ b/xdocs/resources.xml @@ -254,6 +254,22 @@
+ +

This article talks about XML namespace handling, Ant + libraries and the newly introduced type polymorphism.

+ + + + + + + + + + +
Author:Stefan Bodewig
URL:http://otn.oracle.com/pub/articles/bodewig_taskwriters.html
+
+

As Apache Ant is applied to increasingly difficult tasks,