Browse Source

New German language book on Ant.

Submitted by:	Jan Materne <Jan dot Materne at rzf dot fin dash nrw dot de>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274522 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
373a1b8070
2 changed files with 90 additions and 23 deletions
  1. +51
    -11
      docs/resources.html
  2. +39
    -12
      xdocs/resources.xml

+ 51
- 11
docs/resources.html View File

@@ -219,25 +219,65 @@
</h3>
<p>Listed by descending publication date.</p>
<h4 class="subsection">
<a name="Ant. Das Java-Build-Tool in der Praxis"></a>
Ant. Das Java-Build-Tool in der Praxis
</h4>
<p>A German language book on Ant that covers Ant 1.5.
This is the original description:</p>
<pre class="code">
Das Build-Tool Ant ist das Open-Source-Werkzeug, das den Entwicklungsprozess einer Java-
oder J2EE-Anwendung wesentlich vereinfacht. Gesteuert durch XML-basierte Skripte führt es
nahezu alle Aufgaben aus, die nach dem Kodieren einer Anwendung anfallen.</pre>
<p>Some topics:</p>
<ul>
<li>creating archives (zip, jar)</li>
<li>call the java compiler</li>
<li>edit property files</li>
<li>file operation</li>
<li>source code control systems</li>
</ul>
<table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Authors:
</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.addison-wesley.de/main/main.asp?page=home/bookdetails&amp;ProductID=13459">http://www.addison-wesley.de/main/main.asp?page=home/bookdetails&amp;ProductID=13459</a>
</td>
</tr>
</table>
<h4 class="subsection">
<a name="Java Development with Ant"></a>
Java Development with Ant
</h4>
<p>Covers Ant 1.5, including:</p>
<ul>
<li>The new Ant 1.5 features</li>
<li>Ant's datatypes and property handling</li>
<li>JUnit testing and reporting</li>
<li>Continuous integration techniques</li>
<li>XDoclet for attribute-oriented programming</li>
<li>EJB generation, building, and packaging</li>
<li>Writing and testing native code</li>
<li>Building Web Services with Apache Axis</li>
<li>Deploying your system to multiple remote servers</li>
<li>Ant's datatypes and property handling</li>
<li>JUnit testing and reporting</li>
<li>Continuous integration techniques</li>
<li>XDoclet for attribute-oriented programming</li>
<li>EJB generation, building, and packaging</li>
<li>Writing and testing native code</li>
<li>Building Web Services with Apache Axis</li>
<li>Deploying your system to multiple remote servers</li>
<li>Using and writing
<ul>
<li>Loggers</li>
<li>Listeners</li>
<li>Selectors</li>
<li>Listeners</li>
<li>Selectors</li>
<li>Custom tasks</li>
</ul>
</li>
@@ -375,7 +415,7 @@
<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
<p>This document describes strategies and some basic examples of how to
use Ant in larger team development projects.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr>


+ 39
- 12
xdocs/resources.xml View File

@@ -37,27 +37,54 @@
</table>
</subsection>
</section>
<section name="Books">
<p>Listed by descending publication date.</p>
<!-- TODO: reorganize as a table? -->
<subsection name="Ant. Das Java-Build-Tool in der Praxis">
<p>A German language book on Ant that covers Ant 1.5.
This is the original description:</p>
<source>
Das Build-Tool Ant ist das Open-Source-Werkzeug, das den Entwicklungsprozess einer Java-
oder J2EE-Anwendung wesentlich vereinfacht. Gesteuert durch XML-basierte Skripte führt es
nahezu alle Aufgaben aus, die nach dem Kodieren einer Anwendung anfallen.</source>
<p>Some topics:</p>
<ul>
<li>creating archives (zip, jar)</li>
<li>call the java compiler</li>
<li>edit property files</li>
<li>file operation</li>
<li>source code control systems</li>
</ul>
<table>
<tr>
<th>Authors:</th>
<td>Bernd Matzke</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.addison-wesley.de/main/main.asp?page=home/bookdetails&amp;ProductID=13459">http://www.addison-wesley.de/main/main.asp?page=home/bookdetails&amp;ProductID=13459</a></td>
</tr>
</table>
</subsection>

<subsection name="Java Development with Ant">
<p>Covers Ant 1.5, including:</p>
<ul>
<li>The new Ant 1.5 features</li>
<li>Ant's datatypes and property handling</li>
<li>JUnit testing and reporting</li>
<li>Continuous integration techniques</li>
<li>XDoclet for attribute-oriented programming</li>
<li>EJB generation, building, and packaging</li>
<li>Writing and testing native code</li>
<li>Building Web Services with Apache Axis</li>
<li>Deploying your system to multiple remote servers</li>
<li>Ant's datatypes and property handling</li>
<li>JUnit testing and reporting</li>
<li>Continuous integration techniques</li>
<li>XDoclet for attribute-oriented programming</li>
<li>EJB generation, building, and packaging</li>
<li>Writing and testing native code</li>
<li>Building Web Services with Apache Axis</li>
<li>Deploying your system to multiple remote servers</li>
<li>Using and writing
<ul>
<li>Loggers</li>
<li>Listeners</li>
<li>Selectors</li>
<li>Listeners</li>
<li>Selectors</li>
<li>Custom tasks</li>
</ul>
</li>
@@ -150,7 +177,7 @@

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

<table>


Loading…
Cancel
Save