git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276738 13f79535-47bb-0310-9956-ffa450edef68master
@@ -510,6 +510,33 @@ | |||||
Articles | Articles | ||||
</h3> | </h3> | ||||
<h4 class="subsection"> | <h4 class="subsection"> | ||||
<a name="Keep the Ant, Hold the XML"></a> | |||||
Keep the Ant, Hold the XML | |||||
</h4> | |||||
<p>Key G. Gauthier talks about writing "buildfiles" in Java.</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"> | |||||
Key G. Gauthier | |||||
</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.ftponline.com/javapro/2004_06/magazine/features/kgauthier/">http://www.ftponline.com/javapro/2004_06/magazine/features/kgauthier/</a> | |||||
</td> | |||||
</tr> | |||||
</table> | |||||
<h4 class="subsection"> | |||||
<a name="Ant 1.6 for Task Writers"></a> | <a name="Ant 1.6 for Task Writers"></a> | ||||
Ant 1.6 for Task Writers | Ant 1.6 for Task Writers | ||||
</h4> | </h4> | ||||
@@ -254,6 +254,21 @@ | |||||
<section name="Articles"> | <section name="Articles"> | ||||
<subsection name="Keep the Ant, Hold the XML"> | |||||
<p>Key G. Gauthier talks about writing "buildfiles" in Java.</p> | |||||
<table class="externals"> | |||||
<tr> | |||||
<th>Author:</th> | |||||
<td>Key G. Gauthier</td> | |||||
</tr> | |||||
<tr> | |||||
<th>URL:</th> | |||||
<td><a href="http://www.ftponline.com/javapro/2004_06/magazine/features/kgauthier/">http://www.ftponline.com/javapro/2004_06/magazine/features/kgauthier/</a></td> | |||||
</tr> | |||||
</table> | |||||
</subsection> | |||||
<subsection name="Ant 1.6 for Task Writers"> | <subsection name="Ant 1.6 for Task Writers"> | ||||
<p>This article talks about XML namespace handling, Ant | <p>This article talks about XML namespace handling, Ant | ||||
libraries and the newly introduced type polymorphism.</p> | libraries and the newly introduced type polymorphism.</p> | ||||