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

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