Browse Source

update Antlib status

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@436632 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 19 years ago
parent
commit
8b423a68b1
2 changed files with 9 additions and 4 deletions
  1. +5
    -4
      xdocs/antlibs/antunit/index.xml
  2. +4
    -0
      xdocs/antlibs/dotnet/index.xml

+ 5
- 4
xdocs/antlibs/antunit/index.xml View File

@@ -170,9 +170,10 @@ public class ANTLRTest extends BuildFileTest {
<antunit> task accepts arbitrary many listeners and
relays test results to them.</p>

<p>Currently only a single implementation
<code>&lt;plainlistener&gt;</code> modelled after the "plain"
JUnit listener is bundled with the library.</p>
<p>Currently two implementations -
<code>&lt;plainlistener&gt;</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 @@ 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>


+ 4
- 0
xdocs/antlibs/dotnet/index.xml View File

@@ -44,6 +44,10 @@
href="http://nant.sf.net/">NAnt</a>, <a
href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=27&amp;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">


Loading…
Cancel
Save