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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  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="JAM - JavaGen Ant Modules">
  238. <p>JAM is a modular Ant toolkit for developing and testing Java/J2EE
  239. applications. JAM supports EJB and Servlet/JSP development using XDoclet,
  240. JUnit, Cactus, Maven, Castor and MDA/UML code generation on various J2EE
  241. servers including JBoss.</p>
  242. <table class="externals">
  243. <tr>
  244. <th>Compatibility:</th>
  245. <td>Ant 1.6</td>
  246. </tr>
  247. <tr>
  248. <th>URL:</th>
  249. <td><a href="http://www.javagen.com/jam.jsp">http://www.javagen.com/jam.jsp</a></td>
  250. </tr>
  251. <tr>
  252. <th>Contact:</th>
  253. <td><a href="http://www.javagen.com/feedback.do">Feedback</a> <br/>
  254. <a href="http://www.javagen.com/bugs.do">Bug Reports</a>
  255. </td>
  256. </tr>
  257. <tr>
  258. <th>License:</th>
  259. <td>GPL</td>
  260. </tr>
  261. </table>
  262. </subsection>
  263. <subsection name="Krysalis Centipede">
  264. <p>The Centipede admin told us, that that project
  265. "is no more" and that "Antworks has taken it place."
  266. </p>
  267. </subsection>
  268. <subsection name="luntbuild">
  269. <p>Luntbuild is an open source build automation and management
  270. tool based on Apache Ant. Builds are setup through concepts of
  271. projects, views, schedules, modules, etc. All configurations
  272. and monitoring tasks is performed from a clean web
  273. interface. It supports schedules builds, force builds,
  274. rebuilds, clean build, increment build, etc.</p>
  275. <table class="externals">
  276. <tr>
  277. <th>Compatibility:</th>
  278. <td>Ant 1.x</td>
  279. </tr>
  280. <tr>
  281. <th>URL:</th>
  282. <td><a href="http://www.sourceforge.net/projects/luntbuild/">http://www.sourceforge.net/projects/luntbuild/</a></td>
  283. </tr>
  284. <tr>
  285. <th>Contact:</th>
  286. <td><a href ='http://sourceforge.net/projects/luntbuild/'>luntbuild project page</a></td>
  287. </tr>
  288. <tr>
  289. <th>License:</th>
  290. <td>Opensource</td>
  291. </tr>
  292. </table>
  293. </subsection>
  294. <subsection name="NAnt">
  295. <p>NAnt is a .NET based build tool. In theory it is kind of
  296. like make without make's wrinkles. In practice it's a lot like
  297. Ant.</p>
  298. <table class="externals">
  299. <tr>
  300. <th>Compatibility:</th>
  301. <td>compatible in spirit.</td>
  302. </tr>
  303. <tr>
  304. <th>URL:</th>
  305. <td><a href="http://nant.sourceforge.net/">http://nant.sourceforge.net/</a></td>
  306. </tr>
  307. <tr>
  308. <th>Contact:</th>
  309. <td><a href="http://sourceforge.net/mail/?group_id=31650">project mailing list</a></td>
  310. </tr>
  311. <tr>
  312. <th>License:</th>
  313. <td>GNU General Public License</td>
  314. </tr>
  315. </table>
  316. </subsection>
  317. <subsection name="Rant">
  318. <p>Rant stands for Remote Ant. It is a distributed build
  319. system that allows an Ant build file to launch builds on other
  320. systems and receive exceptions should they occur.</p>
  321. <table class="externals">
  322. <tr>
  323. <th>Compatibility:</th>
  324. <td>Ant 1.4</td>
  325. </tr>
  326. <tr>
  327. <th>URL:</th>
  328. <td><a href="http://sourceforge.net/projects/remoteant/">http://sourceforge.net/projects/remoteant/</a></td>
  329. </tr>
  330. <tr>
  331. <th>Contact:</th>
  332. <td><a href="mailto:cnelson@einnovation.com">Chris Nelson</a></td>
  333. </tr>
  334. <tr>
  335. <th>License:</th>
  336. <td>MIT License</td>
  337. </tr>
  338. </table>
  339. </subsection>
  340. <subsection name="Savant">
  341. <p>Savant helps simplify builds and codebases by handling the
  342. resolution of project dependencies automatically. Savant supports
  343. Maven style dependency downloads and various other methods of
  344. retrieving dependencies, including fetching files from CVS modules.
  345. Savant goes a step further than other dependency solutions and provides
  346. the means for multiple internal projects to build each other in order
  347. to resolve inter-project dependencies.</p>
  348. <p>Savant can be used via various Ant types and tasks as well as used
  349. from any Java application including those that do not make use of Ant.</p>
  350. <table class="externals">
  351. <tr>
  352. <th>Compatibility:</th>
  353. <td>Ant 1.6.1</td>
  354. </tr>
  355. <tr>
  356. <th>URL:</th>
  357. <td><a href="http://www.inversoft.com">http://www.inversoft.com</a></td>
  358. </tr>
  359. <tr>
  360. <th>Contact:</th>
  361. <td><a href="http://www.inversoft.com/contact.html">http://www.inversoft.com/contact.html</a></td>
  362. </tr>
  363. <tr>
  364. <th>License:</th>
  365. <td>LGPL</td>
  366. </tr>
  367. </table>
  368. </subsection>
  369. <subsection name="XML Publication">
  370. <p>XML Publication is a set of tools to generate Web pages
  371. from desktop documents or other structured documents using
  372. XSLT and Ant.</p>
  373. <table class="externals">
  374. <tr>
  375. <th>Compatibility:</th>
  376. <td>Ant 1.4</td>
  377. </tr>
  378. <tr>
  379. <th>URL:</th>
  380. <td><a href="http://XMLpublication.org/">http://XMLpublication.org/</a></td>
  381. </tr>
  382. <tr>
  383. <th>Contact:</th>
  384. <td><a href ="mailto:jmvanel@free.fr">Jean-Marc Vanel</a></td>
  385. </tr>
  386. <tr>
  387. <th>License:</th>
  388. <td>GNU General Public License.</td>
  389. </tr>
  390. </table>
  391. </subsection>
  392. <subsection name="yEd">
  393. <p>yEd is a freeware multi-purpose graph and diagram editor
  394. that runs on the Java 2 platform. It provides an import filter
  395. for Ant build scripts that makes it possible to conveniently
  396. display and browse the dependenies between the different targets
  397. of the build file. This is especially useful for debugging and
  398. understanding large build files.</p>
  399. <table class="externals">
  400. <tr>
  401. <th>Compatibility:</th>
  402. <td>Ant 1.x</td>
  403. </tr>
  404. <tr>
  405. <th>URL:</th>
  406. <td><a href="http://www.yworks.com/products/yed/">http://www.yworks.com/products/yed/</a></td>
  407. </tr>
  408. <tr>
  409. <th>Contact:</th>
  410. <td><a href ='http://www.yworks.com/en/company_contact.htm'>yWorks Support</a></td>
  411. </tr>
  412. <tr>
  413. <th>License:</th>
  414. <td>Freeware</td>
  415. </tr>
  416. </table>
  417. </subsection>
  418. </section>
  419. </body>
  420. </document>