Browse Source

New article about Ant in Java-Spektrum 5/04.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276446 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 21 years ago
parent
commit
46925591a3
2 changed files with 53 additions and 4 deletions
  1. +33
    -2
      docs/resources.html
  2. +20
    -2
      xdocs/resources.xml

+ 33
- 2
docs/resources.html View File

@@ -509,8 +509,39 @@
Articles
</h3>
<h4 class="subsection">
<a name="Ant in Anger: Using Ant in a Production Development System"></a>
Ant in Anger: Using Ant in a Production Development System
<a name="Programmieren für Ant"></a>
Programmieren für Ant
</h4>
<p>This article describes the main topics of programming your own tasks.
Description is done on five examples.</p>
<p>This article is written in German and published in
<a href="http://www.sigs-datacom.de/sd/publications/js/index.htm">Java-Spektrum</a>
5/2004.</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">
Bernd Matzke
</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.sigs-datacom.de/sd/news/document?PID=216">http://www.sigs-datacom.de/sd/news/document?PID=216</a>
</td>
</tr>
</table>
<h4 class="subsection">
<a name="Ant in Anger: Using Ant in a Production Development System"></a>
Ant in Anger: Using Ant in a Production Development System
</h4>
<p>This document describes strategies and some basic examples of how to
use Ant in larger team development projects.</p>


+ 20
- 2
xdocs/resources.xml View File

@@ -253,8 +253,26 @@

<section name="Articles">

<subsection name="Ant in Anger: Using Ant in a Production Development
System">
<subsection name="Programmieren für Ant">
<p>This article describes the main topics of programming your own tasks.
Description is done on five examples.</p>
<p>This article is written in German and published in
<a href="http://www.sigs-datacom.de/sd/publications/js/index.htm">Java-Spektrum</a>
5/2004.</p>

<table class="externals">
<tr>
<th>Author:</th>
<td>Bernd Matzke</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.sigs-datacom.de/sd/news/document?PID=216">http://www.sigs-datacom.de/sd/news/document?PID=216</a></td>
</tr>
</table>
</subsection>

<subsection name="Ant in Anger: Using Ant in a Production Development System">
<p>This document describes strategies and some basic examples of how to
use Ant in larger team development projects.</p>



Loading…
Cancel
Save