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

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