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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654
  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="Javamake">
  180. <p>A task to compile Java sources and manage class file
  181. dependencies. Functionality is equivalent to that of standard
  182. Javac and Depend tasks combined, with improved dependency
  183. checking.</p>
  184. <table>
  185. <tr>
  186. <th>Compatibility:</th>
  187. <td>Ant 1.4.1</td>
  188. </tr>
  189. <tr>
  190. <th>URL:</th>
  191. <td><a href="http://www.experimentalstuff.com/Technologies/JavaMake/index.html">http://www.experimentalstuff.com/Technologies/JavaMake/index.html</a></td>
  192. </tr>
  193. <tr>
  194. <th>Contact:</th>
  195. <td><a href="mailto:Mikhail.Dmitriev@eng.sun.com">Mikhail Dmitriev</a></td>
  196. </tr>
  197. <tr>
  198. <th>License:</th>
  199. <td>BSD-like License</td>
  200. </tr>
  201. </table>
  202. </subsection>
  203. <subsection name="J2ME Ant Tasks">
  204. <p>There are two different sets of tasks to help build <a
  205. href="http://java.sun.com/j2me/">Java 2 Platform, Micro
  206. Edition</a> (J2ME) applications.</p>
  207. <p>This set supports CLDC and the K Virtual Machine (KVM):</p>
  208. <table>
  209. <tr>
  210. <th>Compatibility:</th>
  211. <td>Ant 1.3</td>
  212. </tr>
  213. <tr>
  214. <th>URL:</th>
  215. <td><a href="http://www.dribin.org/dave/j2me_ant/">http://www.dribin.org/dave/j2me_ant/</a></td>
  216. </tr>
  217. <tr>
  218. <th>Contact:</th>
  219. <td><a href="mailto:drib@enteract.com">Dave Dribin</a></td>
  220. </tr>
  221. <tr>
  222. <th>License:</th>
  223. <td>Apache Software License</td>
  224. </tr>
  225. </table>
  226. <p>And this set works with the J2ME Wireless Toolkit and MIDP
  227. for PalmOS:</p>
  228. <table>
  229. <tr>
  230. <th>Compatibility:</th>
  231. <td>Ant 1.3</td>
  232. </tr>
  233. <tr>
  234. <th>URL:</th>
  235. <td><a href="http://www.stampysoft.com/ant/">http://www.stampysoft.com/ant/</a></td>
  236. </tr>
  237. <tr>
  238. <th>Contact:</th>
  239. <td><a href="mailto:jeckels@stampysoft.com">Josh Eckels</a></td>
  240. </tr>
  241. <tr>
  242. <th>License:</th>
  243. <td>MIT License</td>
  244. </tr>
  245. </table>
  246. </subsection>
  247. <subsection name="javarec">
  248. <p>Ant tasks that generate record classes for VisualAge for
  249. Java from Cobol copy books.</p>
  250. <table>
  251. <tr>
  252. <th>Compatibility:</th>
  253. <td>Ant 1.4</td>
  254. </tr>
  255. <tr>
  256. <th>URL:</th>
  257. <td><a href="http://glezen.org/javarec/">http://glezen.org/javarec/</a></td>
  258. </tr>
  259. <tr>
  260. <th>Contact:</th>
  261. <td><a href="mailto:pglezen@us.ibm.com">Paul Glezen</a></td>
  262. </tr>
  263. <tr>
  264. <th>License:</th>
  265. <td>Apache Software License</td>
  266. </tr>
  267. </table>
  268. </subsection>
  269. <subsection name="TiniAnt">
  270. <p>TiniAnt is an Ant task to support building applications for
  271. the <a href="http://www.ibutton.com/TINI/">TINI</a>.</p>
  272. <table>
  273. <tr>
  274. <th>Compatibility:</th>
  275. <td>Ant 1.2 to 1.4.1</td>
  276. </tr>
  277. <tr>
  278. <th>URL:</th>
  279. <td><a href="http://tiniant.sourceforge.net/">http://tiniant.sourceforge.net/</a></td>
  280. </tr>
  281. <tr>
  282. <th>Contact:</th>
  283. <td><a href="mailto:kelly@ad1440.net">Sean Kelly</a></td>
  284. </tr>
  285. <tr>
  286. <th>License:</th>
  287. <td>BSD-like license</td>
  288. </tr>
  289. </table>
  290. </subsection>
  291. <subsection name="Venus Application Publisher's (Vamp) Ant Task Suite">
  292. <p>Venus Application Publisher's (Vamp) Ant Task Suite allows
  293. you to sign and package your applications into relocatable Web
  294. Archives that you can drop into your web server for
  295. single-click launching using Java Web Start or into single
  296. Java Archive installers that serve up their content through a
  297. built-in, multi-threaded, ultra light-weight web server.</p>
  298. <table>
  299. <tr>
  300. <th>Compatibility:</th>
  301. <td>Ant 1.2 and 1.3</td>
  302. </tr>
  303. <tr>
  304. <th>URL:</th>
  305. <td><a href="http://www.geocities.com/vamp201/ant.html">http://www.geocities.com/vamp201/ant.html</a></td>
  306. </tr>
  307. <tr>
  308. <th>Contact:</th>
  309. <td><a href="mailto:vamp201@yahoo.com">Gerald Bauer</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="XDoclet">
  318. <p>XDoclet is an extended Javadoc Doclet engine for use in Ant.
  319. It lets you create custom Javadoc @tags and based on those tags
  320. generates source code or other files (such as xml-ish deployment
  321. descriptors). Templates and matching tasks are provided to generate
  322. EJB and web application deployment descriptors.
  323. </p>
  324. <table>
  325. <tr>
  326. <th>Compatibility:</th>
  327. <td>Ant 1.4</td>
  328. </tr>
  329. <tr>
  330. <th>URL:</th>
  331. <td><a href="http://sourceforge.net/projects/xdoclet/">http://sourceforge.net/projects/xdoclet/</a></td>
  332. </tr>
  333. <tr>
  334. <th>License:</th>
  335. <td>BSD license</td>
  336. </tr>
  337. </table>
  338. </subsection>
  339. </section>
  340. <section name="IDE and Editor Integration">
  341. <subsection name="AntFarm">
  342. <p>A plugin that integrates Ant into the jEdit editor.</p>
  343. <table>
  344. <tr>
  345. <th>Compatibility:</th>
  346. <td>bundles Ant 1.3</td>
  347. </tr>
  348. <tr>
  349. <th>URL:</th>
  350. <td><a href="http://plugins.jedit.org/plugins/AntFarm">http://plugins.jedit.org/plugins/AntFarm</a></td>
  351. </tr>
  352. <tr>
  353. <th>Contact:</th>
  354. <td><a href="mailto:jedit-devel@lists.sourceforge.net">jEdit developers mailinglist</a></td>
  355. </tr>
  356. <tr>
  357. <th>License:</th>
  358. <td>Apache Software License</td>
  359. </tr>
  360. </table>
  361. </subsection>
  362. <subsection name="AntRunner">
  363. <p>An OpenTool that integrates Ant into the JBuilder IDE.</p>
  364. <table>
  365. <tr>
  366. <th>Compatibility:</th>
  367. <td>Ant 1.2 and 1.3</td>
  368. </tr>
  369. <tr>
  370. <th>URL:</th>
  371. <td><a href="http://www.dieter-bogdoll.de/java/AntRunner/">http://www.dieter-bogdoll.de/java/AntRunner/</a></td>
  372. </tr>
  373. <tr>
  374. <th>Contact:</th>
  375. <td><a href="mailto:bogdoll@users.sourceforge.net">Dieter Bogdoll</a></td>
  376. </tr>
  377. <tr>
  378. <th>License:</th>
  379. <td>GNU General Public License</td>
  380. </tr>
  381. </table>
  382. </subsection>
  383. <subsection name="AntWork">
  384. <p>A plugin that integrates Ant into the Jext editor.</p>
  385. <table>
  386. <tr>
  387. <th>Compatibility:</th>
  388. <td>Ant 1.2 and 1.3</td>
  389. </tr>
  390. <tr>
  391. <th>URL:</th>
  392. <td><a href="ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip">ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip</a></td>
  393. </tr>
  394. <tr>
  395. <th>Contact:</th>
  396. <td><a href="mailto:KHartlage@t-online.de">Klaus Hartlage</a></td>
  397. </tr>
  398. <tr>
  399. <th>License:</th>
  400. <td>GNU General Public License</td>
  401. </tr>
  402. </table>
  403. </subsection>
  404. <subsection name="IntelliJ IDEA 2.0">
  405. <p>Java IDE with refactoring support and Ant integration.</p>
  406. <table>
  407. <tr>
  408. <th>Compatibility:</th>
  409. <td>bundles Ant 1.3</td>
  410. </tr>
  411. <tr>
  412. <th>URL:</th>
  413. <td><a href="http://www.intellij.com/idea/">http://www.intellij.com/idea/</a></td>
  414. </tr>
  415. <tr>
  416. <th>Contact:</th>
  417. <td><a href="mailto:support@intellij.com">support@intellij.com</a></td>
  418. </tr>
  419. <tr>
  420. <th>License:</th>
  421. <td>Commercial</td>
  422. </tr>
  423. </table>
  424. </subsection>
  425. <subsection name="JDE(E) 2.2.8">
  426. <p>The Java Development Environment for Emacs (JDEE) supports
  427. Apache Ant as one of three built-in ways to build your
  428. applications.</p>
  429. <table>
  430. <tr>
  431. <th>Compatibility:</th>
  432. <td>Ant 1.2 and later</td>
  433. </tr>
  434. <tr>
  435. <th>URL:</th>
  436. <td><a href="http://jde.sunsite.dk/">http://jde.sunsite.dk/</a></td>
  437. </tr>
  438. <tr>
  439. <th>Contact:</th>
  440. <td><a href="mailto:jde-subscribe@sunsite.auc.dk">JDEE Mailing list.</a></td>
  441. </tr>
  442. <tr>
  443. <th>License:</th>
  444. <td>GNU General Public License</td>
  445. </tr>
  446. </table>
  447. </subsection>
  448. <subsection name="NetBeans / Forte for Java">
  449. <p>A module that integrates Ant into the NetBeans or Forte for Java IDEs.</p>
  450. <table>
  451. <tr>
  452. <th>Compatibility:</th>
  453. <td>bundles Ant 1.4.1</td>
  454. </tr>
  455. <tr>
  456. <th>URL:</th>
  457. <td><a href="http://ant.netbeans.org/">http://ant.netbeans.org/</a></td>
  458. </tr>
  459. <tr>
  460. <th>Contact:</th>
  461. <td><a href="mailto:nbdev@netbeans.org">nbdev@netbeans.org</a></td>
  462. </tr>
  463. <tr>
  464. <th>License:</th>
  465. <td>Sun Public License</td>
  466. </tr>
  467. </table>
  468. </subsection>
  469. <subsection name="HP RadPak">
  470. <p>
  471. RadPak comes with the (free) HP Bluestone HPAS J2EE server, and is primarily
  472. a GUI tool for packaging and deploying java web and EJB applications
  473. as WAR and EAR files. The tool is ant based, and can be used with
  474. as a GUI for general ant development, providing form based entry
  475. of task attributes, and an animated display of task
  476. execution.
  477. </p>
  478. <table>
  479. <tr>
  480. <th>Compatibility:</th>
  481. <td>bundles Ant 1.3 and docs; adds a jar of extra tasks
  482. to any existing ant installation under ANT_HOME</td>
  483. </tr>
  484. <tr>
  485. <th>URL:</th>
  486. <td><a href="http://www.bluestone.com/products/hp-as/">http://www.bluestone.com/products/hp-as/</a></td>
  487. </tr>
  488. <tr>
  489. <th>License:</th>
  490. <td>Proprietary but free to download</td>
  491. </tr>
  492. </table>
  493. </subsection>
  494. </section>
  495. <section name="Other">
  496. <subsection name="AntHill">
  497. <p>Anthill is a build tool that promotes a controlled build
  498. process by ensuring that every build reflects the source
  499. repository contents and tagging the repository with a unique
  500. build number after every build. Anthill also encourages the
  501. sharing of knowledge within an organization by automatically
  502. updating a project intranet site with artifacts from the
  503. latest build.</p>
  504. <table>
  505. <tr>
  506. <th>Compatibility:</th>
  507. <td>bundles Ant 1.3, is compatible with Ant 1.3 to 1.4.1</td>
  508. </tr>
  509. <tr>
  510. <th>URL:</th>
  511. <td><a href="http://www.urbancode.com/projects/anthill/">http://www.urbancode.com/projects/anthill/</a></td>
  512. </tr>
  513. <tr>
  514. <th>Contact:</th>
  515. <td><a href ='mailto:mbz@urbancode.com'>Maciej Zawadzki</a></td>
  516. </tr>
  517. <tr>
  518. <th>License:</th>
  519. <td>Mozilla-like license</td>
  520. </tr>
  521. </table>
  522. </subsection>
  523. <subsection name="CruiseControl">
  524. <p>CruiseControl is a tool for setting up a continuous build
  525. process. CruiseControl provides an Ant wrapper and a set of
  526. tasks to automate the checkout/build/test cycle. CruiseControl
  527. also comes bundled with a servlet for viewing the status of
  528. the current build, as well as previous build results.</p>
  529. <table>
  530. <tr>
  531. <th>Compatibility:</th>
  532. <td>Ant 1.2 and higher</td>
  533. </tr>
  534. <tr>
  535. <th>URL:</th>
  536. <td><a href="http://cruisecontrol.sourceforge.net/">http://cruisecontrol.sourceforge.net/</a></td>
  537. </tr>
  538. <tr>
  539. <th>Contact:</th>
  540. <td><a href ='http://cruisecontrol.sourceforge.net/contact.html'>Project Mailing Lists and Administrators</a></td>
  541. </tr>
  542. <tr>
  543. <th>License:</th>
  544. <td>Release 1.0 has been licensed under the GNU General Public
  545. License. Starting with release 1.1 the license has been
  546. changed to a BSD-like license.</td>
  547. </tr>
  548. </table>
  549. </subsection>
  550. <subsection name="XML Publication">
  551. <p>XML Publication is a set of tools to generate Web pages
  552. from desktop documents or other structured documents using
  553. XSLT and Ant.</p>
  554. <table>
  555. <tr>
  556. <th>Compatibility:</th>
  557. <td>Ant 1.4</td>
  558. </tr>
  559. <tr>
  560. <th>URL:</th>
  561. <td><a href="http://XMLpublication.org/">http://XMLpublication.org/</a></td>
  562. </tr>
  563. <tr>
  564. <th>Contact:</th>
  565. <td><a href ="mailto:jmvanel@free.fr">Jean-Marc Vanel</a></td>
  566. </tr>
  567. <tr>
  568. <th>License:</th>
  569. <td>GNU General Public License.</td>
  570. </tr>
  571. </table>
  572. </subsection>
  573. </section>
  574. </body>
  575. </document>