From ac6abe080c3c64d7408096effd2d2add8ae38aee Mon Sep 17 00:00:00 2001 From: Conor MacNeill Date: Wed, 2 Jul 2003 14:28:07 +0000 Subject: [PATCH] Cleanup resources too git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274741 13f79535-47bb-0310-9956-ffa450edef68 --- docs/resources.html | 56 ++++++++++++++++++++++----------------------- xdocs/resources.xml | 56 ++++++++++++++++++++++----------------------- 2 files changed, 56 insertions(+), 56 deletions(-) diff --git a/docs/resources.html b/docs/resources.html index 538f571d0..b38c0a93b 100644 --- a/docs/resources.html +++ b/docs/resources.html @@ -180,7 +180,7 @@

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.

- +
@@ -197,7 +197,7 @@ jGuru

jGuru hosts an interactive Ant discussion forum and FAQ system

- +
@@ -243,7 +243,7 @@
  • Custom Task examples to generating UML diagrams, creating reports and metrics on-the-fly
  • Follows a case-study of a team that implements an XP Project
  • - +
    @@ -273,7 +273,7 @@ This is the original description:

             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.

    Some topics:

      @@ -283,7 +283,7 @@
    • file operation
    • source code control systems
    - +
    @@ -329,7 +329,7 @@ - +
    @@ -356,7 +356,7 @@ Ant: The Definitive Guide

    Covers Ant release 1.4.1.

    - +
    @@ -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. - +
    @@ -425,7 +425,7 @@
  • How Ant, JUnit, JUnitPerf, Cactus, HTTPUnit, and JMeter can be used to achieve the goals of the XP methodology
  • - +
    @@ -464,7 +464,7 @@

    This document describes strategies and some basic examples of how to use Ant in larger team development projects.

    - +
    @@ -492,7 +492,7 @@

    This document describes how to write custom Ant tasks, and how to submit them to potentially be included in Ant.

    - +
    @@ -519,7 +519,7 @@ Automating the build and test process

    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.

    - +
    @@ -548,7 +548,7 @@

    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.

    - +
    @@ -576,7 +576,7 @@

    This article provides an introduction to using Ant with some basic examples and by highlighting some of the important tasks.

    - +
    @@ -605,7 +605,7 @@

    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.

    - +
    @@ -634,7 +634,7 @@

    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.

    - +
    @@ -662,7 +662,7 @@

    This article shows how you can perform command line builds with a VisualAge for Java repository.

    - +
    @@ -690,7 +690,7 @@

    This article is from the "Best Practices" section of Sun's Dot-Com Builder Site.

    - +
    @@ -719,7 +719,7 @@

    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.

    - +
    @@ -747,7 +747,7 @@

    This article describes how to use Ant to create Weblogic EJBs, and some workarounds for issues you may encounter.

    - +
    @@ -774,7 +774,7 @@ Using JavaScript with Ant

    A tutorial about using JavaScript and XSLT with Ant.

    - +
    @@ -802,7 +802,7 @@

    Series of articles that describe a framework for web application development based on Ant and JUnit.

    - +
    @@ -832,7 +832,7 @@

    Series of articles that shows how to use Ant together with the Java API for XML Binding (JAXB).

    - +
    @@ -864,7 +864,7 @@ Ant - presented to the Tucson Java Users Group

    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.

    - +
    @@ -892,7 +892,7 @@

    A PowerPoint presentation on Ant 1.2. It provides a basic overview of Ant's capabilities.

    - +
    @@ -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.

    - +
    @@ -951,7 +951,7 @@

    This presentation is an overview of the current state of software development today. There are a couple of slides that briefly cover Ant.

    - +
    @@ -979,7 +979,7 @@

    A presentation from the Web Services DevCon in March 2002.

    - +
    diff --git a/xdocs/resources.xml b/xdocs/resources.xml index 879f45e80..5adf2c80f 100644 --- a/xdocs/resources.xml +++ b/xdocs/resources.xml @@ -14,7 +14,7 @@ bundled with the distribution, the most recent version can always be found at the website.

    - +
    @@ -25,7 +25,7 @@

    jGuru hosts an interactive Ant discussion forum and FAQ system

    -
    FAQ: http://ant.apache.org/faq.html
    +
    @@ -57,7 +57,7 @@
  • Custom Task examples to generating UML diagrams, creating reports and metrics on-the-fly
  • Follows a case-study of a team that implements an XP Project
  • -
    Forum: http://www.jguru.com/forums/home.jsp?topic=Ant
    +
    @@ -74,7 +74,7 @@ This is the original description:

    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.

    Some topics:

      @@ -84,7 +84,7 @@
    • file operation
    • source code control systems
    -
    Authors: Glenn Niemeyer and Jeremy Poteet
    +
    @@ -118,7 +118,7 @@ -
    Authors: Bernd Matzke
    +
    @@ -133,7 +133,7 @@

    Covers Ant release 1.4.1.

    -
    Authors: Erik Hatcher and Steve Loughran
    +
    @@ -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. -
    Authors: Jesse E. Tilly and Eric M. Burke
    +
    @@ -179,7 +179,7 @@ can be used to achieve the goals of the XP methodology -
    Author: Stefan Edlich
    +
    @@ -208,7 +208,7 @@

    This document describes strategies and some basic examples of how to use Ant in larger team development projects.

    -
    Authors: Richard Hightower and Nicholas Lesiecki
    +
    @@ -224,7 +224,7 @@

    This document describes how to write custom Ant tasks, and how to submit them to potentially be included in Ant.

    -
    Author: Steve Loughran
    +
    @@ -239,7 +239,7 @@

    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.

    -
    Author: Steve Loughran
    +
    @@ -256,7 +256,7 @@ JUnit, detailing how to develop automated unit tests and integrate them into your build process.

    -
    Author: Erik Hatcher
    +
    @@ -272,7 +272,7 @@

    This article provides an introduction to using Ant with some basic examples and by highlighting some of the important tasks.

    -
    Author: Malcolm Davis
    +
    @@ -290,7 +290,7 @@ documentation. It has a slant towards build files that will be used with Cactus.

    -
    Author: Michael Cymerman
    +
    @@ -307,7 +307,7 @@ and how to write and debug custom tasks using the IDE and the integrated debugger.

    -
    Author: Cactus development team
    +
    @@ -323,7 +323,7 @@

    This article shows how you can perform command line builds with a VisualAge for Java repository.

    -
    Author: Glenn McAllister
    +
    @@ -339,7 +339,7 @@

    This article is from the "Best Practices" section of Sun's Dot-Com Builder Site.

    -
    Author: Glenn McAllister
    +
    @@ -356,7 +356,7 @@ Journal. You need to be a registered JDJ subscriber to view this article.

    -
    Author: Laura Geele Wang
    +
    @@ -372,7 +372,7 @@

    This article describes how to use Ant to create Weblogic EJBs, and some workarounds for issues you may encounter.

    -
    Author: Neal Ford
    +
    @@ -387,7 +387,7 @@

    A tutorial about using JavaScript and XSLT with Ant.

    -
    Author: Jesse E. Tilly
    +
    @@ -403,7 +403,7 @@

    Series of articles that describe a framework for web application development based on Ant and JUnit.

    -
    Author: Dylan Schiemann
    +
    @@ -421,7 +421,7 @@

    Series of articles that shows how to use Ant together with the Java API for XML Binding (JAXB).

    -
    Author: Alex Chaffee
    +
    @@ -440,7 +440,7 @@

    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.

    -
    Author: Joseph Shelby
    +
    @@ -456,7 +456,7 @@

    A PowerPoint presentation on Ant 1.2. It provides a basic overview of Ant's capabilities.

    -
    Author: Erik Hatcher
    +
    @@ -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.

    -
    Author: Patrick Chanezon
    +
    @@ -491,7 +491,7 @@ development today. There are a couple of slides that briefly cover Ant.

    -
    Author: Mark Volkmann
    +
    @@ -508,7 +508,7 @@ href="http://www.sellsbrothers.com/conference/">Web Services DevCon in March 2002.

    -
    Author: Steve Loughran
    +
    Author: Steve Loughran