Browse Source

some people may find this article useful

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

+ 33
- 3
docs/resources.html View File

@@ -501,14 +501,44 @@
<a name="Articles and Presentations"></a> <a name="Articles and Presentations"></a>
Articles and Presentations Articles and Presentations
</h3> </h3>
<p>The following sections list articles and presentations written about Apache Ant. If
you've written something that should be included, please post it to one
of the mailing lists.</p>
<p>The following sections list articles and presentations
written about Apache Ant. If you've written something that
should be included, please post it to one of the mailing
lists.</p>
<h3 class="section"> <h3 class="section">
<a name="Articles"></a> <a name="Articles"></a>
Articles Articles
</h3> </h3>
<h4 class="subsection"> <h4 class="subsection">
<a name="New Ant 1.6 Features for Big Projects"></a>
New Ant 1.6 Features for Big Projects
</h4>
<p>This article describes the &lt;macrodef&gt;, &lt;import&gt;
and &lt;subant&gt; in detail and shows how they help in
building bigger systems.</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_ant1.6.html">http://otn.oracle.com/pub/articles/bodewig_ant1.6.html</a>
</td>
</tr>
</table>
<h4 class="subsection">
<a name="Programmieren für Ant"></a> <a name="Programmieren für Ant"></a>
Programmieren für Ant Programmieren für Ant
</h4> </h4>


+ 21
- 3
xdocs/resources.xml View File

@@ -245,14 +245,32 @@


<section name="Articles and Presentations"> <section name="Articles and Presentations">


<p>The following sections list articles and presentations written about Apache Ant. If
you've written something that should be included, please post it to one
of the mailing lists.</p>
<p>The following sections list articles and presentations
written about Apache Ant. If you've written something that
should be included, please post it to one of the mailing
lists.</p>


</section> </section>


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


<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
building bigger systems.</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_ant1.6.html">http://otn.oracle.com/pub/articles/bodewig_ant1.6.html</a></td>
</tr>
</table>
</subsection>

<subsection name="Programmieren für Ant"> <subsection name="Programmieren für Ant">
<p>This article describes the main topics of programming your own tasks. <p>This article describes the main topics of programming your own tasks.
Description is done on five examples.</p> Description is done on five examples.</p>


Loading…
Cancel
Save