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.

external.xml 24 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765
  1. <?xml version="1.0"?>
  2. <document>
  3. <properties>
  4. <author email="bodewig@apache.org">Stefan Bodewig</author>
  5. <title>External Tools and Tasks</title>
  6. </properties>
  7. <body>
  8. <section name="External Tools and Tasks">
  9. <p>This page lists external resources for Apache Ant: tasks, IDE
  10. integration tools, loggers, you name it. If you've written
  11. something that should be included, please post all relevant
  12. information to one of the mailing lists.</p>
  13. <p>Nothing listed here is directly supported by the Ant
  14. developers, if you encounter any problems with them, please use
  15. the contact information.</p>
  16. </section>
  17. <section name="Tasks">
  18. <subsection name="AJC">
  19. <p><a href="http://aspectj.org">AspectJ</a> is an
  20. aspect-oriented extension to Java. This task compiles a
  21. source tree using the AspectJ compiler -- AJC.</p>
  22. <table>
  23. <tr>
  24. <th>Compatibility:</th>
  25. <td>Ant 1.3</td>
  26. </tr>
  27. <tr>
  28. <th>URL:</th>
  29. <td><a href="http://aspectj.org/dl">http://aspectj.org/dl</a></td>
  30. </tr>
  31. <tr>
  32. <th>Contact:</th>
  33. <td><a href="mailto:support@aspectj.org">support@aspectj.org</a></td>
  34. </tr>
  35. <tr>
  36. <th>License:</th>
  37. <td>Apache Software License</td>
  38. </tr>
  39. </table>
  40. </subsection>
  41. <subsection name="Anakia">
  42. <p>Actually, Anakia is more than just an Ant task, it is a an
  43. XML transformation tool based on JDOM, Velocity and Ant.</p>
  44. <table>
  45. <tr>
  46. <th>Compatibility:</th>
  47. <td>Ant 1.2 and later</td>
  48. </tr>
  49. <tr>
  50. <th>URL:</th>
  51. <td><a href="http://jakarta.apache.org/velocity/anakia.html">http://jakarta.apache.org/velocity/anakia.html</a></td>
  52. </tr>
  53. <tr>
  54. <th>Contact:</th>
  55. <td><a href="http://jakarta.apache.org/site/mail2.html">Velocity mailing lists</a></td>
  56. </tr>
  57. <tr>
  58. <th>License:</th>
  59. <td>Apache Software License</td>
  60. </tr>
  61. </table>
  62. </subsection>
  63. <subsection name="Checkstyle">
  64. <p>Checkstyle is a development tool to help programmers write
  65. Java code that adheres to a coding standard. Its purpose is to
  66. automate the process of checking Java code, and to spare
  67. humans of this boring (but important) task.</p>
  68. <p>Checkstyle can be run via an Ant task or a command line
  69. utility.</p>
  70. <table>
  71. <tr>
  72. <th>Compatibility:</th>
  73. <td>Ant 1.2 to 1.4.1</td>
  74. </tr>
  75. <tr>
  76. <th>URL:</th>
  77. <td><a href="http://checkstyle.sourceforge.net/">http://checkstyle.sourceforge.net/</a></td>
  78. </tr>
  79. <tr>
  80. <th>Contact:</th>
  81. <td><a href="mailto:checkstyle@puppycrawl.com">Oliver Burn</a></td>
  82. </tr>
  83. <tr>
  84. <th>License:</th>
  85. <td>GNU General Public License</td>
  86. </tr>
  87. </table>
  88. </subsection>
  89. <subsection name="Configure">
  90. <p>Recursive build support (call ant on every package level,
  91. and only build files in that package or in that package and
  92. everything below) with seperation of source and output.</p>
  93. <p>The task generates build files in any subdirectory (except
  94. for CVS-directories) for you. Only place one build.xml file in
  95. the top and call target &apos;setup&apos; or
  96. &apos;rescan&apos;.</p>
  97. <table>
  98. <tr>
  99. <th>Compatibility:</th>
  100. <td>Ant 1.2 and 1.3</td>
  101. </tr>
  102. <tr>
  103. <th>URL:</th>
  104. <td><a href="http://www.dsdelft.nl/~lemval/ant/">http://www.dsdelft.nl/~lemval/ant/</a></td>
  105. </tr>
  106. <tr>
  107. <th>Contact:</th>
  108. <td><a href="mailto:lemval@dsdelft.nl">M.J.P. van Leeuwen</a></td>
  109. </tr>
  110. <tr>
  111. <th>License:</th>
  112. <td>License derived from Apache Software License</td>
  113. </tr>
  114. </table>
  115. </subsection>
  116. <subsection name="Doxygen task">
  117. <p>Ant task for running the Doxygen documentation system.</p>
  118. <table>
  119. <tr>
  120. <th>Compatibility:</th>
  121. <td>Ant 1.1 and later</td>
  122. </tr>
  123. <tr>
  124. <th>URL:</th>
  125. <td><a href="http://www.bgw.org/projects/java/ant/">http://www.bgw.org/projects/java/ant/</a></td>
  126. </tr>
  127. <tr>
  128. <th>Contact:</th>
  129. <td><a href="mailto:mortis@voicenet.com">Kyle R. Burton</a></td>
  130. </tr>
  131. <tr>
  132. <th>License:</th>
  133. <td>Apache Software Foundation License</td>
  134. </tr>
  135. </table>
  136. </subsection>
  137. <subsection name="GenJar">
  138. <p>Builds a JAR file based on class dependencies rather than simply the contents of a directory</p>
  139. <table>
  140. <tr>
  141. <th>Compatibility:</th>
  142. <td>Ant 1.4 alpha (built after 2001/08/04) and later</td>
  143. </tr>
  144. <tr>
  145. <th>URL:</th>
  146. <td><a href="http://www.riggshill.com/projects/genjar/">http://www.riggshill.com/projects/genjar/</a></td>
  147. </tr>
  148. <tr>
  149. <th>Contact:</th>
  150. <td><a href="mailto:jake@riggshill.com">John Kohler</a></td>
  151. </tr>
  152. <tr>
  153. <th>License:</th>
  154. <td>Apache Software Foundation License</td>
  155. </tr>
  156. </table>
  157. </subsection>
  158. <subsection name="Importscrubber">
  159. <p>Removes unnecessary import statements from a Java source code file.</p>
  160. <table>
  161. <tr>
  162. <th>Compatibility:</th>
  163. <td>Ant 1.3</td>
  164. </tr>
  165. <tr>
  166. <th>URL:</th>
  167. <td><a href="http://importscrubber.sourceforge.net/">http://importscrubber.sourceforge.net/</a></td>
  168. </tr>
  169. <tr>
  170. <th>Contact:</th>
  171. <td><a href="mailto:tomcopeland@users.sourceforge.net">Tom Copeland</a></td>
  172. </tr>
  173. <tr>
  174. <th>License:</th>
  175. <td>LGPL</td>
  176. </tr>
  177. </table>
  178. </subsection>
  179. <subsection name="IsDirValidator">
  180. <p>Checks whether a given directory structure conforms to
  181. certain rules that are defined via nested elements of the
  182. task.</p>
  183. <table>
  184. <tr>
  185. <th>Compatibility:</th>
  186. <td>Ant 1.4</td>
  187. </tr>
  188. <tr>
  189. <th>URL:</th>
  190. <td><a href="http://isvalidator.sourceforge.net/en/isDirValidator.htm">http://isvalidator.sourceforge.net/en/isDirValidator.htm</a></td>
  191. </tr>
  192. <tr>
  193. <th>Contact:</th>
  194. <td><a href="mailto:news@inigoserrano.com">I&#xF1;igo Serrano</a></td>
  195. </tr>
  196. <tr>
  197. <th>License:</th>
  198. <td>GNU General Public License</td>
  199. </tr>
  200. </table>
  201. </subsection>
  202. <subsection name="Javamake">
  203. <p>A task to compile Java sources and manage class file
  204. dependencies. Functionality is equivalent to that of standard
  205. Javac and Depend tasks combined, with improved dependency
  206. checking.</p>
  207. <table>
  208. <tr>
  209. <th>Compatibility:</th>
  210. <td>Ant 1.4.1</td>
  211. </tr>
  212. <tr>
  213. <th>URL:</th>
  214. <td><a href="http://www.experimentalstuff.com/Technologies/JavaMake/index.html">http://www.experimentalstuff.com/Technologies/JavaMake/index.html</a></td>
  215. </tr>
  216. <tr>
  217. <th>Contact:</th>
  218. <td><a href="mailto:Mikhail.Dmitriev@eng.sun.com">Mikhail Dmitriev</a></td>
  219. </tr>
  220. <tr>
  221. <th>License:</th>
  222. <td>BSD-like License</td>
  223. </tr>
  224. </table>
  225. </subsection>
  226. <subsection name="J2ME Ant Tasks">
  227. <p>There are two different sets of tasks to help build <a
  228. href="http://java.sun.com/j2me/">Java 2 Platform, Micro
  229. Edition</a> (J2ME) applications.</p>
  230. <p>This set supports CLDC and the K Virtual Machine (KVM):</p>
  231. <table>
  232. <tr>
  233. <th>Compatibility:</th>
  234. <td>Ant 1.3</td>
  235. </tr>
  236. <tr>
  237. <th>URL:</th>
  238. <td><a href="http://www.dribin.org/dave/j2me_ant/">http://www.dribin.org/dave/j2me_ant/</a></td>
  239. </tr>
  240. <tr>
  241. <th>Contact:</th>
  242. <td><a href="mailto:drib@enteract.com">Dave Dribin</a></td>
  243. </tr>
  244. <tr>
  245. <th>License:</th>
  246. <td>Apache Software License</td>
  247. </tr>
  248. </table>
  249. <p>And this set works with the J2ME Wireless Toolkit and MIDP
  250. for PalmOS:</p>
  251. <table>
  252. <tr>
  253. <th>Compatibility:</th>
  254. <td>Ant 1.3</td>
  255. </tr>
  256. <tr>
  257. <th>URL:</th>
  258. <td><a href="http://www.stampysoft.com/ant/">http://www.stampysoft.com/ant/</a></td>
  259. </tr>
  260. <tr>
  261. <th>Contact:</th>
  262. <td><a href="mailto:jeckels@stampysoft.com">Josh Eckels</a></td>
  263. </tr>
  264. <tr>
  265. <th>License:</th>
  266. <td>MIT License</td>
  267. </tr>
  268. </table>
  269. </subsection>
  270. <subsection name="javarec">
  271. <p>Ant tasks that generate record classes for VisualAge for
  272. Java from Cobol copy books.</p>
  273. <table>
  274. <tr>
  275. <th>Compatibility:</th>
  276. <td>Ant 1.4</td>
  277. </tr>
  278. <tr>
  279. <th>URL:</th>
  280. <td><a href="http://glezen.org/javarec/">http://glezen.org/javarec/</a></td>
  281. </tr>
  282. <tr>
  283. <th>Contact:</th>
  284. <td><a href="mailto:pglezen@us.ibm.com">Paul Glezen</a></td>
  285. </tr>
  286. <tr>
  287. <th>License:</th>
  288. <td>Apache Software License</td>
  289. </tr>
  290. </table>
  291. </subsection>
  292. <subsection name="Styler">
  293. <p>The styler task makes useful combinations of XSLT transformations
  294. easy to specify in an Ant build file. Like the built-in Ant task
  295. style, styler can apply a single transformation to a set of XML files.
  296. But it can also:</p>
  297. <ul>
  298. <li>handle multiple transformations, in parallel or pipelined.</li>
  299. <li>enable transformations that split or merge files</li>
  300. <li>process non-XML files, especially HTML (based on JTidy)</li>
  301. <li>apply non-XSLT transformation, especially "regular
  302. fragmentations"</li>
  303. <li>use any custom XMLReader or XMLFilter class to handle new file
  304. formats and transformation techniques.</li>
  305. </ul>
  306. <table>
  307. <tr>
  308. <th>Compatibility:</th>
  309. <td>Ant 1.4</td>
  310. </tr>
  311. <tr>
  312. <th>URL:</th>
  313. <td><a href="http://www.langdale.com.au/styler/">http://www.langdale.com.au/styler/</a></td>
  314. </tr>
  315. <tr>
  316. <th>Contact:</th>
  317. <td><a href="mailto:adv@langdale.com.au">Arnold deVos</a></td>
  318. </tr>
  319. <tr>
  320. <th>License:</th>
  321. <td>LGPL</td>
  322. </tr>
  323. </table>
  324. </subsection>
  325. <subsection name="TiniAnt">
  326. <p>TiniAnt is an Ant task to support building applications for
  327. the <a href="http://www.ibutton.com/TINI/">TINI</a>.</p>
  328. <table>
  329. <tr>
  330. <th>Compatibility:</th>
  331. <td>Ant 1.2 to 1.4.1</td>
  332. </tr>
  333. <tr>
  334. <th>URL:</th>
  335. <td><a href="http://tiniant.sourceforge.net/">http://tiniant.sourceforge.net/</a></td>
  336. </tr>
  337. <tr>
  338. <th>Contact:</th>
  339. <td><a href="mailto:kelly@ad1440.net">Sean Kelly</a></td>
  340. </tr>
  341. <tr>
  342. <th>License:</th>
  343. <td>BSD-like license</td>
  344. </tr>
  345. </table>
  346. </subsection>
  347. <subsection name="Venus Application Publisher's (Vamp) Ant Task Suite">
  348. <p>Venus Application Publisher's (Vamp) Ant Task Suite allows
  349. you to sign and package your applications into relocatable Web
  350. Archives that you can drop into your web server for
  351. single-click launching using Java Web Start or into single
  352. Java Archive installers that serve up their content through a
  353. built-in, multi-threaded, ultra light-weight web server.</p>
  354. <table>
  355. <tr>
  356. <th>Compatibility:</th>
  357. <td>Ant 1.2 and 1.3</td>
  358. </tr>
  359. <tr>
  360. <th>URL:</th>
  361. <td><a href="http://www.geocities.com/vamp201/ant.html">http://www.geocities.com/vamp201/ant.html</a></td>
  362. </tr>
  363. <tr>
  364. <th>Contact:</th>
  365. <td><a href="mailto:vamp201@yahoo.com">Gerald Bauer</a></td>
  366. </tr>
  367. <tr>
  368. <th>License:</th>
  369. <td>GNU General Public License</td>
  370. </tr>
  371. </table>
  372. </subsection>
  373. <subsection name="XDoclet">
  374. <p>XDoclet is an extended Javadoc Doclet engine for use in Ant.
  375. It lets you create custom Javadoc @tags and based on those tags
  376. generates source code or other files (such as xml-ish deployment
  377. descriptors). Templates and matching tasks are provided to generate
  378. EJB and web application deployment descriptors.
  379. </p>
  380. <table>
  381. <tr>
  382. <th>Compatibility:</th>
  383. <td>Ant 1.4</td>
  384. </tr>
  385. <tr>
  386. <th>URL:</th>
  387. <td><a href="http://sourceforge.net/projects/xdoclet/">http://sourceforge.net/projects/xdoclet/</a></td>
  388. </tr>
  389. <tr>
  390. <th>License:</th>
  391. <td>BSD license</td>
  392. </tr>
  393. </table>
  394. </subsection>
  395. </section>
  396. <section name="IDE and Editor Integration">
  397. <subsection name="AntFarm">
  398. <p>A plugin that integrates Ant into the jEdit editor.</p>
  399. <table>
  400. <tr>
  401. <th>Compatibility:</th>
  402. <td>bundles Ant 1.3</td>
  403. </tr>
  404. <tr>
  405. <th>URL:</th>
  406. <td><a href="http://plugins.jedit.org/plugins/AntFarm">http://plugins.jedit.org/plugins/AntFarm</a></td>
  407. </tr>
  408. <tr>
  409. <th>Contact:</th>
  410. <td><a href="mailto:jedit-devel@lists.sourceforge.net">jEdit developers mailinglist</a></td>
  411. </tr>
  412. <tr>
  413. <th>License:</th>
  414. <td>Apache Software License</td>
  415. </tr>
  416. </table>
  417. </subsection>
  418. <subsection name="AntMan">
  419. <p>An AddIn that integrates Ant with the JDeveloper IDE</p>
  420. <table>
  421. <tr>
  422. <th>Compatibility:</th>
  423. <td>Ant 1.4.1</td>
  424. </tr>
  425. <tr>
  426. <th>URL:</th>
  427. <td><a href="http://www.erudra.com/antman/index.html">http://www.erudra.com/antman/index.html</a></td>
  428. </tr>
  429. <tr>
  430. <th>Contact:</th>
  431. <td><a href="mailto:ashok@erudra.com">Ashok Sridhar</a></td>
  432. </tr>
  433. <tr>
  434. <th>License:</th>
  435. <td>GNU General Public License</td>
  436. </tr>
  437. </table>
  438. </subsection>
  439. <subsection name="AntRunner">
  440. <p>An OpenTool that integrates Ant into the JBuilder IDE.</p>
  441. <table>
  442. <tr>
  443. <th>Compatibility:</th>
  444. <td>Ant 1.2 and 1.3</td>
  445. </tr>
  446. <tr>
  447. <th>URL:</th>
  448. <td><a href="http://www.dieter-bogdoll.de/java/AntRunner/">http://www.dieter-bogdoll.de/java/AntRunner/</a></td>
  449. </tr>
  450. <tr>
  451. <th>Contact:</th>
  452. <td><a href="mailto:bogdoll@users.sourceforge.net">Dieter Bogdoll</a></td>
  453. </tr>
  454. <tr>
  455. <th>License:</th>
  456. <td>GNU General Public License</td>
  457. </tr>
  458. </table>
  459. </subsection>
  460. <subsection name="AntWork">
  461. <p>A plugin that integrates Ant into the Jext editor.</p>
  462. <table>
  463. <tr>
  464. <th>Compatibility:</th>
  465. <td>Ant 1.2 and 1.3</td>
  466. </tr>
  467. <tr>
  468. <th>URL:</th>
  469. <td><a href="ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip">ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip</a></td>
  470. </tr>
  471. <tr>
  472. <th>Contact:</th>
  473. <td><a href="mailto:KHartlage@t-online.de">Klaus Hartlage</a></td>
  474. </tr>
  475. <tr>
  476. <th>License:</th>
  477. <td>GNU General Public License</td>
  478. </tr>
  479. </table>
  480. </subsection>
  481. <subsection name="IntelliJ IDEA 2.0">
  482. <p>Java IDE with refactoring support and Ant integration.</p>
  483. <table>
  484. <tr>
  485. <th>Compatibility:</th>
  486. <td>bundles Ant 1.3</td>
  487. </tr>
  488. <tr>
  489. <th>URL:</th>
  490. <td><a href="http://www.intellij.com/idea/">http://www.intellij.com/idea/</a></td>
  491. </tr>
  492. <tr>
  493. <th>Contact:</th>
  494. <td><a href="mailto:support@intellij.com">support@intellij.com</a></td>
  495. </tr>
  496. <tr>
  497. <th>License:</th>
  498. <td>Commercial</td>
  499. </tr>
  500. </table>
  501. </subsection>
  502. <subsection name="JDE(E) 2.2.8">
  503. <p>The Java Development Environment for Emacs (JDEE) supports
  504. Apache Ant as one of three built-in ways to build your
  505. applications.</p>
  506. <table>
  507. <tr>
  508. <th>Compatibility:</th>
  509. <td>Ant 1.2 and later</td>
  510. </tr>
  511. <tr>
  512. <th>URL:</th>
  513. <td><a href="http://jde.sunsite.dk/">http://jde.sunsite.dk/</a></td>
  514. </tr>
  515. <tr>
  516. <th>Contact:</th>
  517. <td><a href="mailto:jde-subscribe@sunsite.auc.dk">JDEE Mailing list.</a></td>
  518. </tr>
  519. <tr>
  520. <th>License:</th>
  521. <td>GNU General Public License</td>
  522. </tr>
  523. </table>
  524. </subsection>
  525. <subsection name="NetBeans / Forte for Java">
  526. <p>A module that integrates Ant into the NetBeans or Forte for Java IDEs.</p>
  527. <table>
  528. <tr>
  529. <th>Compatibility:</th>
  530. <td>bundles Ant 1.4.1</td>
  531. </tr>
  532. <tr>
  533. <th>URL:</th>
  534. <td><a href="http://ant.netbeans.org/">http://ant.netbeans.org/</a></td>
  535. </tr>
  536. <tr>
  537. <th>Contact:</th>
  538. <td><a href="mailto:nbdev@netbeans.org">nbdev@netbeans.org</a></td>
  539. </tr>
  540. <tr>
  541. <th>License:</th>
  542. <td>Sun Public License</td>
  543. </tr>
  544. </table>
  545. </subsection>
  546. <subsection name="HP RadPak">
  547. <p>
  548. RadPak comes with the (free) HP Bluestone HPAS J2EE server, and is primarily
  549. a GUI tool for packaging and deploying java web and EJB applications
  550. as WAR and EAR files. The tool is ant based, and can be used with
  551. as a GUI for general ant development, providing form based entry
  552. of task attributes, and an animated display of task
  553. execution.
  554. </p>
  555. <table>
  556. <tr>
  557. <th>Compatibility:</th>
  558. <td>bundles Ant 1.3 and docs; adds a jar of extra tasks
  559. to any existing ant installation under ANT_HOME</td>
  560. </tr>
  561. <tr>
  562. <th>URL:</th>
  563. <td><a href="http://www.bluestone.com/products/hp-as/">http://www.bluestone.com/products/hp-as/</a></td>
  564. </tr>
  565. <tr>
  566. <th>License:</th>
  567. <td>Proprietary but free to download</td>
  568. </tr>
  569. </table>
  570. </subsection>
  571. </section>
  572. <section name="Other">
  573. <subsection name="AntHill">
  574. <p>Anthill is a build tool that promotes a controlled build
  575. process by ensuring that every build reflects the source
  576. repository contents and tagging the repository with a unique
  577. build number after every build. Anthill also encourages the
  578. sharing of knowledge within an organization by automatically
  579. updating a project intranet site with artifacts from the
  580. latest build.</p>
  581. <table>
  582. <tr>
  583. <th>Compatibility:</th>
  584. <td>bundles Ant 1.3, is compatible with Ant 1.3 to 1.4.1</td>
  585. </tr>
  586. <tr>
  587. <th>URL:</th>
  588. <td><a href="http://www.urbancode.com/projects/anthill/">http://www.urbancode.com/projects/anthill/</a></td>
  589. </tr>
  590. <tr>
  591. <th>Contact:</th>
  592. <td><a href ='mailto:mbz@urbancode.com'>Maciej Zawadzki</a></td>
  593. </tr>
  594. <tr>
  595. <th>License:</th>
  596. <td>Mozilla-like license</td>
  597. </tr>
  598. </table>
  599. </subsection>
  600. <subsection name="CruiseControl">
  601. <p>CruiseControl is a tool for setting up a continuous build
  602. process. CruiseControl provides an Ant wrapper and a set of
  603. tasks to automate the checkout/build/test cycle. CruiseControl
  604. also comes bundled with a servlet for viewing the status of
  605. the current build, as well as previous build results.</p>
  606. <table>
  607. <tr>
  608. <th>Compatibility:</th>
  609. <td>Ant 1.2 and higher</td>
  610. </tr>
  611. <tr>
  612. <th>URL:</th>
  613. <td><a href="http://cruisecontrol.sourceforge.net/">http://cruisecontrol.sourceforge.net/</a></td>
  614. </tr>
  615. <tr>
  616. <th>Contact:</th>
  617. <td><a href ='http://cruisecontrol.sourceforge.net/contact.html'>Project Mailing Lists and Administrators</a></td>
  618. </tr>
  619. <tr>
  620. <th>License:</th>
  621. <td>Release 1.0 has been licensed under the GNU General Public
  622. License. Starting with release 1.1 the license has been
  623. changed to a BSD-like license.</td>
  624. </tr>
  625. </table>
  626. </subsection>
  627. <subsection name="Rant">
  628. <p>Rant stands for Remote Ant. It is a distributed build
  629. system that allows an Ant build file to launch builds on other
  630. systems and receive exceptions should they occur.</p>
  631. <table>
  632. <tr>
  633. <th>Compatibility:</th>
  634. <td>Ant 1.4</td>
  635. </tr>
  636. <tr>
  637. <th>URL:</th>
  638. <td><a href="http://sourceforge.net/projects/remoteant/">http://sourceforge.net/projects/remoteant/</a></td>
  639. </tr>
  640. <tr>
  641. <th>Contact:</th>
  642. <td><a href="mailto:cnelson@einnovation.com">Chris Nelson</a></td>
  643. </tr>
  644. <tr>
  645. <th>License:</th>
  646. <td>MIT License</td>
  647. </tr>
  648. </table>
  649. </subsection>
  650. <subsection name="XML Publication">
  651. <p>XML Publication is a set of tools to generate Web pages
  652. from desktop documents or other structured documents using
  653. XSLT and Ant.</p>
  654. <table>
  655. <tr>
  656. <th>Compatibility:</th>
  657. <td>Ant 1.4</td>
  658. </tr>
  659. <tr>
  660. <th>URL:</th>
  661. <td><a href="http://XMLpublication.org/">http://XMLpublication.org/</a></td>
  662. </tr>
  663. <tr>
  664. <th>Contact:</th>
  665. <td><a href ="mailto:jmvanel@free.fr">Jean-Marc Vanel</a></td>
  666. </tr>
  667. <tr>
  668. <th>License:</th>
  669. <td>GNU General Public License.</td>
  670. </tr>
  671. </table>
  672. </subsection>
  673. </section>
  674. </body>
  675. </document>