bodewig 2003/04/28 01:50:03
Modified: docs resources.html xdocs resources.xml Log: New German language book on Ant. Submitted by: Jan Materne <Jan dot Materne at rzf dot fin dash nrw dot de> Revision Changes Path 1.57 +51 -11 ant/docs/resources.html Index: resources.html =================================================================== RCS file: /home/cvs/ant/docs/resources.html,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- resources.html 9 Apr 2003 01:44:50 -0000 1.56 +++ resources.html 28 Apr 2003 08:50:03 -0000 1.57 @@ -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> 1.26 +39 -12 ant/xdocs/resources.xml Index: resources.xml =================================================================== RCS file: /home/cvs/ant/xdocs/resources.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- resources.xml 7 Apr 2003 06:37:20 -0000 1.25 +++ resources.xml 28 Apr 2003 08:50:03 -0000 1.26 @@ -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&ProductID=13459">http://www.addison-wesley.de/main/main.asp?page=home/bookdetails&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>