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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  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 class="externals">
  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 class="externals">
  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 class="externals">
  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 class="externals">
  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="Antworks">
  129. <p>The antworks project is a set of tools and standardized targets that
  130. greatly simplifies using ant in your project.</p>
  131. <p>
  132. The driver behind antworks is Importer. Importer is an extension to the
  133. ant import task that will download and
  134. cache an ant build.xml file and it's associated resources called
  135. antlets. Antlets are available for Java compiling
  136. and packaging, JUnit, Forrest, J2EE and
  137. <a href="http://antworks.sourceforge.net/antlets/">more</a>.
  138. </p>
  139. <p>
  140. See the <a href="http://antworks.sourceforge.net/start.html ">Getting Started</a>
  141. guide for more information.
  142. </p>
  143. <table class="externals">
  144. <tr>
  145. <th>Compatibility:</th>
  146. <td>1.6 and later</td>
  147. </tr>
  148. <tr>
  149. <th>URL:</th>
  150. <td><a href="http://antworks.sourceforge.net/">http://antworks.sourceforge.net/index.html</a></td>
  151. </tr>
  152. <tr>
  153. <th>Contact:</th>
  154. <td><a href ="http://lists.sourceforge.net/lists/listinfo/antworks-developers">Antworks Developers mailing lists</a></td>
  155. </tr>
  156. <tr>
  157. <th>License:</th>
  158. <td>The Apache License 2.0</td>
  159. </tr>
  160. </table>
  161. </subsection>
  162. <subsection name="BuildMonkey">
  163. <p>BuildMonkey is a Web-based automated build dashboard, with upload
  164. capability and google web search. It schedules the running of Ant
  165. build scripts - checking sources out of CM - and makes the results
  166. available centrally.</p>
  167. <table class="externals">
  168. <tr>
  169. <th>Compatibility:</th>
  170. <td>Ant 1.5.4 or later</td>
  171. </tr>
  172. <tr>
  173. <th>URL:</th>
  174. <td><a href="http://www.buildmonkey.com">http://www.buildmonkey.com</a></td>
  175. </tr>
  176. <tr>
  177. <th>Contact:</th>
  178. <td><a href="mailto:jb@buildmonkey.com">jb@buildmonkey.com</a></td>
  179. </tr>
  180. <tr>
  181. <th>License:</th>
  182. <td>Freeware, commercial/support licences available</td>
  183. </tr>
  184. </table>
  185. </subsection>
  186. <subsection name="CruiseControl">
  187. <p>CruiseControl is a tool for setting up a continuous build
  188. process. CruiseControl provides an Ant wrapper and a set of
  189. tasks to automate the checkout/build/test cycle. CruiseControl
  190. also comes bundled with a servlet for viewing the status of
  191. the current build, as well as previous build results.</p>
  192. <table class="externals">
  193. <tr>
  194. <th>Compatibility:</th>
  195. <td>Ant 1.2 and higher</td>
  196. </tr>
  197. <tr>
  198. <th>URL:</th>
  199. <td><a href="http://cruisecontrol.sourceforge.net/">http://cruisecontrol.sourceforge.net/</a></td>
  200. </tr>
  201. <tr>
  202. <th>Contact:</th>
  203. <td><a href ='http://cruisecontrol.sourceforge.net/contact.html'>Project Mailing Lists and Administrators</a></td>
  204. </tr>
  205. <tr>
  206. <th>License:</th>
  207. <td>Release 1.0 has been licensed under the GNU General Public
  208. License. Starting with release 1.1 the license has been
  209. changed to a BSD-like license.</td>
  210. </tr>
  211. </table>
  212. </subsection>
  213. <subsection name="Invicta">
  214. <p>Invicta is a build management tool. Using simple project definition files,
  215. it generates powerful build scripts (such as ANT) while hiding their
  216. complexity. Invicta is a modular framework that allows developing additional
  217. components and output types.</p>
  218. <table class="externals">
  219. <tr>
  220. <th>Compatibility:</th>
  221. <td>Ant 1.5 and higher</td>
  222. </tr>
  223. <tr>
  224. <th>URL:</th>
  225. <td><a href="http://invicta.sf.net/">http://invicta.sf.net/</a></td>
  226. </tr>
  227. <tr>
  228. <th>Contact:</th>
  229. <td><a href ="http://invicta.sf.net/contact.html">Project Mailing Lists and Administrators</a></td>
  230. </tr>
  231. <tr>
  232. <th>License:</th>
  233. <td>LGPL.</td>
  234. </tr>
  235. </table>
  236. </subsection>
  237. <subsection name="Krysalis Centipede">
  238. <p>The Centipede admin told us, that that project
  239. "is no more" and that "Antworks has taken it place."
  240. </p>
  241. </subsection>
  242. <subsection name="NAnt">
  243. <p>NAnt is a .NET based build tool. In theory it is kind of
  244. like make without make's wrinkles. In practice it's a lot like
  245. Ant.</p>
  246. <table class="externals">
  247. <tr>
  248. <th>Compatibility:</th>
  249. <td>compatible in spirit.</td>
  250. </tr>
  251. <tr>
  252. <th>URL:</th>
  253. <td><a href="http://nant.sourceforge.net/">http://nant.sourceforge.net/</a></td>
  254. </tr>
  255. <tr>
  256. <th>Contact:</th>
  257. <td><a href="http://sourceforge.net/mail/?group_id=31650">project mailing list</a></td>
  258. </tr>
  259. <tr>
  260. <th>License:</th>
  261. <td>GNU General Public License</td>
  262. </tr>
  263. </table>
  264. </subsection>
  265. <subsection name="Rant">
  266. <p>Rant stands for Remote Ant. It is a distributed build
  267. system that allows an Ant build file to launch builds on other
  268. systems and receive exceptions should they occur.</p>
  269. <table class="externals">
  270. <tr>
  271. <th>Compatibility:</th>
  272. <td>Ant 1.4</td>
  273. </tr>
  274. <tr>
  275. <th>URL:</th>
  276. <td><a href="http://sourceforge.net/projects/remoteant/">http://sourceforge.net/projects/remoteant/</a></td>
  277. </tr>
  278. <tr>
  279. <th>Contact:</th>
  280. <td><a href="mailto:cnelson@einnovation.com">Chris Nelson</a></td>
  281. </tr>
  282. <tr>
  283. <th>License:</th>
  284. <td>MIT License</td>
  285. </tr>
  286. </table>
  287. </subsection>
  288. <subsection name="XML Publication">
  289. <p>XML Publication is a set of tools to generate Web pages
  290. from desktop documents or other structured documents using
  291. XSLT and Ant.</p>
  292. <table class="externals">
  293. <tr>
  294. <th>Compatibility:</th>
  295. <td>Ant 1.4</td>
  296. </tr>
  297. <tr>
  298. <th>URL:</th>
  299. <td><a href="http://XMLpublication.org/">http://XMLpublication.org/</a></td>
  300. </tr>
  301. <tr>
  302. <th>Contact:</th>
  303. <td><a href ="mailto:jmvanel@free.fr">Jean-Marc Vanel</a></td>
  304. </tr>
  305. <tr>
  306. <th>License:</th>
  307. <td>GNU General Public License.</td>
  308. </tr>
  309. </table>
  310. </subsection>
  311. </section>
  312. </body>
  313. </document>