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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512
  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="Antlion">
  129. <p>The Antlion Project adds value to Ant build scripts by providing
  130. tasks which centralizes the library dependencies, and enables
  131. projects to define dependencies upon other projects.</p>
  132. <p>External dependencies may be loaded from a custom local
  133. repository or Maven-like remote repositories. Antlion handles
  134. the generation of properties, filesets, and paths.</p>
  135. <p>Inter-project dependencies allow for building the other
  136. project's files if they aren't already built.</p>
  137. <table class="externals">
  138. <tr>
  139. <th>Compatibility:</th>
  140. <td>Ant 1.6 and later</td>
  141. </tr>
  142. <tr>
  143. <th>URL:</th>
  144. <td><a href="http://antlion.sourceforge.net">http://antlion.sourceforge.net</a></td>
  145. </tr>
  146. <tr>
  147. <th>Contact:</th>
  148. <td><a href ='https://sourceforge.net/mail/?group_id=93410'>Project mailing list</a></td>
  149. </tr>
  150. <tr>
  151. <th>License:</th>
  152. <td>Apache License, Version 2.0</td>
  153. </tr>
  154. </table>
  155. </subsection>
  156. <subsection name="Antworks">
  157. <p>The antworks project is a set of tools and standardized targets that
  158. greatly simplifies using ant in your project.</p>
  159. <p>
  160. The driver behind antworks is Importer. Importer is an extension to the
  161. ant import task that will download and
  162. cache an ant build.xml file and it's associated resources called
  163. antlets. Antlets are available for Java compiling
  164. and packaging, JUnit, Forrest, J2EE and
  165. <a href="http://antworks.sourceforge.net/antlets/">more</a>.
  166. </p>
  167. <p>
  168. See the <a href="http://antworks.sourceforge.net/start.html ">Getting Started</a>
  169. guide for more information.
  170. </p>
  171. <table class="externals">
  172. <tr>
  173. <th>Compatibility:</th>
  174. <td>1.6 and later</td>
  175. </tr>
  176. <tr>
  177. <th>URL:</th>
  178. <td><a href="http://antworks.sourceforge.net/">http://antworks.sourceforge.net/index.html</a></td>
  179. </tr>
  180. <tr>
  181. <th>Contact:</th>
  182. <td><a href ="http://lists.sourceforge.net/lists/listinfo/antworks-developers">Antworks Developers mailing lists</a></td>
  183. </tr>
  184. <tr>
  185. <th>License:</th>
  186. <td>The Apache License 2.0</td>
  187. </tr>
  188. </table>
  189. </subsection>
  190. <subsection name="BuildMonkey">
  191. <p>BuildMonkey is a Web-based automated build dashboard, with upload
  192. capability and google web search. It schedules the running of Ant
  193. build scripts - checking sources out of CM - and makes the results
  194. available centrally.</p>
  195. <table class="externals">
  196. <tr>
  197. <th>Compatibility:</th>
  198. <td>Ant 1.5.4 or later</td>
  199. </tr>
  200. <tr>
  201. <th>URL:</th>
  202. <td><a href="http://www.buildmonkey.com">http://www.buildmonkey.com</a></td>
  203. </tr>
  204. <tr>
  205. <th>Contact:</th>
  206. <td><a href="mailto:jb@buildmonkey.com">jb@buildmonkey.com</a></td>
  207. </tr>
  208. <tr>
  209. <th>License:</th>
  210. <td>Freeware, commercial/support licences available</td>
  211. </tr>
  212. </table>
  213. </subsection>
  214. <subsection name="CruiseControl">
  215. <p>CruiseControl is a tool for setting up a continuous build
  216. process. CruiseControl provides an Ant wrapper and a set of
  217. tasks to automate the checkout/build/test cycle. CruiseControl
  218. also comes bundled with a servlet for viewing the status of
  219. the current build, as well as previous build results.</p>
  220. <table class="externals">
  221. <tr>
  222. <th>Compatibility:</th>
  223. <td>Ant 1.2 and higher</td>
  224. </tr>
  225. <tr>
  226. <th>URL:</th>
  227. <td><a href="http://cruisecontrol.sourceforge.net/">http://cruisecontrol.sourceforge.net/</a></td>
  228. </tr>
  229. <tr>
  230. <th>Contact:</th>
  231. <td><a href ='http://cruisecontrol.sourceforge.net/contact.html'>Project Mailing Lists and Administrators</a></td>
  232. </tr>
  233. <tr>
  234. <th>License:</th>
  235. <td>Release 1.0 has been licensed under the GNU General Public
  236. License. Starting with release 1.1 the license has been
  237. changed to a BSD-like license.</td>
  238. </tr>
  239. </table>
  240. </subsection>
  241. <subsection name="Invicta">
  242. <p>Invicta is a build management tool. Using simple project definition files,
  243. it generates powerful build scripts (such as ANT) while hiding their
  244. complexity. Invicta is a modular framework that allows developing additional
  245. components and output types.</p>
  246. <table class="externals">
  247. <tr>
  248. <th>Compatibility:</th>
  249. <td>Ant 1.5 and higher</td>
  250. </tr>
  251. <tr>
  252. <th>URL:</th>
  253. <td><a href="http://invicta.sf.net/">http://invicta.sf.net/</a></td>
  254. </tr>
  255. <tr>
  256. <th>Contact:</th>
  257. <td><a href ="http://invicta.sf.net/contact.html">Project Mailing Lists and Administrators</a></td>
  258. </tr>
  259. <tr>
  260. <th>License:</th>
  261. <td>LGPL.</td>
  262. </tr>
  263. </table>
  264. </subsection>
  265. <subsection name="JAM - JavaGen Ant Modules">
  266. <p>JAM is a modular Ant toolkit for developing and testing Java/J2EE
  267. applications. JAM supports EJB and Servlet/JSP development using XDoclet,
  268. JUnit, Cactus, Maven, Castor and MDA/UML code generation on various J2EE
  269. servers including JBoss.</p>
  270. <table class="externals">
  271. <tr>
  272. <th>Compatibility:</th>
  273. <td>Ant 1.6</td>
  274. </tr>
  275. <tr>
  276. <th>URL:</th>
  277. <td><a href="http://www.javagen.com/jam.jsp">http://www.javagen.com/jam.jsp</a></td>
  278. </tr>
  279. <tr>
  280. <th>Contact:</th>
  281. <td><a href="http://www.javagen.com/feedback.do">Feedback</a> <br/>
  282. <a href="http://www.javagen.com/bugs.do">Bug Reports</a>
  283. </td>
  284. </tr>
  285. <tr>
  286. <th>License:</th>
  287. <td>GPL</td>
  288. </tr>
  289. </table>
  290. </subsection>
  291. <subsection name="Krysalis Centipede">
  292. <p>The Centipede admin told us, that that project
  293. "is no more" and that "Antworks has taken it place."
  294. </p>
  295. </subsection>
  296. <subsection name="luntbuild">
  297. <p>Luntbuild is an open source build automation and management
  298. tool based on Apache Ant. Builds are setup through concepts of
  299. projects, views, schedules, modules, etc. All configurations
  300. and monitoring tasks is performed from a clean web
  301. interface. It supports schedules builds, force builds,
  302. rebuilds, clean build, increment build, etc.</p>
  303. <table class="externals">
  304. <tr>
  305. <th>Compatibility:</th>
  306. <td>Ant 1.x</td>
  307. </tr>
  308. <tr>
  309. <th>URL:</th>
  310. <td><a href="http://www.sourceforge.net/projects/luntbuild/">http://www.sourceforge.net/projects/luntbuild/</a></td>
  311. </tr>
  312. <tr>
  313. <th>Contact:</th>
  314. <td><a href ='http://sourceforge.net/projects/luntbuild/'>luntbuild project page</a></td>
  315. </tr>
  316. <tr>
  317. <th>License:</th>
  318. <td>Opensource</td>
  319. </tr>
  320. </table>
  321. </subsection>
  322. <subsection name="NAnt">
  323. <p>NAnt is a .NET based build tool. In theory it is kind of
  324. like make without make's wrinkles. In practice it's a lot like
  325. Ant.</p>
  326. <table class="externals">
  327. <tr>
  328. <th>Compatibility:</th>
  329. <td>compatible in spirit.</td>
  330. </tr>
  331. <tr>
  332. <th>URL:</th>
  333. <td><a href="http://nant.sourceforge.net/">http://nant.sourceforge.net/</a></td>
  334. </tr>
  335. <tr>
  336. <th>Contact:</th>
  337. <td><a href="http://sourceforge.net/mail/?group_id=31650">project mailing list</a></td>
  338. </tr>
  339. <tr>
  340. <th>License:</th>
  341. <td>GNU General Public License</td>
  342. </tr>
  343. </table>
  344. </subsection>
  345. <subsection name="Rant">
  346. <p>Rant stands for Remote Ant. It is a distributed build
  347. system that allows an Ant build file to launch builds on other
  348. systems and receive exceptions should they occur.</p>
  349. <table class="externals">
  350. <tr>
  351. <th>Compatibility:</th>
  352. <td>Ant 1.4</td>
  353. </tr>
  354. <tr>
  355. <th>URL:</th>
  356. <td><a href="http://sourceforge.net/projects/remoteant/">http://sourceforge.net/projects/remoteant/</a></td>
  357. </tr>
  358. <tr>
  359. <th>Contact:</th>
  360. <td><a href="mailto:cnelson@einnovation.com">Chris Nelson</a></td>
  361. </tr>
  362. <tr>
  363. <th>License:</th>
  364. <td>MIT License</td>
  365. </tr>
  366. </table>
  367. </subsection>
  368. <subsection name="Savant">
  369. <p>Savant helps simplify builds and codebases by handling the
  370. resolution of project dependencies automatically. Savant supports
  371. Maven style dependency downloads and various other methods of
  372. retrieving dependencies, including fetching files from CVS modules.
  373. Savant goes a step further than other dependency solutions and provides
  374. the means for multiple internal projects to build each other in order
  375. to resolve inter-project dependencies.</p>
  376. <p>Savant can be used via various Ant types and tasks as well as used
  377. from any Java application including those that do not make use of Ant.</p>
  378. <table class="externals">
  379. <tr>
  380. <th>Compatibility:</th>
  381. <td>Ant 1.6.1</td>
  382. </tr>
  383. <tr>
  384. <th>URL:</th>
  385. <td><a href="http://www.inversoft.com">http://www.inversoft.com</a></td>
  386. </tr>
  387. <tr>
  388. <th>Contact:</th>
  389. <td><a href="http://www.inversoft.com/contact.html">http://www.inversoft.com/contact.html</a></td>
  390. </tr>
  391. <tr>
  392. <th>License:</th>
  393. <td>LGPL</td>
  394. </tr>
  395. </table>
  396. </subsection>
  397. <subsection name="XML Publication">
  398. <p>XML Publication is a set of tools to generate Web pages
  399. from desktop documents or other structured documents using
  400. XSLT and Ant.</p>
  401. <table class="externals">
  402. <tr>
  403. <th>Compatibility:</th>
  404. <td>Ant 1.4</td>
  405. </tr>
  406. <tr>
  407. <th>URL:</th>
  408. <td><a href="http://XMLpublication.org/">http://XMLpublication.org/</a></td>
  409. </tr>
  410. <tr>
  411. <th>Contact:</th>
  412. <td><a href ="mailto:jmvanel@free.fr">Jean-Marc Vanel</a></td>
  413. </tr>
  414. <tr>
  415. <th>License:</th>
  416. <td>GNU General Public License.</td>
  417. </tr>
  418. </table>
  419. </subsection>
  420. <subsection name="yEd">
  421. <p>yEd is a freeware multi-purpose graph and diagram editor
  422. that runs on the Java 2 platform. It provides an import filter
  423. for Ant build scripts that makes it possible to conveniently
  424. display and browse the dependenies between the different targets
  425. of the build file. This is especially useful for debugging and
  426. understanding large build files.</p>
  427. <table class="externals">
  428. <tr>
  429. <th>Compatibility:</th>
  430. <td>Ant 1.x</td>
  431. </tr>
  432. <tr>
  433. <th>URL:</th>
  434. <td><a href="http://www.yworks.com/products/yed/">http://www.yworks.com/products/yed/</a></td>
  435. </tr>
  436. <tr>
  437. <th>Contact:</th>
  438. <td><a href ='http://www.yworks.com/en/company_contact.htm'>yWorks Support</a></td>
  439. </tr>
  440. <tr>
  441. <th>License:</th>
  442. <td>Freeware</td>
  443. </tr>
  444. </table>
  445. </subsection>
  446. </section>
  447. </body>
  448. </document>