blob: ca31732f6901928cc4a8cfeb0da6915d7f2e68a6 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html lang="en">
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - Ant Libraries</title>
<link type="text/css" href="../page.css" rel="stylesheet">
</head>
<body>
<p class="navpath">
<script src="../breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
</p>
<div class="logobar">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left"><img border="0" alt="Apache Ant site" src="../images/group-logo.gif"></td>
<td align="center" width="100%"><img alt="Apache Ant logo" border="0" src="../images/project-logo.gif"></td>
<td align="right">
<form target="_blank" onsubmit="q.value = query.value + ' site:ant.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
<tr>
<td colspan="3"><img height="10" width="1" alt="" src="../images/spacer.gif"></td>
</tr>
<tr>
<td><img height="1" width="1" alt="" src="../images/spacer.gif"></td>
<td nowrap="nowrap" class="searchcaption">
<input name="q" type="hidden">
<input size="15" id="query" type="text">
<img height="1" width="5" alt="" src="../images/spacer.gif">
<input name="Search" value="Search" type="submit">
<br>
the Apache Ant site
</td>
<td><img height="1" width="1" alt="" src="../images/spacer.gif"></td>
</tr>
<tr>
<td><img alt="" border="0" height="10" width="9" src="../images/search-left.gif"></td>
<td><img height="1" width="1" alt="" src="../images/spacer.gif"></td>
<td><img alt="" border="0" height="10" width="9" src="../images/search-right.gif"></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</div>
<div class="tab">
<table summary="tab bar" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="5"><img alt="" height="8" width="8" src="../images/spacer.gif"></td><td valign="bottom">
<table summary="non selected tab" style="height: 1.4em" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="5" bgcolor="#B2C4E0"><img height="5" width="5" alt="" src="../images/tab-left.gif"></td><td valign="middle" bgcolor="#B2C4E0"><a href="../index.html"><font size="2" face="Arial, Helvetica, Sans-serif">Home</font></a></td><td valign="top" width="5" bgcolor="#B2C4E0"><img height="5" width="5" alt="" src="../images/tab-right.gif"></td>
</tr>
</table>
</td>
<td width="8"><img alt="" height="5" width="8" src="../images/spacer.gif"></td><td valign="bottom">
<table summary="selected tab" style="height: 1.5em" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="../images/tabSel-left.gif"></td><td valign="middle" bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica, Sans-serif"><b>Projects</b></font></td><td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="../images/tabSel-right.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div class="bluebar"></div>
<div class="menucontainer">
<div class="menu">
<ul>
<li class="menuheader">Projects
<ul>
<li>
<a href="../projects/index.html">Welcome</a>
</li>
</ul>
</li>
<li class="menuheader">Ant Libraries
<ul>
<li>
<a href="../antlibs/index.html">Introduction</a>
</li>
<li>
<a href="../antlibs/charter.html">Charter</a>
</li>
<li>
<span class="sel">Ant Libraries</span>
</li>
<li>
<a href="../antlibs/sandbox.html">Sandbox Ant Libraries</a>
</li>
<li>
<a href="http://ant.apache.org/antlibs/bindownload.cgi">Binary Distributions</a>
</li>
<li>
<a href="http://ant.apache.org/antlibs/srcdownload.cgi">Source Distributions</a>
</li>
</ul>
</li>
<li class="menuheader">Ivy
<ul>
<li>
<a href="../projects/ivy.html">Introduction</a>
</li>
<li>
<a href="http://ant.apache.org/ivy/">Homepage</a>
</li>
<li>
<a href="http://ant.apache.org/ivy/download.cgi">Distributions</a>
</li>
<li>
<a href="http://wiki.apache.org/ivy/">Wiki</a>
</li>
</ul>
</li>
</ul>
</div>
<center>
<!--#include virtual="/ads/buttonbar.html" -->
</center>
<img style="float: left" height="10" width="10" border="0" alt="" src="../images/menu-left.gif">
<img style="float: right" height="10" width="10" border="0" alt="" src="../images/menu-right.gif">
</div>
<div class="lightbluebar">&nbsp;</div>
<div class="main">
<div class="content">
<h1 class="title">Ant Libraries</h1>
<h3 class="section">
<a name="Ant Libraries"></a>
Ant Libraries
</h3>
<a name="antunit" />
<h4 class="subsection">
<a name="AntUnit - Unit Test Framework for Ant Tasks"></a>
AntUnit - Unit Test Framework for Ant Tasks
</h4>
<p>AntUnit borrows ideas from JUnit 3.x and the &lt;junit&gt;
task. It provides a task that runs build files as unit tests
as well as a number of assertion tasks to support the
idea.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Homepage:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="./antunit/index.html">http://ant.apache.org/antlibs/antunit/</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
SVN URL:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk/">https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk/</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
ViewSVN:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://svn.apache.org/viewcvs.cgi/ant/antlibs/antunit/trunk/">http://svn.apache.org/viewcvs.cgi/ant/antlibs/antunit/trunk/</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Ant compatibility:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Ant 1.7.x
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Added to sandbox:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
2005-04-15
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Promoted from sandbox:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
2005-11-22
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Latest Release:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
1.0 released on January 8, 2007
</td>
</tr>
</table>
<a name="dotnet" />
<h4 class="subsection">
<a name="DotNet - Improved Support for .NET projects"></a>
DotNet - Improved Support for .NET projects
</h4>
<p>Provides a simple infrastructure to execute .NET
applications from within Ant for different VMs so that the
user doesn't have to change the build file when she wants to
run Mono on Linux and Microsoft's VM on Windows.</p>
<p>Also contains &lt;nant&gt;, &lt;nunit&gt; and
&lt;msbuild&gt; tasks and an untested &lt;wix&gt; tasks.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Homepage:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="./dotnet/index.html">http://ant.apache.org/antlibs/dotnet/</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
SVN URL:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="https://svn.apache.org/repos/asf/ant/antlibs/dotnet/trunk/">https://svn.apache.org/repos/asf/ant/antlibs/dotnet/trunk/</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
ViewSVN:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://svn.apache.org/viewcvs.cgi/ant/antlibs/dotnet/trunk/">http://svn.apache.org/viewcvs.cgi/ant/antlibs/dotnet/trunk/</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Ant compatibility:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Ant 1.7.x
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Added to sandbox:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
2005-04-15
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Promoted from sandbox:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
2005-11-22
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Latest Release:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
1.0 released on November 6, 2006
</td>
</tr>
</table>
<a name="svn" />
<h4 class="subsection">
<a name="SVN - Subversion Support"></a>
SVN - Subversion Support
</h4>
<p>Contains tasks that correspond to Ant's &lt;cvs&gt;,
&lt;cvschangelog&gt; and &lt;cvstagdiff&gt; tasks. Requires
Subversion's command line client.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Homepage:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="./svn/index.html">http://ant.apache.org/antlibs/svn/</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
SVN URL:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="https://svn.apache.org/repos/asf/ant/antlibs/svn/trunk/">https://svn.apache.org/repos/asf/ant/antlibs/svn/trunk/</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
ViewSVN:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://svn.apache.org/viewcvs.cgi/ant/antlibs/svn/trunk/">http://svn.apache.org/viewcvs.cgi/ant/antlibs/svn/trunk/</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Ant compatibility:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Ant 1.7.x
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Added to sandbox:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
2005-04-15
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Promoted from sandbox:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
2005-11-22
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Latest Release:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
None
</td>
</tr>
</table>
</div>
</div>
<p class="copyright">
<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// -->
</script>
</p>
</body>
</html>