Browse Source

A new article

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

+ 28
- 0
docs/resources.html View File

@@ -510,6 +510,34 @@
Articles Articles
</h3> </h3>
<h4 class="subsection"> <h4 class="subsection">
<a name="Ant 1.6 for Task Writers"></a>
Ant 1.6 for Task Writers
</h4>
<p>This article talks about XML namespace handling, Ant
libraries and the newly introduced type polymorphism.</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">
Stefan Bodewig
</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://otn.oracle.com/pub/articles/bodewig_taskwriters.html">http://otn.oracle.com/pub/articles/bodewig_taskwriters.html</a>
</td>
</tr>
</table>
<h4 class="subsection">
<a name="Managing Build Complexity with Apache Ant 1.6"></a> <a name="Managing Build Complexity with Apache Ant 1.6"></a>
Managing Build Complexity with Apache Ant 1.6 Managing Build Complexity with Apache Ant 1.6
</h4> </h4>


+ 16
- 0
xdocs/resources.xml View File

@@ -254,6 +254,22 @@


<section name="Articles"> <section name="Articles">


<subsection name="Ant 1.6 for Task Writers">
<p>This article talks about XML namespace handling, Ant
libraries and the newly introduced type polymorphism.</p>

<table class="externals">
<tr>
<th>Author:</th>
<td>Stefan Bodewig</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://otn.oracle.com/pub/articles/bodewig_taskwriters.html">http://otn.oracle.com/pub/articles/bodewig_taskwriters.html</a></td>
</tr>
</table>
</subsection>

<subsection name="Managing Build Complexity with Apache Ant 1.6"> <subsection name="Managing Build Complexity with Apache Ant 1.6">


<p>As Apache Ant is applied to increasingly difficult tasks, <p>As Apache Ant is applied to increasingly difficult tasks,


Loading…
Cancel
Save