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.

proper.xml 5.2 kB

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