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.

Tasks diff --git a/docs/external.html b/docs/external.html index 7cadb014a..ee7300412 100644 --- a/docs/external.html +++ b/docs/external.html @@ -6413,7 +6413,7 @@ - bundles Ant 1.6.2 as of NetBeans 4.1; 1.6.5 for NetBeans 5.0 + bundles 1.6.5 for NetBeans 5.0 and 5.5 @@ -6443,7 +6443,7 @@ - Sun Public License + Common Development and Distribution License diff --git a/docs/manual/CoreTasks/diagnostics.html b/docs/manual/CoreTasks/diagnostics.html index 5ac6fd1cd..b871abc69 100644 --- a/docs/manual/CoreTasks/diagnostics.html +++ b/docs/manual/CoreTasks/diagnostics.html @@ -1,34 +1,34 @@ - - - - - -Diagnostics Task - - - - -

Diagnostics

-

Diagnostics

-

- -Runs Ant's -diagnostics code inside Ant itself. This is good for -debugging Ant's configuration under an IDE. - -

Examples

- -
-    <target name="diagnostics" description="diagnostics">
-        <diagnostics/>
-    </target>
-
- -

- Prints out the current diagnostics dump. -

-
-

Copyright © 2006 The Apache Software Foundation. All rights -Reserved.

- - - + + + + + +Diagnostics Task + + + + +

Diagnostics

+

Diagnostics

+

+ +Runs Ant's -diagnostics code inside Ant itself. This is good for +debugging Ant's configuration under an IDE. + +

Examples

+ +
+    <target name="diagnostics" description="diagnostics">
+        <diagnostics/>
+    </target>
+
+ +

+ Prints out the current diagnostics dump. +

+
+

Copyright © 2006 The Apache Software Foundation. All rights +Reserved.

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

- \ No newline at end of file + diff --git a/docs/manual/CoreTasks/style.html b/docs/manual/CoreTasks/style.html index 01271b367..f3b0e5b59 100644 --- a/docs/manual/CoreTasks/style.html +++ b/docs/manual/CoreTasks/style.html @@ -463,4 +463,4 @@ See resources to see the concrete synt Reserved.

- \ No newline at end of file + diff --git a/docs/manual/CoreTasks/subant.html b/docs/manual/CoreTasks/subant.html index 880b7f99d..2074a2dd3 100644 --- a/docs/manual/CoreTasks/subant.html +++ b/docs/manual/CoreTasks/subant.html @@ -585,4 +585,4 @@ - \ No newline at end of file + diff --git a/docs/manual/listeners.html b/docs/manual/listeners.html index c371d1924..4d93ffefa 100644 --- a/docs/manual/listeners.html +++ b/docs/manual/listeners.html @@ -395,4 +395,4 @@ developers.

Reserved.

- \ No newline at end of file +