|
- <?xml version="1.0"?>
- <!--
- Copyright 2005 The Apache Software Foundation
-
- Licensed 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.
- -->
- <document>
-
- <properties>
- <index value="1"/>
- <title>Ant Libraries - The Sandbox</title>
- </properties>
-
- <body>
-
- <section name="Ant Libraries - The Sandbox">
-
- <p>The sandbox is the place where new Ant Libraries start their
- life, it is a playground for Ant committers and other
- contributors who find committers to sponsor their ideas.</p>
-
- <p>The sandbox is no dumping ground. If a Sandbox Ant Library
- fails to attract interest within a reasonable amount of time, it
- gets removed from the sandbox.</p>
-
- </section>
-
- <section name="Current Sandbox Ant Libraries">
-
- <subsection name="AntUnit - Unit Test Framework for Ant Tasks">
-
- <p>AntUnit borrows ideas from JUnit 3.x and the <junit>
- 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>
- <tr>
- <th>URL:</th>
- <td>https://svn.apache.org/repos/asf/ant/sandbox/antlibs/antunit/trunk/</td>
- </tr>
- <tr>
- <th>ViewSVN:</th>
- <td>http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/antunit/trunk/</td>
- </tr>
- <tr>
- <th>Ant compatibility:</th>
- <td>Ant 1.7.x</td>
- </tr>
- <tr>
- <th>Added to sandbox:</th>
- <td>2005-04-15</td>
- </tr>
- <tr>
- <th>Sponsoring Committers</th>
- <td>Stefan Bodewig</td>
- </tr>
- </table>
- </subsection>
-
- <subsection name="DotNet - Improved Support for .NET projects">
-
- <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 <nant>, <nunit> and untested
- <msbuild> and <wix> tasks.</p>
-
- <table>
- <tr>
- <th>URL:</th>
- <td>https://svn.apache.org/repos/asf/ant/sandbox/antlibs/dotnet/trunk/</td>
- </tr>
- <tr>
- <th>ViewSVN:</th>
- <td>http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/dotnet/trunk/</td>
- </tr>
- <tr>
- <th>Ant compatibility:</th>
- <td>Ant 1.7.x<br/>A branch that works with Ant 1.6.2 and
- above exists in https://svn.apache.org/repos/asf/ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/</td>
- </tr>
- <tr>
- <th>Added to sandbox:</th>
- <td>2005-04-15</td>
- </tr>
- <tr>
- <th>Sponsoring Committers</th>
- <td>Stefan Bodewig</td>
- </tr>
- </table>
- </subsection>
-
- <subsection name="SVN - Subversion Support">
-
- <p>Contains tasks that correspond to Ant's <cvs>,
- <cvschangelog> and <cvstagdiff> tasks. Requires
- Subversion's command line client.</p>
-
- <table>
- <tr>
- <th>URL:</th>
- <td>https://svn.apache.org/repos/asf/ant/sandbox/antlibs/svn/trunk/</td>
- </tr>
- <tr>
- <th>ViewSVN:</th>
- <td>http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/svn/trunk/</td>
- </tr>
- <tr>
- <th>Ant compatibility:</th>
- <td>Ant 1.7.x</td>
- </tr>
- <tr>
- <th>Added to sandbox:</th>
- <td>2005-04-15</td>
- </tr>
- <tr>
- <th>Sponsoring Committers</th>
- <td>Stefan Bodewig</td>
- </tr>
- </table>
- </subsection>
-
- </section>
-
- </body>
- </document>
|