You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

sandbox.xml 6.0 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. <?xml version="1.0"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <document>
  17. <properties>
  18. <index value="1"/>
  19. <title>Ant Libraries - The Sandbox</title>
  20. </properties>
  21. <body>
  22. <section name="Ant Libraries - The Sandbox">
  23. <p>The sandbox is the place where new Ant Libraries start their
  24. life, it is a playground for Ant committers and other
  25. contributors who find committers to sponsor their ideas.</p>
  26. <p>The sandbox is no dumping ground. If a Sandbox Ant Library
  27. fails to attract interest within a reasonable amount of time, it
  28. gets removed from the sandbox.</p>
  29. </section>
  30. <section name="Current Sandbox Ant Libraries">
  31. <subsection name="GenDoc - Generate the manual for Ant Tasks from their sources">
  32. <p>Most of the information needed for writing the manual is inside the sources: attributes, nested elements (especially
  33. inherited one). GenDoc collects these information and generates the manual as xml page. Following steps transform this
  34. xml into the final format (HTML in the first step, PDF may follow).</p>
  35. <table>
  36. <tr>
  37. <th>SVN URL:</th>
  38. <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>
  39. </tr>
  40. <tr>
  41. <th>ViewSVN:</th>
  42. <td><a href="http://svn.apache.org/viewvc/ant/sandbox/antlibs/gendoc/">http://svn.apache.org/viewvc/ant/sandbox/antlibs/gendoc/</a></td>
  43. </tr>
  44. <tr>
  45. <th>Ant compatibility:</th>
  46. <td>Ant 1.7.x</td>
  47. </tr>
  48. <tr>
  49. <th>Added to sandbox:</th>
  50. <td>2005-04-15</td>
  51. </tr>
  52. <tr>
  53. <th>Sponsoring Committers</th>
  54. <td> </td>
  55. </tr>
  56. </table>
  57. </subsection>
  58. <subsection name="HTTP - tasks for handling HTTP requests">
  59. <p>This antlib contains tasks to make the basic HTTP requests: get, post, head, put, with Basicauthentication.</p>
  60. <table>
  61. <tr>
  62. <th>SVN URL:</th>
  63. <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>
  64. </tr>
  65. <tr>
  66. <th>ViewSVN:</th>
  67. <td><a href="http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/">http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/</a></td>
  68. </tr>
  69. <tr>
  70. <th>Ant compatibility:</th>
  71. <td>Ant 1.7.x</td>
  72. </tr>
  73. <tr>
  74. <th>Added to sandbox:</th>
  75. <td>2006-06-27</td>
  76. </tr>
  77. <tr>
  78. <th>Sponsoring Committers</th>
  79. <td> </td>
  80. </tr>
  81. </table>
  82. </subsection>
  83. <subsection name="VSS - Microsoft Visual SourceSafe Tasks">
  84. <p>This antlib provides an interface to the Microsoft Visual SourceSafe SCM. The original tasks
  85. (org.apache.tools.ant.taskdefs.optional.vss) have been expanded upon in this antlib.
  86. Some fixes to issues in the original tasks have also been incorporated.</p>
  87. <table>
  88. <tr>
  89. <th>SVN URL:</th>
  90. <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>
  91. </tr>
  92. <tr>
  93. <th>ViewSVN:</th>
  94. <td><a href="http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/">http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/</a></td>
  95. </tr>
  96. <tr>
  97. <th>Ant compatibility:</th>
  98. <td>Ant 1.7.x</td>
  99. </tr>
  100. <tr>
  101. <th>Added to sandbox:</th>
  102. <td>2006-04-26 </td>
  103. </tr>
  104. <tr>
  105. <th>Sponsoring Committers</th>
  106. <td> </td>
  107. </tr>
  108. </table>
  109. </subsection>
  110. <!-- example for copy/paste reuse ;-)
  111. <subsection name="AntUnit - Unit Test Framework for Ant Tasks">
  112. <p>AntUnit borrows ideas from JUnit 3.x and the &lt;junit&gt;
  113. task. It provides a task that runs build files as unit tests
  114. as well as a number of assertion tasks to support the
  115. idea.</p>
  116. <table>
  117. <tr>
  118. <th>SVN URL:</th>
  119. <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>
  120. </tr>
  121. <tr>
  122. <th>ViewSVN:</th>
  123. <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>
  124. </tr>
  125. <tr>
  126. <th>Ant compatibility:</th>
  127. <td>Ant 1.7.x</td>
  128. </tr>
  129. <tr>
  130. <th>Added to sandbox:</th>
  131. <td>2005-04-15</td>
  132. </tr>
  133. <tr>
  134. <th>Sponsoring Committers</th>
  135. <td>Stefan Bodewig</td>
  136. </tr>
  137. </table>
  138. </subsection>
  139. -->
  140. </section>
  141. </body>
  142. </document>