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