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.
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.
-
-Runs Ant's -diagnostics
code inside Ant itself. This is good for
-debugging Ant's configuration under an IDE.
-
-
- <target name="diagnostics" description="diagnostics"> - <diagnostics/> - </target> -- -
- Prints out the current diagnostics dump. -
-Copyright © 2006 The Apache Software Foundation. All rights -Reserved.
- - - + + + + + +
+
+Runs Ant's -diagnostics
code inside Ant itself. This is good for
+debugging Ant's configuration under an IDE.
+
+
+ <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.