From 6a99f7d68eb3a7aee83d2276bd1a690148ef90c1 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 25 Jun 2004 07:39:29 +0000 Subject: [PATCH] Another Ant 1.6 article git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276636 13f79535-47bb-0310-9956-ffa450edef68 --- docs/resources.html | 31 +++++++++++++++++++++++++++++++ xdocs/resources.xml | 20 ++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/docs/resources.html b/docs/resources.html index b021068f9..fd945008b 100644 --- a/docs/resources.html +++ b/docs/resources.html @@ -510,6 +510,37 @@ Articles

+ + Managing Build Complexity with Apache Ant 1.6 +

+

As Apache Ant is applied to increasingly difficult tasks, + its users are creating more complex and less legible build + files. This is due, in part, to the limited tools for + decomposition and code reuse within previous versions of + Ant.

+ + + + + + + + + +
+ Author: + + Geoffrey Wiseman +
+ URL: + + http://www.sys-con.com/story/?storyid=45078&DE=1 +
+

New Ant 1.6 Features for Big Projects

diff --git a/xdocs/resources.xml b/xdocs/resources.xml index a77223562..57bceb4a1 100644 --- a/xdocs/resources.xml +++ b/xdocs/resources.xml @@ -254,6 +254,26 @@
+ + +

As Apache Ant is applied to increasingly difficult tasks, + its users are creating more complex and less legible build + files. This is due, in part, to the limited tools for + decomposition and code reuse within previous versions of + Ant.

+ + + + + + + + + + +
Author:Geoffrey Wiseman
URL:http://www.sys-con.com/story/?storyid=45078&DE=1
+
+

This article describes the <macrodef>, <import> and <subant> in detail and shows how they help in