|
|
@@ -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&ProductID=13459">http://www.addison-wesley.de/main/main.asp?page=home/bookdetails&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> |
|
|
|