diff --git a/xdocs/antlibs/antunit/index.xml b/xdocs/antlibs/antunit/index.xml index db9c964df..21f51fec2 100755 --- a/xdocs/antlibs/antunit/index.xml +++ b/xdocs/antlibs/antunit/index.xml @@ -170,9 +170,10 @@ public class ANTLRTest extends BuildFileTest { <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.
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.