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.

projects.xml 5.9 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. <?xml version="1.0"?>
  2. <document>
  3. <properties>
  4. <author email="bodewig@apache.org">Stefan Bodewig</author>
  5. <title>Related Projects</title>
  6. </properties>
  7. <body>
  8. <section name="Related Projects">
  9. <p>Nothing listed here is directly supported by the Ant
  10. developers, if you encounter any problems with them, please use
  11. the contact information.</p>
  12. <subsection name="AntContrib">
  13. <p>The Ant-Contrib project is a collection of user supplied
  14. task (like an <code>&lt;if&gt;</code> task) and a development
  15. playground for experimental tasks like a C/C++ compilation
  16. task for different compilers.</p>
  17. <table>
  18. <tr>
  19. <th>Compatibility:</th>
  20. <td>1.4.1 and above</td>
  21. </tr>
  22. <tr>
  23. <th>URL:</th>
  24. <td><a href="http://sourceforge.net/projects/ant-contrib/">http://sourcefoge.net/projects/ant-contrib/</a></td>
  25. </tr>
  26. <tr>
  27. <th>Contact:</th>
  28. <td><a href
  29. ="http://sourceforge.net/mail/?group_id=36177">project mailing list</a></td>
  30. </tr>
  31. <tr>
  32. <th>License:</th>
  33. <td>Apache Software Foundation license</td>
  34. </tr>
  35. </table>
  36. </subsection>
  37. <subsection name="AntHill">
  38. <p>Anthill is a build tool that promotes a controlled build
  39. process by ensuring that every build reflects the source
  40. repository contents and tagging the repository with a unique
  41. build number after every build. Anthill also encourages the
  42. sharing of knowledge within an organization by automatically
  43. updating a project intranet site with artifacts from the
  44. latest build.</p>
  45. <table>
  46. <tr>
  47. <th>Compatibility:</th>
  48. <td>bundles Ant 1.3, is compatible with Ant 1.3 to 1.4.1</td>
  49. </tr>
  50. <tr>
  51. <th>URL:</th>
  52. <td><a href="http://www.urbancode.com/projects/anthill/">http://www.urbancode.com/projects/anthill/</a></td>
  53. </tr>
  54. <tr>
  55. <th>Contact:</th>
  56. <td><a href ='mailto:mbz@urbancode.com'>Maciej Zawadzki</a></td>
  57. </tr>
  58. <tr>
  59. <th>License:</th>
  60. <td>Mozilla-like license</td>
  61. </tr>
  62. </table>
  63. </subsection>
  64. <subsection name="CruiseControl">
  65. <p>CruiseControl is a tool for setting up a continuous build
  66. process. CruiseControl provides an Ant wrapper and a set of
  67. tasks to automate the checkout/build/test cycle. CruiseControl
  68. also comes bundled with a servlet for viewing the status of
  69. the current build, as well as previous build results.</p>
  70. <table>
  71. <tr>
  72. <th>Compatibility:</th>
  73. <td>Ant 1.2 and higher</td>
  74. </tr>
  75. <tr>
  76. <th>URL:</th>
  77. <td><a href="http://cruisecontrol.sourceforge.net/">http://cruisecontrol.sourceforge.net/</a></td>
  78. </tr>
  79. <tr>
  80. <th>Contact:</th>
  81. <td><a href ='http://cruisecontrol.sourceforge.net/contact.html'>Project Mailing Lists and Administrators</a></td>
  82. </tr>
  83. <tr>
  84. <th>License:</th>
  85. <td>Release 1.0 has been licensed under the GNU General Public
  86. License. Starting with release 1.1 the license has been
  87. changed to a BSD-like license.</td>
  88. </tr>
  89. </table>
  90. </subsection>
  91. <subsection name="NAnt">
  92. <p>NAnt is a .NET based build tool. In theory it is kind of
  93. like make without make's wrinkles. In practice it's a lot like
  94. Ant.</p>
  95. <table>
  96. <tr>
  97. <th>Compatibility:</th>
  98. <td>not compatible to Ant at all.</td>
  99. </tr>
  100. <tr>
  101. <th>URL:</th>
  102. <td><a href="http://nant.sourceforge.net/">http://nant.sourceforge.net/</a></td>
  103. </tr>
  104. <tr>
  105. <th>Contact:</th>
  106. <td><a href="http://sourceforge.net/mail/?group_id=31650">project mailing list</a></td>
  107. </tr>
  108. <tr>
  109. <th>License:</th>
  110. <td>GNU General Public License</td>
  111. </tr>
  112. </table>
  113. </subsection>
  114. <subsection name="Rant">
  115. <p>Rant stands for Remote Ant. It is a distributed build
  116. system that allows an Ant build file to launch builds on other
  117. systems and receive exceptions should they occur.</p>
  118. <table>
  119. <tr>
  120. <th>Compatibility:</th>
  121. <td>Ant 1.4</td>
  122. </tr>
  123. <tr>
  124. <th>URL:</th>
  125. <td><a href="http://sourceforge.net/projects/remoteant/">http://sourceforge.net/projects/remoteant/</a></td>
  126. </tr>
  127. <tr>
  128. <th>Contact:</th>
  129. <td><a href="mailto:cnelson@einnovation.com">Chris Nelson</a></td>
  130. </tr>
  131. <tr>
  132. <th>License:</th>
  133. <td>MIT License</td>
  134. </tr>
  135. </table>
  136. </subsection>
  137. <subsection name="XML Publication">
  138. <p>XML Publication is a set of tools to generate Web pages
  139. from desktop documents or other structured documents using
  140. XSLT and Ant.</p>
  141. <table>
  142. <tr>
  143. <th>Compatibility:</th>
  144. <td>Ant 1.4</td>
  145. </tr>
  146. <tr>
  147. <th>URL:</th>
  148. <td><a href="http://XMLpublication.org/">http://XMLpublication.org/</a></td>
  149. </tr>
  150. <tr>
  151. <th>Contact:</th>
  152. <td><a href ="mailto:jmvanel@free.fr">Jean-Marc Vanel</a></td>
  153. </tr>
  154. <tr>
  155. <th>License:</th>
  156. <td>GNU General Public License.</td>
  157. </tr>
  158. </table>
  159. </subsection>
  160. </section>
  161. </body>
  162. </document>