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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. <?xml version="1.0"?>
  2. <!--
  3. Copyright 2005 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="AntUnit - Unit Test Framework for Ant Tasks">
  30. <p>AntUnit borrows ideas from JUnit 3.x and the &lt;junit&gt;
  31. task. It provides a task that runs build files as unit tests
  32. as well as a number of assertion tasks to support the
  33. idea.</p>
  34. <table>
  35. <tr>
  36. <th>URL:</th>
  37. <td>https://svn.apache.org/repos/asf/ant/sandbox/antlibs/antunit/trunk/</td>
  38. </tr>
  39. <tr>
  40. <th>ViewSVN:</th>
  41. <td>http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/antunit/trunk/</td>
  42. </tr>
  43. <tr>
  44. <th>Ant compatibility:</th>
  45. <td>Ant 1.7.x</td>
  46. </tr>
  47. <tr>
  48. <th>Added to sandbox:</th>
  49. <td>2005-04-15</td>
  50. </tr>
  51. <tr>
  52. <th>Sponsoring Committers</th>
  53. <td>Stefan Bodewig</td>
  54. </tr>
  55. </table>
  56. </subsection>
  57. <subsection name="DotNet - Improved Support for .NET projects">
  58. <p>Provides a simple infrastructure to execute .NET
  59. applications from within Ant for different VMs so that the
  60. user doesn't have to change the build file when she wants to
  61. run Mono on Linux and Microsoft's VM on Windows.</p>
  62. <p>Also contains &lt;nant&gt;, &lt;nunit&gt; and untested
  63. &lt;msbuild&gt; and &lt;wix&gt; tasks.</p>
  64. <table>
  65. <tr>
  66. <th>URL:</th>
  67. <td>https://svn.apache.org/repos/asf/ant/sandbox/antlibs/dotnet/trunk/</td>
  68. </tr>
  69. <tr>
  70. <th>ViewSVN:</th>
  71. <td>http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/dotnet/trunk/</td>
  72. </tr>
  73. <tr>
  74. <th>Ant compatibility:</th>
  75. <td>Ant 1.7.x<br/>A branch that works with Ant 1.6.2 and
  76. above exists in https://svn.apache.org/repos/asf/ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/</td>
  77. </tr>
  78. <tr>
  79. <th>Added to sandbox:</th>
  80. <td>2005-04-15</td>
  81. </tr>
  82. <tr>
  83. <th>Sponsoring Committers</th>
  84. <td>Stefan Bodewig</td>
  85. </tr>
  86. </table>
  87. </subsection>
  88. <subsection name="SVN - Subversion Support">
  89. <p>Contains tasks that correspond to Ant's &lt;cvs&gt;,
  90. &lt;cvschangelog&gt; and &lt;cvstagdiff&gt; tasks. Requires
  91. Subversion's command line client.</p>
  92. <table>
  93. <tr>
  94. <th>URL:</th>
  95. <td>https://svn.apache.org/repos/asf/ant/sandbox/antlibs/svn/trunk/</td>
  96. </tr>
  97. <tr>
  98. <th>ViewSVN:</th>
  99. <td>http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/svn/trunk/</td>
  100. </tr>
  101. <tr>
  102. <th>Ant compatibility:</th>
  103. <td>Ant 1.7.x</td>
  104. </tr>
  105. <tr>
  106. <th>Added to sandbox:</th>
  107. <td>2005-04-15</td>
  108. </tr>
  109. <tr>
  110. <th>Sponsoring Committers</th>
  111. <td>Stefan Bodewig</td>
  112. </tr>
  113. </table>
  114. </subsection>
  115. </section>
  116. </body>
  117. </document>