git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276636 13f79535-47bb-0310-9956-ffa450edef68master
@@ -510,6 +510,37 @@ | |||||
Articles | Articles | ||||
</h3> | </h3> | ||||
<h4 class="subsection"> | <h4 class="subsection"> | ||||
<a name="Managing Build Complexity with Apache Ant 1.6"></a> | |||||
Managing Build Complexity with Apache Ant 1.6 | |||||
</h4> | |||||
<p>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.</p> | |||||
<table class="externals" cellspacing="1" cellpadding="4"> | |||||
<tr> | |||||
<th colspan="1" rowspan="1" | |||||
valign="top" align="left"> | |||||
Author: | |||||
</th> | |||||
<td colspan="1" rowspan="1" | |||||
valign="top" align="left"> | |||||
Geoffrey Wiseman | |||||
</td> | |||||
</tr> | |||||
<tr> | |||||
<th colspan="1" rowspan="1" | |||||
valign="top" align="left"> | |||||
URL: | |||||
</th> | |||||
<td colspan="1" rowspan="1" | |||||
valign="top" align="left"> | |||||
<a href="http://www.sys-con.com/story/?storyid=45078&DE=1">http://www.sys-con.com/story/?storyid=45078&DE=1</a> | |||||
</td> | |||||
</tr> | |||||
</table> | |||||
<h4 class="subsection"> | |||||
<a name="New Ant 1.6 Features for Big Projects"></a> | <a name="New Ant 1.6 Features for Big Projects"></a> | ||||
New Ant 1.6 Features for Big Projects | New Ant 1.6 Features for Big Projects | ||||
</h4> | </h4> | ||||
@@ -254,6 +254,26 @@ | |||||
<section name="Articles"> | <section name="Articles"> | ||||
<subsection name="Managing Build Complexity with Apache Ant 1.6"> | |||||
<p>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.</p> | |||||
<table class="externals"> | |||||
<tr> | |||||
<th>Author:</th> | |||||
<td>Geoffrey Wiseman</td> | |||||
</tr> | |||||
<tr> | |||||
<th>URL:</th> | |||||
<td><a href="http://www.sys-con.com/story/?storyid=45078&DE=1">http://www.sys-con.com/story/?storyid=45078&DE=1</a></td> | |||||
</tr> | |||||
</table> | |||||
</subsection> | |||||
<subsection name="New Ant 1.6 Features for Big Projects"> | <subsection name="New Ant 1.6 Features for Big Projects"> | ||||
<p>This article describes the <macrodef>, <import> | <p>This article describes the <macrodef>, <import> | ||||
and <subant> in detail and shows how they help in | and <subant> in detail and shows how they help in | ||||