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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  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="Krysalis Centipede">
  144. <p>Krysalis Centipede is a project build system based on
  145. Apache Ant. Centipede uses pre-packaged modules called "cents"
  146. that it downloads and installs automatically. Cents can be
  147. used as Ant tasks or easy to use targets.</p>
  148. <p>For example, Forrest is an XML standards oriented project
  149. documentation framework based on Apache Cocoon. In order to
  150. assist your projects adoption of this powerful documentation
  151. generation tool we have packaged it as a cent that will
  152. (optionally) be automatically downloaded, installed and used
  153. to build project documentation which includes output from
  154. other cents such as Javadoc, JDepend, Checkstyle and many
  155. others.</p>
  156. <table>
  157. <tr>
  158. <th>Compatibility:</th>
  159. <td>1.4.1 an later</td>
  160. </tr>
  161. <tr>
  162. <th>URL:</th>
  163. <td><a href="http://krysalis.org/centipede/">http://krysalis.org/centipede/</a></td>
  164. </tr>
  165. <tr>
  166. <th>Contact:</th>
  167. <td><a href ="http://sourceforge.net/mail/?group_id=36516">mailing lists</a></td>
  168. </tr>
  169. <tr>
  170. <th>License:</th>
  171. <td>The Krysalis Patchy Software License, based on and
  172. fully compatible with the Apache Software Foundation
  173. license</td>
  174. </tr>
  175. </table>
  176. </subsection>
  177. <subsection name="NAnt">
  178. <p>NAnt is a .NET based build tool. In theory it is kind of
  179. like make without make's wrinkles. In practice it's a lot like
  180. Ant.</p>
  181. <table>
  182. <tr>
  183. <th>Compatibility:</th>
  184. <td>compatible in spirit.</td>
  185. </tr>
  186. <tr>
  187. <th>URL:</th>
  188. <td><a href="http://nant.sourceforge.net/">http://nant.sourceforge.net/</a></td>
  189. </tr>
  190. <tr>
  191. <th>Contact:</th>
  192. <td><a href="http://sourceforge.net/mail/?group_id=31650">project mailing list</a></td>
  193. </tr>
  194. <tr>
  195. <th>License:</th>
  196. <td>GNU General Public License</td>
  197. </tr>
  198. </table>
  199. </subsection>
  200. <subsection name="Rant">
  201. <p>Rant stands for Remote Ant. It is a distributed build
  202. system that allows an Ant build file to launch builds on other
  203. systems and receive exceptions should they occur.</p>
  204. <table>
  205. <tr>
  206. <th>Compatibility:</th>
  207. <td>Ant 1.4</td>
  208. </tr>
  209. <tr>
  210. <th>URL:</th>
  211. <td><a href="http://sourceforge.net/projects/remoteant/">http://sourceforge.net/projects/remoteant/</a></td>
  212. </tr>
  213. <tr>
  214. <th>Contact:</th>
  215. <td><a href="mailto:cnelson@einnovation.com">Chris Nelson</a></td>
  216. </tr>
  217. <tr>
  218. <th>License:</th>
  219. <td>MIT License</td>
  220. </tr>
  221. </table>
  222. </subsection>
  223. <subsection name="XML Publication">
  224. <p>XML Publication is a set of tools to generate Web pages
  225. from desktop documents or other structured documents using
  226. XSLT and Ant.</p>
  227. <table>
  228. <tr>
  229. <th>Compatibility:</th>
  230. <td>Ant 1.4</td>
  231. </tr>
  232. <tr>
  233. <th>URL:</th>
  234. <td><a href="http://XMLpublication.org/">http://XMLpublication.org/</a></td>
  235. </tr>
  236. <tr>
  237. <th>Contact:</th>
  238. <td><a href ="mailto:jmvanel@free.fr">Jean-Marc Vanel</a></td>
  239. </tr>
  240. <tr>
  241. <th>License:</th>
  242. <td>GNU General Public License.</td>
  243. </tr>
  244. </table>
  245. </subsection>
  246. </section>
  247. </body>
  248. </document>