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