Author: bodewig
Date: Thu Aug 24 20:45:49 2006
New Revision: 436632
URL: http://svn.apache.org/viewvc?rev=436632&view=rev
Log:
update Antlib status
Modified:
ant/core/trunk/xdocs/antlibs/antunit/index.xml
ant/core/trunk/xdocs/antlibs/dotnet/index.xml
Modified: ant/core/trunk/xdocs/antlibs/antunit/index.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/antlibs/antunit/index.xml?rev=436632&r1=436631&r2=436632&view=diff
==============================================================================
--- ant/core/trunk/xdocs/antlibs/antunit/index.xml (original)
+++ ant/core/trunk/xdocs/antlibs/antunit/index.xml Thu Aug 24 20:45:49 2006
@@ -170,9 +170,10 @@
<antunit> task accepts arbitrary many listeners and
relays test results to them.</p>
- <p>Currently only a single implementation
- <code><plainlistener></code> modelled after the "plain"
- JUnit listener is bundled with the library.</p>
+ <p>Currently two implementations -
+ <code><plainlistener></code> and <code>xmllistener</code>
+ modelled after the "plain" and "xml"
+ JUnit listeners - are bundled with the library.</p>
</subsection>
</section>
@@ -188,7 +189,7 @@
<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>
Modified: ant/core/trunk/xdocs/antlibs/dotnet/index.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/antlibs/dotnet/index.xml?rev=436632&r1=436631&r2=436632&view=diff
==============================================================================
--- ant/core/trunk/xdocs/antlibs/dotnet/index.xml (original)
+++ ant/core/trunk/xdocs/antlibs/dotnet/index.xml Thu Aug 24 20:45:49 2006
@@ -44,6 +44,10 @@
href="http://nant.sf.net/">NAnt</a>, <a
href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=27&SiteID=1">MSBuild</a>
and the <a href="http://wix.sf.net/">Wix</a> toolkit.</p>
+
+ <p>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.</p>
</section>
<section name="Tasks">
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|