From d0281846d0dc24da73991d55996d4ffe3860d1f5 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Fri, 25 Aug 2006 03:46:29 +0000
Subject: [PATCH] re-generate site
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@436633 13f79535-47bb-0310-9956-ffa450edef68
---
docs/antlibs/antunit/index.html | 9 ++--
docs/antlibs/dotnet/index.html | 3 ++
docs/external.html | 4 +-
docs/manual/CoreTasks/diagnostics.html | 68 +++++++++++++-------------
docs/manual/CoreTasks/java.html | 2 +-
docs/manual/CoreTasks/style.html | 2 +-
docs/manual/CoreTasks/subant.html | 2 +-
docs/manual/listeners.html | 2 +-
8 files changed, 48 insertions(+), 44 deletions(-)
diff --git a/docs/antlibs/antunit/index.html b/docs/antlibs/antunit/index.html
index ba6b3e54a..77320aa02 100755
--- a/docs/antlibs/antunit/index.html
+++ b/docs/antlibs/antunit/index.html
@@ -247,9 +247,10 @@ public class ANTLRTest extends BuildFileTest {
interface that can be used to record test results. The
<antunit> task accepts arbitrary many listeners and
relays test results to them.
-
Currently only a single implementation
- <plainlistener> modelled after the "plain"
- JUnit listener is bundled with the library.
+
Currently two implementations -
+ <plainlistener> and xmllistener
+ modelled after the "plain" and "xml"
+ JUnit listeners - are bundled with the library.
Examples
@@ -263,7 +264,7 @@ public class ANTLRTest extends BuildFileTest {
<property name="foo" value="foo"/>
</target>
- <!-- is called after the test, if if that causes an error -->
+ <!-- is called after the test, even if that caused an error -->
<target name="tearDown">
<delete file="${foo}" quiet="true"/>
</target>
diff --git a/docs/antlibs/dotnet/index.html b/docs/antlibs/dotnet/index.html
index 1ead62d24..2815bcfde 100755
--- a/docs/antlibs/dotnet/index.html
+++ b/docs/antlibs/dotnet/index.html
@@ -126,6 +126,9 @@
Based on this a few tasks to run well known .NET utilities
from within Ant are provided, namely tasks to run NUnit, NAnt, MSBuild
and the Wix toolkit.
+
The initial .NET tasks of Ant (compiler tasks for C#, J# and VB.NET
+ for example) have also been moved to this Antlib and will see further
+ development here.
+
+
+
diff --git a/docs/manual/CoreTasks/java.html b/docs/manual/CoreTasks/java.html
index 38b386591..c85f5433f 100644
--- a/docs/manual/CoreTasks/java.html
+++ b/docs/manual/CoreTasks/java.html
@@ -378,4 +378,4 @@ That JVM can be started from <exec> if required.
Reserved.