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 5.8 kB

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