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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. <p>There are no Ant libraries in the sandbox right now.</p>
  30. <!-- example for copy/paste reuse ;-)
  31. <subsection name="AntUnit - Unit Test Framework for Ant Tasks">
  32. <p>AntUnit borrows ideas from JUnit 3.x and the &lt;junit&gt;
  33. task. It provides a task that runs build files as unit tests
  34. as well as a number of assertion tasks to support the
  35. idea.</p>
  36. <table>
  37. <tr>
  38. <th>SVN URL:</th>
  39. <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>
  40. </tr>
  41. <tr>
  42. <th>ViewSVN:</th>
  43. <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>
  44. </tr>
  45. <tr>
  46. <th>Ant compatibility:</th>
  47. <td>Ant 1.7.x</td>
  48. </tr>
  49. <tr>
  50. <th>Added to sandbox:</th>
  51. <td>2005-04-15</td>
  52. </tr>
  53. <tr>
  54. <th>Sponsoring Committers</th>
  55. <td>Stefan Bodewig</td>
  56. </tr>
  57. </table>
  58. </subsection>
  59. -->
  60. </section>
  61. </body>
  62. </document>