|
- <?xml version="1.0"?>
- <!--
- Copyright 2005-2006 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="GenDoc - Generate the manual for Ant Tasks from their sources">
-
- <p>Most of the information needed for writing the manual is inside the sources: attributes, nested elements (especially
- inherited one). GenDoc collects these information and generates the manual as xml page. Following steps transform this
- xml into the final format (HTML in the first step, PDF may follow).</p>
-
- <table>
- <tr>
- <th>SVN URL:</th>
- <td><a href="http://svn.apache.org/repos/asf/ant/sandbox/antlibs/gendoc/">http://svn.apache.org/repos/asf/ant/sandbox/antlibs/gendoc/</a></td>
- </tr>
- <tr>
- <th>ViewSVN:</th>
- <td><a href="http://svn.apache.org/viewvc/ant/sandbox/antlibs/gendoc/">http://svn.apache.org/viewvc/ant/sandbox/antlibs/gendoc/</a></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> </td>
- </tr>
- </table>
- </subsection>
-
-
- <subsection name="HTTP - tasks for handling HTTP requests">
-
- <p>This antlib contains tasks to make the basic HTTP requests: get, post, head, put, with Basicauthentication.</p>
-
- <table>
- <tr>
- <th>SVN URL:</th>
- <td><a href="http://svn.apache.org/repos/asf/ant/sandbox/antlibs/http/">http://svn.apache.org/repos/asf/ant/sandbox/antlibs/http/</a></td>
- </tr>
- <tr>
- <th>ViewSVN:</th>
- <td><a href="http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/">http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/</a></td>
- </tr>
- <tr>
- <th>Ant compatibility:</th>
- <td>Ant 1.7.x</td>
- </tr>
- <tr>
- <th>Added to sandbox:</th>
- <td>2006-06-27</td>
- </tr>
- <tr>
- <th>Sponsoring Committers</th>
- <td> </td>
- </tr>
- </table>
- </subsection>
-
-
- <subsection name="VSS - Microsoft Visual SourceSafe Tasks">
-
- <p>This antlib provides an interface to the Microsoft Visual SourceSafe SCM. The original tasks
- (org.apache.tools.ant.taskdefs.optional.vss) have been expanded upon in this antlib.
- Some fixes to issues in the original tasks have also been incorporated.</p>
-
- <table>
- <tr>
- <th>SVN URL:</th>
- <td><a href="http://svn.apache.org/repos/asf/ant/sandbox/antlibs/vss/">http://svn.apache.org/repos/asf/ant/sandbox/antlibs/vss/</a></td>
- </tr>
- <tr>
- <th>ViewSVN:</th>
- <td><a href="http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/">http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/</a></td>
- </tr>
- <tr>
- <th>Ant compatibility:</th>
- <td>Ant 1.7.x</td>
- </tr>
- <tr>
- <th>Added to sandbox:</th>
- <td>2006-04-26 </td>
- </tr>
- <tr>
- <th>Sponsoring Committers</th>
- <td> </td>
- </tr>
- </table>
- </subsection>
-
-
-
-
- <!-- example for copy/paste reuse ;-)
- <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>SVN URL:</th>
- <td><a href="https://svn.apache.org/repos/asf/ant/sandbox/antlibs/antunit/trunk/">https://svn.apache.org/repos/asf/ant/sandbox/antlibs/antunit/trunk/</a></td>
- </tr>
- <tr>
- <th>ViewSVN:</th>
- <td><a href="http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/antunit/trunk/">http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/antunit/trunk/</a></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>
|