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

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