conor 2003/07/02 07:28:08 Modified: docs resources.html xdocs resources.xml Log: Cleanup resources too Revision Changes Path 1.62 +28 -28 ant/docs/resources.html Index: resources.html =================================================================== RCS file: /home/cvs/ant/docs/resources.html,v retrieving revision 1.61 retrieving revision 1.62 diff -u -w -u -r1.61 -r1.62 --- resources.html 2 Jul 2003 13:55:09 -0000 1.61 +++ resources.html 2 Jul 2003 14:28:07 -0000 1.62 @@ -180,7 +180,7 @@ <p>Starting with the release of Ant 1.4 the Ant's FAQ is bundled with the distribution, the most recent version can always be found at the website.</p> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -197,7 +197,7 @@ jGuru </h4> <p>jGuru hosts an interactive Ant discussion forum and FAQ system</p> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -243,7 +243,7 @@ <li>Custom Task examples to generating UML diagrams, creating reports and metrics on-the-fly</li> <li>Follows a case-study of a team that implements an XP Project</li> </ul> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -273,7 +273,7 @@ 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 + 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> @@ -283,7 +283,7 @@ <li>file operation</li> <li>source code control systems</li> </ul> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -329,7 +329,7 @@ </ul> </li> </ul> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -356,7 +356,7 @@ Ant: The Definitive Guide </h4> <p>Covers Ant release 1.4.1.</p> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -391,7 +391,7 @@ eine Erläuterung der Ant-Basiselemente (Projekte, Properties, Targets und Tasks). Behandelt werden außerdem grundlegende Konzepte wie Filesets, Patternsets und Pfadstrukturen, das Schreiben eigener Tasks, die Aufruf-Syntax und Optional Tasks. </pre> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -425,7 +425,7 @@ <li>How Ant, JUnit, JUnitPerf, Cactus, HTTPUnit, and JMeter can be used to achieve the goals of the XP methodology</li> </ul> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -464,7 +464,7 @@ </h4> <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"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -492,7 +492,7 @@ </h4> <p>This document describes how to write custom Ant tasks, and how to submit them to potentially be included in Ant.</p> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -519,7 +519,7 @@ Automating the build and test process </h4> <p>This article demonstrates an approach to the automated build and test process. Working with Ant 1.3 and the JUnit test framework, it shows how to automate a process that captures pertinent information about each test suite run, generates an attractive report, and e-mails the report.</p> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -548,7 +548,7 @@ <p>This article explores the benefits of unit testing with Ant and JUnit, detailing how to develop automated unit tests and integrate them into your build process.</p> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -576,7 +576,7 @@ </h4> <p>This article provides an introduction to using Ant with some basic examples and by highlighting some of the important tasks.</p> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -605,7 +605,7 @@ <p>There is a short tutorial on how to use Ant in Cactus' documentation. It has a slant towards build files that will be used with Cactus.</p> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -634,7 +634,7 @@ <p>This article outlines how to integrate Ant into VisualAge for Java, and how to write and debug custom tasks using the IDE and the integrated debugger.</p> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -662,7 +662,7 @@ </h4> <p>This article shows how you can perform command line builds with a VisualAge for Java repository.</p> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -690,7 +690,7 @@ </h4> <p>This article is from the "Best Practices" section of Sun's Dot-Com Builder Site.</p> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -719,7 +719,7 @@ <p>This article is from the June 2001 issue of the Java Developer' Journal. You need to be a registered JDJ subscriber to view this article.</p> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -747,7 +747,7 @@ </h4> <p>This article describes how to use Ant to create Weblogic EJBs, and some workarounds for issues you may encounter.</p> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -774,7 +774,7 @@ Using JavaScript with Ant </h4> <p>A tutorial about using JavaScript and XSLT with Ant.</p> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -802,7 +802,7 @@ </h4> <p>Series of articles that describe a framework for web application development based on Ant and JUnit.</p> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -832,7 +832,7 @@ </h4> <p>Series of articles that shows how to use Ant together with the Java API for XML Binding (JAXB).</p> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -864,7 +864,7 @@ Ant - presented to the Tucson Java Users Group </h4> <p>A PowerPoint technical overview presentation on Ant. Comes complete with a straightforward example demonstrating code compilation, JAR'ing, JUnit testing, JUnit reporting, and Zipping a distribution. A few advanced topics are touched upon like property immutabality and using <antcall> to get around it, build listeners, and writing custom tasks.</p> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -892,7 +892,7 @@ </h4> <p>A PowerPoint presentation on Ant 1.2. It provides a basic overview of Ant's capabilities.</p> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -922,7 +922,7 @@ meeting in March 2001. Includes a detailed build file and basic descriptions of all the built in and optional tasks. Updated for Ant 1.4 in October 2001. Available in PDF format now.</p> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -951,7 +951,7 @@ <p>This presentation is an overview of the current state of software development today. There are a couple of slides that briefly cover Ant.</p> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> @@ -979,7 +979,7 @@ </h4> <p>A presentation from the <a href="http://www.sellsbrothers.com/conference/">Web Services DevCon</a> in March 2002.</p> - <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" valign="top" align="left"> 1.28 +28 -28 ant/xdocs/resources.xml Index: resources.xml =================================================================== RCS file: /home/cvs/ant/xdocs/resources.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -w -u -r1.27 -r1.28 --- resources.xml 23 Jun 2003 08:23:03 -0000 1.27 +++ resources.xml 2 Jul 2003 14:28:07 -0000 1.28 @@ -14,7 +14,7 @@ bundled with the distribution, the most recent version can always be found at the website.</p> - <table> + <table class="externals"> <tr> <th>FAQ:</th> <td><a href="faq.html">http://ant.apache.org/faq.html</a></td> @@ -25,7 +25,7 @@ <subsection name="jGuru"> <p>jGuru hosts an interactive Ant discussion forum and FAQ system</p> - <table> + <table class="externals"> <tr> <th>Forum:</th> <td><a href="http://www.jguru.com/forums/home.jsp?topic=Ant">http://www.jguru.com/forums/home.jsp?topic=Ant</a></td> @@ -57,7 +57,7 @@ <li>Custom Task examples to generating UML diagrams, creating reports and metrics on-the-fly</li> <li>Follows a case-study of a team that implements an XP Project</li> </ul> - <table> + <table class="externals"> <tr> <th>Authors:</th> <td>Glenn Niemeyer and Jeremy Poteet</td> @@ -74,7 +74,7 @@ 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 + 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> @@ -84,7 +84,7 @@ <li>file operation</li> <li>source code control systems</li> </ul> - <table> + <table class="externals"> <tr> <th>Authors:</th> <td>Bernd Matzke</td> @@ -118,7 +118,7 @@ </li> </ul> - <table> + <table class="externals"> <tr> <th>Authors:</th> <td>Erik Hatcher and Steve Loughran</td> @@ -133,7 +133,7 @@ <subsection name="Ant: The Definitive Guide"> <!-- a soon as somebody submits a description, let's add it --> <p>Covers Ant release 1.4.1.</p> - <table> + <table class="externals"> <tr> <th>Authors:</th> <td>Jesse E. Tilly and Eric M. Burke</td> @@ -157,7 +157,7 @@ eine Erläuterung der Ant-Basiselemente (Projekte, Properties, Targets und Tasks). Behandelt werden außerdem grundlegende Konzepte wie Filesets, Patternsets und Pfadstrukturen, das Schreiben eigener Tasks, die Aufruf-Syntax und Optional Tasks. </source> - <table> + <table class="externals"> <tr> <th>Author:</th> <td>Stefan Edlich</td> @@ -179,7 +179,7 @@ can be used to achieve the goals of the XP methodology</li> </ul> - <table> + <table class="externals"> <tr> <th>Authors:</th> <td>Richard Hightower and Nicholas Lesiecki</td> @@ -208,7 +208,7 @@ <p>This document describes strategies and some basic examples of how to use Ant in larger team development projects.</p> - <table> + <table class="externals"> <tr> <th>Author:</th> <td><a href="mailto:[EMAIL PROTECTED]">Steve Loughran</a></td> @@ -224,7 +224,7 @@ <p>This document describes how to write custom Ant tasks, and how to submit them to potentially be included in Ant.</p> - <table> + <table class="externals"> <tr> <th>Author:</th> <td><a href="mailto:[EMAIL PROTECTED]">Steve Loughran</a></td> @@ -239,7 +239,7 @@ <subsection name="Automating the build and test process"> <p>This article demonstrates an approach to the automated build and test process. Working with Ant 1.3 and the JUnit test framework, it shows how to automate a process that captures pertinent information about each test suite run, generates an attractive report, and e-mails the report.</p> - <table> + <table class="externals"> <tr> <th>Author:</th> <td><a href="mailto:[EMAIL PROTECTED]">Erik Hatcher</a></td> @@ -256,7 +256,7 @@ JUnit, detailing how to develop automated unit tests and integrate them into your build process.</p> - <table> + <table class="externals"> <tr> <th>Author:</th> <td><a href="mailto:[EMAIL PROTECTED]">Malcolm Davis</a></td> @@ -272,7 +272,7 @@ <p>This article provides an introduction to using Ant with some basic examples and by highlighting some of the important tasks.</p> - <table> + <table class="externals"> <tr> <th>Author:</th> <td><a href="mailto:[EMAIL PROTECTED]">Michael Cymerman</a></td> @@ -290,7 +290,7 @@ documentation. It has a slant towards build files that will be used with Cactus.</p> - <table> + <table class="externals"> <tr> <th>Author:</th> <td>Cactus development team</td> @@ -307,7 +307,7 @@ and how to write and debug custom tasks using the IDE and the integrated debugger.</p> - <table> + <table class="externals"> <tr> <th>Author:</th> <td><a href="mailto:[EMAIL PROTECTED]">Glenn McAllister</a></td> @@ -323,7 +323,7 @@ <p>This article shows how you can perform command line builds with a VisualAge for Java repository.</p> - <table> + <table class="externals"> <tr> <th>Author:</th> <td><a href="mailto:[EMAIL PROTECTED]">Glenn McAllister</a></td> @@ -339,7 +339,7 @@ <p>This article is from the "Best Practices" section of Sun's Dot-Com Builder Site.</p> - <table> + <table class="externals"> <tr> <th>Author:</th> <td>Laura Geele Wang</td> @@ -356,7 +356,7 @@ Journal. You need to be a registered JDJ subscriber to view this article.</p> - <table> + <table class="externals"> <tr> <th>Author:</th> <td>Neal Ford</td> @@ -372,7 +372,7 @@ <p>This article describes how to use Ant to create Weblogic EJBs, and some workarounds for issues you may encounter.</p> - <table> + <table class="externals"> <tr> <th>Author:</th> <td>Jesse E. Tilly</td> @@ -387,7 +387,7 @@ <subsection name="Using JavaScript with Ant"> <p>A tutorial about using JavaScript and XSLT with Ant.</p> - <table> + <table class="externals"> <tr> <th>Author:</th> <td>Dylan Schiemann</td> @@ -403,7 +403,7 @@ <p>Series of articles that describe a framework for web application development based on Ant and JUnit.</p> - <table> + <table class="externals"> <tr> <th>Author:</th> <td><a href="mailto:[EMAIL PROTECTED]">Alex Chaffee</a></td> @@ -421,7 +421,7 @@ <p>Series of articles that shows how to use Ant together with the Java API for XML Binding (JAXB).</p> - <table> + <table class="externals"> <tr> <th>Author:</th> <td>Joseph Shelby</td> @@ -440,7 +440,7 @@ <subsection name="Ant - presented to the Tucson Java Users Group"> <p>A PowerPoint technical overview presentation on Ant. Comes complete with a straightforward example demonstrating code compilation, JAR'ing, JUnit testing, JUnit reporting, and Zipping a distribution. A few advanced topics are touched upon like property immutabality and using <antcall> to get around it, build listeners, and writing custom tasks.</p> - <table> + <table class="externals"> <tr> <th>Author:</th> <td><a href="mailto:[EMAIL PROTECTED]">Erik Hatcher</a></td> @@ -456,7 +456,7 @@ <p>A PowerPoint presentation on Ant 1.2. It provides a basic overview of Ant's capabilities.</p> - <table> + <table class="externals"> <tr> <th>Author:</th> <td><a href="mailto:[EMAIL PROTECTED]">Patrick Chanezon</a></td> @@ -474,7 +474,7 @@ descriptions of all the built in and optional tasks. Updated for Ant 1.4 in October 2001. Available in PDF format now.</p> - <table> + <table class="externals"> <tr> <th>Author:</th> <td>Mark Volkmann</td> @@ -491,7 +491,7 @@ development today. There are a couple of slides that briefly cover Ant.</p> - <table> + <table class="externals"> <tr> <th>Author:</th> <td><a href="mailto:[EMAIL PROTECTED]">Steve Loughran</a></td> @@ -508,7 +508,7 @@ href="http://www.sellsbrothers.com/conference/">Web Services DevCon</a> in March 2002.</p> - <table> + <table class="externals"> <tr> <th>Author:</th> <td><a href="mailto:[EMAIL PROTECTED]">Steve Loughran</a></td>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]