From d9277ce3b490e3cb36cae2e1f836f8ff5d32958b Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Mon, 2 Aug 2004 11:43:50 +0000 Subject: [PATCH] Article about 'buildfile' written in Java git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276738 13f79535-47bb-0310-9956-ffa450edef68 --- docs/resources.html | 27 +++++++++++++++++++++++++++ xdocs/resources.xml | 15 +++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/docs/resources.html b/docs/resources.html index aa7346dd8..049571f34 100644 --- a/docs/resources.html +++ b/docs/resources.html @@ -510,6 +510,33 @@ Articles

+ + Keep the Ant, Hold the XML +

+

Key G. Gauthier talks about writing "buildfiles" in Java.

+ + + + + + + + + +
+ Author: + + Key G. Gauthier +
+ URL: + + http://www.ftponline.com/javapro/2004_06/magazine/features/kgauthier/ +
+

Ant 1.6 for Task Writers

diff --git a/xdocs/resources.xml b/xdocs/resources.xml index 6a04571ac..d0ee00b0c 100644 --- a/xdocs/resources.xml +++ b/xdocs/resources.xml @@ -254,6 +254,21 @@
+ +

Key G. Gauthier talks about writing "buildfiles" in Java.

+ + + + + + + + + + +
Author:Key G. Gauthier
URL:http://www.ftponline.com/javapro/2004_06/magazine/features/kgauthier/
+
+

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