Browse Source

Another Ant 1.6 article

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276636 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
6a99f7d68e
2 changed files with 51 additions and 0 deletions
  1. +31
    -0
      docs/resources.html
  2. +20
    -0
      xdocs/resources.xml

+ 31
- 0
docs/resources.html View File

@@ -510,6 +510,37 @@
Articles
</h3>
<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&amp;DE=1">http://www.sys-con.com/story/?storyid=45078&amp;DE=1</a>
</td>
</tr>
</table>
<h4 class="subsection">
<a name="New Ant 1.6 Features for Big Projects"></a>
New Ant 1.6 Features for Big Projects
</h4>


+ 20
- 0
xdocs/resources.xml View File

@@ -254,6 +254,26 @@

<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&amp;DE=1">http://www.sys-con.com/story/?storyid=45078&amp;DE=1</a></td>
</tr>
</table>
</subsection>

<subsection name="New Ant 1.6 Features for Big Projects">
<p>This article describes the &lt;macrodef&gt;, &lt;import&gt;
and &lt;subant&gt; in detail and shows how they help in


Loading…
Cancel
Save