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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  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="AndroMDA">
  13. <p>AndroMDA is a code generator tool that follows the Model
  14. Driven Architecture (MDA) paradigm. It takes a UML model from
  15. a CASE-tool and generates classes and deployable components
  16. (J2EE or other) specific for your application
  17. architecture.</p>
  18. <table>
  19. <tr>
  20. <th>Compatibility:</th>
  21. <td>1.4.1 and above</td>
  22. </tr>
  23. <tr>
  24. <th>URL:</th>
  25. <td><a href="http://www.andromda.org/">http://www.AndroMDA.org/</a></td>
  26. </tr>
  27. <tr>
  28. <th>Contact:</th>
  29. <td><a href="http://sourceforge.net/mail/?group_id=73047">project mailing lists</a></td>
  30. </tr>
  31. <tr>
  32. <th>License:</th>
  33. <td>BSD license</td>
  34. </tr>
  35. </table>
  36. </subsection>
  37. <subsection name="AntContrib">
  38. <p>The Ant-Contrib project is a collection of user supplied
  39. task (like an <code>&lt;if&gt;</code> task) and a development
  40. playground for experimental tasks like a C/C++ compilation
  41. task for different compilers.</p>
  42. <table>
  43. <tr>
  44. <th>Compatibility:</th>
  45. <td>1.4.1 and above</td>
  46. </tr>
  47. <tr>
  48. <th>URL:</th>
  49. <td><a href="http://ant-contrib.sourceforge.net/">http://ant-contrib.sourceforge.net/</a></td>
  50. </tr>
  51. <tr>
  52. <th>Contact:</th>
  53. <td><a href="http://sourceforge.net/mail/?group_id=36177">project mailing list</a></td>
  54. </tr>
  55. <tr>
  56. <th>License:</th>
  57. <td>Apache Software Foundation license</td>
  58. </tr>
  59. </table>
  60. </subsection>
  61. <subsection name="AntDoc">
  62. <p>AntDoc is a tool that generates HTML documentation from Ant
  63. buildfiles; the generated HTML is inspired from what javadoc
  64. yields. It also offers a simple Ant target launcher named
  65. AntDoc GUI. Ant targets may be launched from the generated
  66. AntDoc HTML pages.</p>
  67. <p>AntDoc can be run via an Ant task, AntDoc GUI can be run
  68. via an Ant task, or via a JVM launch.</p>
  69. <table>
  70. <tr>
  71. <th>Compatibility:</th>
  72. <td>Ant 1.4.1 and higher</td>
  73. </tr>
  74. <tr>
  75. <th>URL:</th>
  76. <td><a href="http://antdoc.free.fr/">http://antdoc.free.fr/</a></td>
  77. </tr>
  78. <tr>
  79. <th>Contact:</th>
  80. <td><a href="mailto:antdoc@noos.fr">Edouard Mercier</a></td>
  81. </tr>
  82. <tr>
  83. <th>License:</th>
  84. <td>The Apache Software License</td>
  85. </tr>
  86. </table>
  87. </subsection>
  88. <subsection name="Antelope">
  89. <p>A GUI for running Ant and editing build files, can run as
  90. stand-alone or as a plugin to jEdit. In addition to running
  91. targets, Antelope can generate performance statistics and can
  92. trace/display a target's execution path without actually
  93. executing the target.</p>
  94. <p>Includes several additional tasks: Assert, If/Else,
  95. Try/Catch/Finally, Switch, Variable, Stopwatch, Limit, Math,
  96. Post, SSH, SCP, AntFetch, AntCallBack.</p>
  97. <table>
  98. <tr>
  99. <th>Compatibility:</th>
  100. <td>Tested extensively with Ant 1.5.x.</td>
  101. </tr>
  102. <tr>
  103. <th>URL:</th>
  104. <td><a href="http://antelope.sourceforge.net/">http://antelope.sourceforge.net/</a></td>
  105. </tr>
  106. <tr>
  107. <th>Contact:</th>
  108. <td><a href="mailto:daleanson@users.sourceforge.net">Dale Anson</a></td>
  109. </tr>
  110. <tr>
  111. <th>License:</th>
  112. <td>Apache Software Foundation License</td>
  113. </tr>
  114. </table>
  115. </subsection>
  116. <subsection name="AntHill">
  117. <p>Anthill is a build tool that promotes a controlled build
  118. process by ensuring that every build reflects the source
  119. repository contents and tagging the repository with a unique
  120. build number after every build. Anthill also encourages the
  121. sharing of knowledge within an organization by automatically
  122. updating a project intranet site with artifacts from the
  123. latest build.</p>
  124. <table>
  125. <tr>
  126. <th>Compatibility:</th>
  127. <td>bundles Ant 1.3, is compatible with Ant 1.3 to 1.4.1</td>
  128. </tr>
  129. <tr>
  130. <th>URL:</th>
  131. <td><a href="http://www.urbancode.com/projects/anthill/">http://www.urbancode.com/projects/anthill/</a></td>
  132. </tr>
  133. <tr>
  134. <th>Contact:</th>
  135. <td><a href ='mailto:mbz@urbancode.com'>Maciej Zawadzki</a></td>
  136. </tr>
  137. <tr>
  138. <th>License:</th>
  139. <td>Mozilla-like license</td>
  140. </tr>
  141. </table>
  142. </subsection>
  143. <subsection name="CruiseControl">
  144. <p>CruiseControl is a tool for setting up a continuous build
  145. process. CruiseControl provides an Ant wrapper and a set of
  146. tasks to automate the checkout/build/test cycle. CruiseControl
  147. also comes bundled with a servlet for viewing the status of
  148. the current build, as well as previous build results.</p>
  149. <table>
  150. <tr>
  151. <th>Compatibility:</th>
  152. <td>Ant 1.2 and higher</td>
  153. </tr>
  154. <tr>
  155. <th>URL:</th>
  156. <td><a href="http://cruisecontrol.sourceforge.net/">http://cruisecontrol.sourceforge.net/</a></td>
  157. </tr>
  158. <tr>
  159. <th>Contact:</th>
  160. <td><a href ='http://cruisecontrol.sourceforge.net/contact.html'>Project Mailing Lists and Administrators</a></td>
  161. </tr>
  162. <tr>
  163. <th>License:</th>
  164. <td>Release 1.0 has been licensed under the GNU General Public
  165. License. Starting with release 1.1 the license has been
  166. changed to a BSD-like license.</td>
  167. </tr>
  168. </table>
  169. </subsection>
  170. <subsection name="Krysalis Centipede">
  171. <p>Krysalis Centipede is a project build system based on
  172. Apache Ant. Centipede uses pre-packaged modules called "cents"
  173. that it downloads and installs automatically. Cents can be
  174. used as Ant tasks or easy to use targets.</p>
  175. <p>For example, Forrest is an XML standards oriented project
  176. documentation framework based on Apache Cocoon. In order to
  177. assist your projects adoption of this powerful documentation
  178. generation tool we have packaged it as a cent that will
  179. (optionally) be automatically downloaded, installed and used
  180. to build project documentation which includes output from
  181. other cents such as Javadoc, JDepend, Checkstyle and many
  182. others.</p>
  183. <table>
  184. <tr>
  185. <th>Compatibility:</th>
  186. <td>1.4.1 an later</td>
  187. </tr>
  188. <tr>
  189. <th>URL:</th>
  190. <td><a href="http://krysalis.org/centipede/">http://krysalis.org/centipede/</a></td>
  191. </tr>
  192. <tr>
  193. <th>Contact:</th>
  194. <td><a href ="http://sourceforge.net/mail/?group_id=36516">mailing lists</a></td>
  195. </tr>
  196. <tr>
  197. <th>License:</th>
  198. <td>The Krysalis Patchy Software License, based on and
  199. fully compatible with the Apache Software Foundation
  200. license</td>
  201. </tr>
  202. </table>
  203. </subsection>
  204. <subsection name="NAnt">
  205. <p>NAnt is a .NET based build tool. In theory it is kind of
  206. like make without make's wrinkles. In practice it's a lot like
  207. Ant.</p>
  208. <table>
  209. <tr>
  210. <th>Compatibility:</th>
  211. <td>compatible in spirit.</td>
  212. </tr>
  213. <tr>
  214. <th>URL:</th>
  215. <td><a href="http://nant.sourceforge.net/">http://nant.sourceforge.net/</a></td>
  216. </tr>
  217. <tr>
  218. <th>Contact:</th>
  219. <td><a href="http://sourceforge.net/mail/?group_id=31650">project mailing list</a></td>
  220. </tr>
  221. <tr>
  222. <th>License:</th>
  223. <td>GNU General Public License</td>
  224. </tr>
  225. </table>
  226. </subsection>
  227. <subsection name="Rant">
  228. <p>Rant stands for Remote Ant. It is a distributed build
  229. system that allows an Ant build file to launch builds on other
  230. systems and receive exceptions should they occur.</p>
  231. <table>
  232. <tr>
  233. <th>Compatibility:</th>
  234. <td>Ant 1.4</td>
  235. </tr>
  236. <tr>
  237. <th>URL:</th>
  238. <td><a href="http://sourceforge.net/projects/remoteant/">http://sourceforge.net/projects/remoteant/</a></td>
  239. </tr>
  240. <tr>
  241. <th>Contact:</th>
  242. <td><a href="mailto:cnelson@einnovation.com">Chris Nelson</a></td>
  243. </tr>
  244. <tr>
  245. <th>License:</th>
  246. <td>MIT License</td>
  247. </tr>
  248. </table>
  249. </subsection>
  250. <subsection name="XML Publication">
  251. <p>XML Publication is a set of tools to generate Web pages
  252. from desktop documents or other structured documents using
  253. XSLT and Ant.</p>
  254. <table>
  255. <tr>
  256. <th>Compatibility:</th>
  257. <td>Ant 1.4</td>
  258. </tr>
  259. <tr>
  260. <th>URL:</th>
  261. <td><a href="http://XMLpublication.org/">http://XMLpublication.org/</a></td>
  262. </tr>
  263. <tr>
  264. <th>Contact:</th>
  265. <td><a href ="mailto:jmvanel@free.fr">Jean-Marc Vanel</a></td>
  266. </tr>
  267. <tr>
  268. <th>License:</th>
  269. <td>GNU General Public License.</td>
  270. </tr>
  271. </table>
  272. </subsection>
  273. </section>
  274. </body>
  275. </document>