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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  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.1 released on September 26, 2008</td>
  57. </tr>
  58. </table>
  59. </subsection>
  60. <a name="compress"/>
  61. <subsection name="Compress">
  62. <p>The compress library offers tasks and types for additional
  63. archive formats like CPIO and AR supported
  64. by <a href="http://commons.apache.org/compress/">Apache
  65. Commons Compress</a>.</p>
  66. <table>
  67. <tr>
  68. <th>Homepage:</th>
  69. <td><a href="./compress/index.html">http://ant.apache.org/antlibs/compress/</a></td>
  70. </tr>
  71. <tr>
  72. <th>SVN URL:</th>
  73. <td><a href="https://svn.apache.org/repos/asf/ant/antlibs/compress/">https://svn.apache.org/repos/asf/ant/antlibs/compress/</a></td>
  74. </tr>
  75. <tr>
  76. <th>ViewSVN:</th>
  77. <td><a href="http://svn.apache.org/viewcvs.cgi/ant/antlibs/compress/">http://svn.apache.org/viewcvs.cgi/ant/antlibs/compress/</a></td>
  78. </tr>
  79. <tr>
  80. <th>Ant compatibility:</th>
  81. <td>Ant 1.8.x</td>
  82. </tr>
  83. <tr>
  84. <th>Added to sandbox:</th>
  85. <td>2009-07-31</td>
  86. </tr>
  87. <tr>
  88. <th>Promoted from sandbox:</th>
  89. <td>2009-10-16</td>
  90. </tr>
  91. <tr>
  92. <th>Latest Release:</th>
  93. <td>None</td>
  94. </tr>
  95. </table>
  96. </subsection>
  97. <a name="dotnet"/>
  98. <subsection name="DotNet - Improved Support for .NET projects">
  99. <p>Provides a simple infrastructure to execute .NET
  100. applications from within Ant for different VMs so that the
  101. user doesn't have to change the build file when she wants to
  102. run Mono on Linux and Microsoft's VM on Windows.</p>
  103. <p>Also contains &lt;nant&gt;, &lt;nunit&gt; and
  104. &lt;msbuild&gt; tasks and an untested &lt;wix&gt; tasks.</p>
  105. <table>
  106. <tr>
  107. <th>Homepage:</th>
  108. <td><a href="./dotnet/index.html">http://ant.apache.org/antlibs/dotnet/</a></td>
  109. </tr>
  110. <tr>
  111. <th>SVN URL:</th>
  112. <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>
  113. </tr>
  114. <tr>
  115. <th>ViewSVN:</th>
  116. <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>
  117. </tr>
  118. <tr>
  119. <th>Ant compatibility:</th>
  120. <td>Ant 1.7.x</td>
  121. </tr>
  122. <tr>
  123. <th>Added to sandbox:</th>
  124. <td>2005-04-15</td>
  125. </tr>
  126. <tr>
  127. <th>Promoted from sandbox:</th>
  128. <td>2005-11-22</td>
  129. </tr>
  130. <tr>
  131. <th>Latest Release:</th>
  132. <td>1.0 released on November 6, 2006</td>
  133. </tr>
  134. </table>
  135. </subsection>
  136. <a name="props"/>
  137. <subsection name="Props - additional Property Resolver">
  138. <p>This is a library of supplementary handlers for Ant
  139. properties resolution.</p>
  140. <table>
  141. <tr>
  142. <th>Homepage:</th>
  143. <td><a href="./props/index.html">http://ant.apache.org/antlibs/props/</a></td>
  144. </tr>
  145. <tr>
  146. <th>SVN URL:</th>
  147. <td><a href="https://svn.apache.org/repos/asf/ant/antlibs/props/trunk/">https://svn.apache.org/repos/asf/ant/antlibs/props/trunk/</a></td>
  148. </tr>
  149. <tr>
  150. <th>ViewSVN:</th>
  151. <td><a href="http://svn.apache.org/viewcvs.cgi/ant/antlibs/props/trunk/">http://svn.apache.org/viewcvs.cgi/ant/antlibs/props/trunk/</a></td>
  152. </tr>
  153. <tr>
  154. <th>Ant compatibility:</th>
  155. <td>Ant 1.8.x</td>
  156. </tr>
  157. <tr>
  158. <th>Added to sandbox:</th>
  159. <td>2007-07-25</td>
  160. </tr>
  161. <tr>
  162. <th>Promoted from sandbox:</th>
  163. <td>2009-10-06</td>
  164. </tr>
  165. <tr>
  166. <th>Latest Release:</th>
  167. <td>None</td>
  168. </tr>
  169. </table>
  170. </subsection>
  171. </section>
  172. </body>
  173. </document>