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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  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="AntDoc">
  38. <p>AntDoc is a tool that generates HTML documentation from Ant
  39. buildfiles; the generated HTML is inspired from what javadoc
  40. yields. It also offers a simple Ant target launcher named
  41. AntDoc GUI. Ant targets may be launched from the generated
  42. AntDoc HTML pages.</p>
  43. <p>AntDoc can be run via an Ant task, AntDoc GUI can be run
  44. via an Ant task, or via a JVM launch.</p>
  45. <table>
  46. <tr>
  47. <th>Compatibility:</th>
  48. <td>Ant 1.4.1 and higher</td>
  49. </tr>
  50. <tr>
  51. <th>URL:</th>
  52. <td><a href="http://mapage.noos.fr/antdoc">http://mapage.noos.fr/antdoc</a></td>
  53. </tr>
  54. <tr>
  55. <th>Contact:</th>
  56. <td><a href="mailto:antdoc@noos.fr">Edouard Mercier</a></td>
  57. </tr>
  58. <tr>
  59. <th>License:</th>
  60. <td>At the moment, no license is being attached to the tool.</td>
  61. </tr>
  62. </table>
  63. </subsection>
  64. <subsection name="AntHill">
  65. <p>Anthill is a build tool that promotes a controlled build
  66. process by ensuring that every build reflects the source
  67. repository contents and tagging the repository with a unique
  68. build number after every build. Anthill also encourages the
  69. sharing of knowledge within an organization by automatically
  70. updating a project intranet site with artifacts from the
  71. latest build.</p>
  72. <table>
  73. <tr>
  74. <th>Compatibility:</th>
  75. <td>bundles Ant 1.3, is compatible with Ant 1.3 to 1.4.1</td>
  76. </tr>
  77. <tr>
  78. <th>URL:</th>
  79. <td><a href="http://www.urbancode.com/projects/anthill/">http://www.urbancode.com/projects/anthill/</a></td>
  80. </tr>
  81. <tr>
  82. <th>Contact:</th>
  83. <td><a href ='mailto:mbz@urbancode.com'>Maciej Zawadzki</a></td>
  84. </tr>
  85. <tr>
  86. <th>License:</th>
  87. <td>Mozilla-like license</td>
  88. </tr>
  89. </table>
  90. </subsection>
  91. <subsection name="CruiseControl">
  92. <p>CruiseControl is a tool for setting up a continuous build
  93. process. CruiseControl provides an Ant wrapper and a set of
  94. tasks to automate the checkout/build/test cycle. CruiseControl
  95. also comes bundled with a servlet for viewing the status of
  96. the current build, as well as previous build results.</p>
  97. <table>
  98. <tr>
  99. <th>Compatibility:</th>
  100. <td>Ant 1.2 and higher</td>
  101. </tr>
  102. <tr>
  103. <th>URL:</th>
  104. <td><a href="http://cruisecontrol.sourceforge.net/">http://cruisecontrol.sourceforge.net/</a></td>
  105. </tr>
  106. <tr>
  107. <th>Contact:</th>
  108. <td><a href ='http://cruisecontrol.sourceforge.net/contact.html'>Project Mailing Lists and Administrators</a></td>
  109. </tr>
  110. <tr>
  111. <th>License:</th>
  112. <td>Release 1.0 has been licensed under the GNU General Public
  113. License. Starting with release 1.1 the license has been
  114. changed to a BSD-like license.</td>
  115. </tr>
  116. </table>
  117. </subsection>
  118. <subsection name="Krysalis Centipede">
  119. <p>Krysalis Centipede is a template for a software module;
  120. gives you build with Ant and Site+Documentation with Apache
  121. Cocoon.</p>
  122. <p>Centipede is a starter project, empty in many respects, but
  123. has a decent and standardized Ant build file, and some xdocs
  124. that render to HTML using Cocoon. A developer would take
  125. Centipede and use it to start development. After starting, the
  126. build file would evolve as the developer see fit and move away
  127. from the Centipede starting point. Subsequent releases of
  128. Centipede will address the issues found using it, and evolve
  129. on user requests-issues.</p>
  130. <table>
  131. <tr>
  132. <th>Compatibility:</th>
  133. <td>1.4.1</td>
  134. </tr>
  135. <tr>
  136. <th>URL:</th>
  137. <td><a href="http://krysalis.org/centipede/">http://krysalis.org/centipede/</a></td>
  138. </tr>
  139. <tr>
  140. <th>Contact:</th>
  141. <td><a href ="http://sourceforge.net/mail/?group_id=36516">mailing lists</a></td>
  142. </tr>
  143. <tr>
  144. <th>License:</th>
  145. <td>The Krysalis Patchy Software License, based on and
  146. fully compatible with the Apache Software Foundation
  147. license</td>
  148. </tr>
  149. </table>
  150. </subsection>
  151. <subsection name="NAnt">
  152. <p>NAnt is a .NET based build tool. In theory it is kind of
  153. like make without make's wrinkles. In practice it's a lot like
  154. Ant.</p>
  155. <table>
  156. <tr>
  157. <th>Compatibility:</th>
  158. <td>compatible in spirit.</td>
  159. </tr>
  160. <tr>
  161. <th>URL:</th>
  162. <td><a href="http://nant.sourceforge.net/">http://nant.sourceforge.net/</a></td>
  163. </tr>
  164. <tr>
  165. <th>Contact:</th>
  166. <td><a href="http://sourceforge.net/mail/?group_id=31650">project mailing list</a></td>
  167. </tr>
  168. <tr>
  169. <th>License:</th>
  170. <td>GNU General Public License</td>
  171. </tr>
  172. </table>
  173. </subsection>
  174. <subsection name="Rant">
  175. <p>Rant stands for Remote Ant. It is a distributed build
  176. system that allows an Ant build file to launch builds on other
  177. systems and receive exceptions should they occur.</p>
  178. <table>
  179. <tr>
  180. <th>Compatibility:</th>
  181. <td>Ant 1.4</td>
  182. </tr>
  183. <tr>
  184. <th>URL:</th>
  185. <td><a href="http://sourceforge.net/projects/remoteant/">http://sourceforge.net/projects/remoteant/</a></td>
  186. </tr>
  187. <tr>
  188. <th>Contact:</th>
  189. <td><a href="mailto:cnelson@einnovation.com">Chris Nelson</a></td>
  190. </tr>
  191. <tr>
  192. <th>License:</th>
  193. <td>MIT License</td>
  194. </tr>
  195. </table>
  196. </subsection>
  197. <subsection name="XML Publication">
  198. <p>XML Publication is a set of tools to generate Web pages
  199. from desktop documents or other structured documents using
  200. XSLT and Ant.</p>
  201. <table>
  202. <tr>
  203. <th>Compatibility:</th>
  204. <td>Ant 1.4</td>
  205. </tr>
  206. <tr>
  207. <th>URL:</th>
  208. <td><a href="http://XMLpublication.org/">http://XMLpublication.org/</a></td>
  209. </tr>
  210. <tr>
  211. <th>Contact:</th>
  212. <td><a href ="mailto:jmvanel@free.fr">Jean-Marc Vanel</a></td>
  213. </tr>
  214. <tr>
  215. <th>License:</th>
  216. <td>GNU General Public License.</td>
  217. </tr>
  218. </table>
  219. </subsection>
  220. </section>
  221. </body>
  222. </document>