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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108
  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="Anteater">
  64. <p>Anteater is a set of Ant tasks for the functional testing of websites
  65. and web services (functional testing being; hit a URL and ensure the
  66. response meets certain criteria). Can test HTTP params, response
  67. codes, XPath, regexp and Relax NG expressions. Includes HTML reporting
  68. (based on junitreport) and a hierarchical grouping system for quickly
  69. configuring large test scripts.
  70. </p>
  71. <table>
  72. <tr>
  73. <th>Compatibility:</th>
  74. <td>Ant 1.5 and later</td>
  75. </tr>
  76. <tr>
  77. <th>URL:</th>
  78. <td><a href="http://aft.sourceforge.net">http://aft.sourceforge.net</a></td>
  79. </tr>
  80. <tr>
  81. <th>Contact:</th>
  82. <td><a href="http://lists.sourceforge.net/lists/listinfo/aft-devel">developer
  83. mailing list</a></td>
  84. </tr>
  85. <tr>
  86. <th>License:</th>
  87. <td>Apache Software License</td>
  88. </tr>
  89. </table>
  90. </subsection>
  91. <subsection name="Checkstyle">
  92. <p>Checkstyle is a development tool to help programmers write
  93. Java code that adheres to a coding standard. Its purpose is to
  94. automate the process of checking Java code, and to spare
  95. humans of this boring (but important) task.</p>
  96. <p>Checkstyle can be run via an Ant task or a command line
  97. utility.</p>
  98. <table>
  99. <tr>
  100. <th>Compatibility:</th>
  101. <td>Ant 1.2 to 1.4.1</td>
  102. </tr>
  103. <tr>
  104. <th>URL:</th>
  105. <td><a href="http://checkstyle.sourceforge.net/">http://checkstyle.sourceforge.net/</a></td>
  106. </tr>
  107. <tr>
  108. <th>Contact:</th>
  109. <td><a href="mailto:checkstyle@puppycrawl.com">Oliver Burn</a></td>
  110. </tr>
  111. <tr>
  112. <th>License:</th>
  113. <td>Starting with release 2.0 the license is the GNU
  114. Lesser General Public License. Prior releases were under
  115. the GNU General Public License.</td>
  116. </tr>
  117. </table>
  118. </subsection>
  119. <subsection name="CleanImports">
  120. <p>Removes unneeded imports. Formats your import
  121. sections. Flags ambiguous imports.</p>
  122. <table>
  123. <tr>
  124. <th>Compatibility:</th>
  125. <td>Ant 1.3</td>
  126. </tr>
  127. <tr>
  128. <th>URL:</th>
  129. <td><a href="http://www.euronet.nl/users/tomb/cleanImports/index.html">http://www.euronet.nl/users/tomb/cleanImports/index.html</a></td>
  130. </tr>
  131. <tr>
  132. <th>Contact:</th>
  133. <td><a href="mailto:tomb@euronet.nl">Tom Brus</a></td>
  134. </tr>
  135. <tr>
  136. <th>License:</th>
  137. <td>Apache Software License</td>
  138. </tr>
  139. </table>
  140. </subsection>
  141. <subsection name="Clover">
  142. <p>Clover is an Ant-based Code Coverage tool. It can be used
  143. seamlessly with Ant-based projects. It provides method,
  144. statement, and branch coverage analysis, and has rich
  145. reporting in XML, HTML or via a Swing GUI.</p>
  146. <table>
  147. <tr>
  148. <th>Compatibility:</th>
  149. <td>Ant 1.4.1 or greater</td>
  150. </tr>
  151. <tr>
  152. <th>URL:</th>
  153. <td><a href="http://www.thecortex.net/clover">http://www.thecortex.net/clover</a></td>
  154. </tr>
  155. <tr>
  156. <th>Contact:</th>
  157. <td><a href="mailto:clover-support@cortexebusiness.com.au">clover-support@cortexebusiness.com.au</a></td>
  158. </tr>
  159. <tr>
  160. <th>License:</th>
  161. <td>Commercial, free licenses available for open source
  162. projects.</td>
  163. </tr>
  164. </table>
  165. </subsection>
  166. <subsection name="Configure">
  167. <p>Recursive build support (call ant on every package level,
  168. and only build files in that package or in that package and
  169. everything below) with seperation of source and output.</p>
  170. <p>The task generates build files in any subdirectory (except
  171. for CVS-directories) for you. Only place one build.xml file in
  172. the top and call target &apos;setup&apos; or
  173. &apos;rescan&apos;.</p>
  174. <table>
  175. <tr>
  176. <th>Compatibility:</th>
  177. <td>Ant 1.2 and 1.3</td>
  178. </tr>
  179. <tr>
  180. <th>URL:</th>
  181. <td><a href="http://www.dsdelft.nl/~lemval/ant/">http://www.dsdelft.nl/~lemval/ant/</a></td>
  182. </tr>
  183. <tr>
  184. <th>Contact:</th>
  185. <td><a href="mailto:lemval@dsdelft.nl">M.J.P. van Leeuwen</a></td>
  186. </tr>
  187. <tr>
  188. <th>License:</th>
  189. <td>License derived from Apache Software License</td>
  190. </tr>
  191. </table>
  192. </subsection>
  193. <subsection name="CVSGrab">
  194. <p>A little CVS client that can be useful when people are
  195. behind corporate firewall that blocks any cvs
  196. communications. It uses the ViewCVS web interface to access
  197. the CVS repository via standard http, and downloads all the
  198. files present in it.</p>
  199. <p>It works from the command line or as an Ant task.</p>
  200. <table>
  201. <tr>
  202. <th>Compatibility:</th>
  203. <td>Ant 1.3 or higher</td>
  204. </tr>
  205. <tr>
  206. <th>URL:</th>
  207. <td><a href="http://cvsgrab.sourceforge.net/">http://cvsgrab.sourceforge.net/</a></td>
  208. </tr>
  209. <tr>
  210. <th>Contact:</th>
  211. <td><a href="mailto:cvsgrab-users@lists.sourceforge.net">CVSGrab
  212. user mailing list</a></td>
  213. </tr>
  214. <tr>
  215. <th>License:</th>
  216. <td>LGPL</td>
  217. </tr>
  218. </table>
  219. </subsection>
  220. <subsection name="Doxygen task">
  221. <p>There are two Ant tasks for running the Doxygen
  222. documentation system.</p>
  223. <table>
  224. <tr>
  225. <th>Compatibility:</th>
  226. <td>Ant 1.1 and later</td>
  227. </tr>
  228. <tr>
  229. <th>URL:</th>
  230. <td><a href="http://www.bgw.org/projects/java/ant/">http://www.bgw.org/projects/java/ant/</a></td>
  231. </tr>
  232. <tr>
  233. <th>Contact:</th>
  234. <td><a href="mailto:mortis@voicenet.com">Kyle R. Burton</a></td>
  235. </tr>
  236. <tr>
  237. <th>License:</th>
  238. <td>Apache Software Foundation License</td>
  239. </tr>
  240. </table>
  241. <p>and</p>
  242. <table>
  243. <tr>
  244. <th>Compatibility:</th>
  245. <td>Ant 1.5 and later</td>
  246. </tr>
  247. <tr>
  248. <th>URL:</th>
  249. <td><a href="http://ant-doxygen.sourceforge.net">http://ant-doxygen.sourceforge.net</a></td>
  250. </tr>
  251. <tr>
  252. <th>Contact:</th>
  253. <td><a href="mailto:akkumar@users.sourceforge.net">Karthik A Kumar</a></td>
  254. </tr>
  255. <tr>
  256. <th>License:</th>
  257. <td>Apache Software Foundation License</td>
  258. </tr>
  259. </table>
  260. </subsection>
  261. <subsection name="GenJar">
  262. <p>Builds a JAR file based on class dependencies rather than simply the contents of a directory</p>
  263. <table>
  264. <tr>
  265. <th>Compatibility:</th>
  266. <td>Ant 1.4 alpha (built after 2001/08/04) and later</td>
  267. </tr>
  268. <tr>
  269. <th>URL:</th>
  270. <td><a href="http://genjar.sourceforge.net/">http://genjar.sourceforge.net/</a></td>
  271. </tr>
  272. <tr>
  273. <th>Contact:</th>
  274. <td><a href="mailto:jesse_dev@yahoo.com">Jesse Stockall</a></td>
  275. </tr>
  276. <tr>
  277. <th>License:</th>
  278. <td>Apache Software Foundation License</td>
  279. </tr>
  280. </table>
  281. </subsection>
  282. <subsection name="Importscrubber">
  283. <p>Removes unnecessary import statements from a Java source code file.</p>
  284. <table>
  285. <tr>
  286. <th>Compatibility:</th>
  287. <td>Ant 1.3</td>
  288. </tr>
  289. <tr>
  290. <th>URL:</th>
  291. <td><a href="http://importscrubber.sourceforge.net/">http://importscrubber.sourceforge.net/</a></td>
  292. </tr>
  293. <tr>
  294. <th>Contact:</th>
  295. <td><a href="mailto:tomcopeland@users.sourceforge.net">Tom Copeland</a></td>
  296. </tr>
  297. <tr>
  298. <th>License:</th>
  299. <td>LGPL</td>
  300. </tr>
  301. </table>
  302. </subsection>
  303. <subsection name="IsDirValidator">
  304. <p>Checks whether a given directory structure conforms to
  305. certain rules that are defined via nested elements of the
  306. task.</p>
  307. <table>
  308. <tr>
  309. <th>Compatibility:</th>
  310. <td>Ant 1.4</td>
  311. </tr>
  312. <tr>
  313. <th>URL:</th>
  314. <td><a href="http://isvalidator.sourceforge.net/en/isDirValidator.htm">http://isvalidator.sourceforge.net/en/isDirValidator.htm</a></td>
  315. </tr>
  316. <tr>
  317. <th>Contact:</th>
  318. <td><a href="mailto:news@inigoserrano.com">I&#xF1;igo Serrano</a></td>
  319. </tr>
  320. <tr>
  321. <th>License:</th>
  322. <td>GNU General Public License</td>
  323. </tr>
  324. </table>
  325. </subsection>
  326. <subsection name="Jalopy">
  327. <p>An Ant Plug-in for the Java Source Code Formatter
  328. Jalopy.</p>
  329. <table>
  330. <tr>
  331. <th>Compatibility:</th>
  332. <td>Ant 1.4 (or higher)</td>
  333. </tr>
  334. <tr>
  335. <th>URL:</th>
  336. <td><a href="http://jalopy.sourceforge.net">http://jalopy.sourceforge.net</a></td>
  337. </tr>
  338. <tr>
  339. <th>Contact:</th>
  340. <td><a href="http://jalopy.sf.net/contact.html">http://jalopy.sf.net/contact.html</a></td>
  341. </tr>
  342. <tr>
  343. <th>License:</th>
  344. <td>Starting with release 1.0 Beta 6 the license is the
  345. BSD License. Prior releases were under the GNU General
  346. Public License.</td>
  347. </tr>
  348. </table>
  349. </subsection>
  350. <subsection name="Javamake">
  351. <p>A task to compile Java sources and manage class file
  352. dependencies. Functionality is equivalent to that of standard
  353. Javac and Depend tasks combined, with improved dependency
  354. checking.</p>
  355. <table>
  356. <tr>
  357. <th>Compatibility:</th>
  358. <td>Ant 1.4.1</td>
  359. </tr>
  360. <tr>
  361. <th>URL:</th>
  362. <td><a href="http://www.experimentalstuff.com/Technologies/JavaMake/index.html">http://www.experimentalstuff.com/Technologies/JavaMake/index.html</a></td>
  363. </tr>
  364. <tr>
  365. <th>Contact:</th>
  366. <td><a href="mailto:Mikhail.Dmitriev@eng.sun.com">Mikhail Dmitriev</a></td>
  367. </tr>
  368. <tr>
  369. <th>License:</th>
  370. <td>BSD-like License</td>
  371. </tr>
  372. </table>
  373. </subsection>
  374. <subsection name="J2ME Ant Tasks">
  375. <p>There are two different sets of tasks to help build <a
  376. href="http://java.sun.com/j2me/">Java 2 Platform, Micro
  377. Edition</a> (J2ME) applications.</p>
  378. <p>This set supports CLDC and the K Virtual Machine (KVM):</p>
  379. <table>
  380. <tr>
  381. <th>Compatibility:</th>
  382. <td>Ant 1.3</td>
  383. </tr>
  384. <tr>
  385. <th>URL:</th>
  386. <td><a href="http://www.dribin.org/dave/j2me_ant/">http://www.dribin.org/dave/j2me_ant/</a></td>
  387. </tr>
  388. <tr>
  389. <th>Contact:</th>
  390. <td><a href="mailto:drib@enteract.com">Dave Dribin</a></td>
  391. </tr>
  392. <tr>
  393. <th>License:</th>
  394. <td>Apache Software License</td>
  395. </tr>
  396. </table>
  397. <p>And this set works with the J2ME Wireless Toolkit and MIDP
  398. for PalmOS:</p>
  399. <table>
  400. <tr>
  401. <th>Compatibility:</th>
  402. <td>Ant 1.3</td>
  403. </tr>
  404. <tr>
  405. <th>URL:</th>
  406. <td><a href="http://www.stampysoft.com/ant/">http://www.stampysoft.com/ant/</a></td>
  407. </tr>
  408. <tr>
  409. <th>Contact:</th>
  410. <td><a href="mailto:jeckels@stampysoft.com">Josh Eckels</a></td>
  411. </tr>
  412. <tr>
  413. <th>License:</th>
  414. <td>MIT License</td>
  415. </tr>
  416. </table>
  417. </subsection>
  418. <subsection name="javarec">
  419. <p>Ant tasks that generate record classes for VisualAge for
  420. Java from Cobol copy books.</p>
  421. <table>
  422. <tr>
  423. <th>Compatibility:</th>
  424. <td>Ant 1.4</td>
  425. </tr>
  426. <tr>
  427. <th>URL:</th>
  428. <td><a href="http://glezen.org/javarec/">http://glezen.org/javarec/</a></td>
  429. </tr>
  430. <tr>
  431. <th>Contact:</th>
  432. <td><a href="mailto:pglezen@us.ibm.com">Paul Glezen</a></td>
  433. </tr>
  434. <tr>
  435. <th>License:</th>
  436. <td>Apache Software License</td>
  437. </tr>
  438. </table>
  439. </subsection>
  440. <subsection name="Jing Task">
  441. <p> Validates XML files against the RELAX NG alternative to XML Schema.
  442. The Jing task for Ant allows you to efficiently validate
  443. multiple files against multiple RELAX NG patterns and integrate
  444. RELAX NG validation with other XML processing.</p>
  445. <table>
  446. <tr>
  447. <th>Compatibility:</th>
  448. <td>Ant 1.4 and later</td>
  449. </tr>
  450. <tr>
  451. <th>URL:</th>
  452. <td><a href="http://www.thaiopensource.com/relaxng/jing-ant.html">
  453. http://www.thaiopensource.com/relaxng/jing-ant.html</a></td>
  454. </tr>
  455. <tr>
  456. <th>License:</th>
  457. <td>BSD-like</td>
  458. </tr>
  459. </table>
  460. </subsection>
  461. <subsection name="jMetra">
  462. <p>jMetra is a tool for collecting code metrics across a
  463. project lifecycle and compiling the results into
  464. JavaDoc-styled documentation to analyze project metrics over
  465. time. jMetra is best utilized by integrating it with your
  466. project's scheduled build process.</p>
  467. <p>It works from the command line or using several provided
  468. Ant tasks.</p>
  469. <table>
  470. <tr>
  471. <th>Compatibility:</th>
  472. <td>Ant 1.4 and higher</td>
  473. </tr>
  474. <tr>
  475. <th>URL:</th>
  476. <td>
  477. <a href="http://www.jmetra.com/">http://www.jmetra.com/</a
  478. >
  479. </td>
  480. </tr>
  481. <tr>
  482. <th>Contact:</th>
  483. <td>
  484. <a href="mailto:tnewton@hypercisioninc.com">R Todd Newton
  485. </a>
  486. </td>
  487. </tr>
  488. <tr>
  489. <th>License:</th>
  490. <td>Commercial, free licenses for open source projects and
  491. evaluations.</td>
  492. </tr>
  493. </table>
  494. </subsection>
  495. <subsection name="JNI">
  496. <p>
  497. JNI is a free toolkit that makes easy work of
  498. integrating Java and C through the Java Native
  499. Interface (JNI). It includes a code generator that
  500. generates both Java "proxy" classes to access C
  501. "peer" classes, and C "proxy" classes to access
  502. Java "peer" classes or interfaces. It also
  503. includes a core library with a simplified JVM
  504. interface as well as "helper" classes to ease
  505. working with the JNI data types. The code
  506. generation is driven by an XML project file that
  507. can be created with the assistance of the GUI
  508. Project Manager. The code generation can be
  509. invoked either from Ant or from the
  510. GUI. Includes a comprehensive printable PDF User
  511. Guide and plenty of examples.</p>
  512. <table>
  513. <tr>
  514. <th>Compatibility:</th>
  515. <td>Ant 1.4</td>
  516. </tr>
  517. <tr>
  518. <th>URL:</th>
  519. <td><a href="http://jnipp.sf.net/">http://jnipp.sf.net/</a></td>
  520. </tr>
  521. <tr>
  522. <th>Contact:</th>
  523. <td><a href="mailto:ptrewhella@users.sf.net">Phillip E. Trewhella</a></td>
  524. </tr>
  525. <tr>
  526. <th>License:</th>
  527. <td>GNU LGPL</td>
  528. </tr>
  529. </table>
  530. </subsection>
  531. <subsection name="PMD">
  532. <p>PMD checks Java source code for unused variables,
  533. unnecessary object creation, etc</p>
  534. <table>
  535. <tr>
  536. <th>Compatibility:</th>
  537. <td>Ant 1.4 and higher</td>
  538. </tr>
  539. <tr>
  540. <th>URL:</th>
  541. <td><a href="http://pmd.sf.net/">http://pmd.sf.net/</a></td>
  542. </tr>
  543. <tr>
  544. <th>Contact:</th>
  545. <td><a href="mailto:tcopeland@apache.org">Tom Copeland</a></td>
  546. </tr>
  547. <tr>
  548. <th>License:</th>
  549. <td>Apache Software Foundation License</td>
  550. </tr>
  551. </table>
  552. </subsection>
  553. <subsection name="Styler">
  554. <p>The styler task makes useful combinations of XSLT transformations
  555. easy to specify in an Ant build file. Like the built-in Ant task
  556. style, styler can apply a single transformation to a set of XML files.
  557. But it can also:</p>
  558. <ul>
  559. <li>handle multiple transformations, in parallel or pipelined.</li>
  560. <li>enable transformations that split or merge files</li>
  561. <li>process non-XML files, especially HTML (based on JTidy)</li>
  562. <li>apply non-XSLT transformation, especially "regular
  563. fragmentations"</li>
  564. <li>use any custom XMLReader or XMLFilter class to handle new file
  565. formats and transformation techniques.</li>
  566. </ul>
  567. <table>
  568. <tr>
  569. <th>Compatibility:</th>
  570. <td>Ant 1.4</td>
  571. </tr>
  572. <tr>
  573. <th>URL:</th>
  574. <td><a href="http://www.langdale.com.au/styler/">http://www.langdale.com.au/styler/</a></td>
  575. </tr>
  576. <tr>
  577. <th>Contact:</th>
  578. <td><a href="mailto:adv@langdale.com.au">Arnold deVos</a></td>
  579. </tr>
  580. <tr>
  581. <th>License:</th>
  582. <td>LGPL</td>
  583. </tr>
  584. </table>
  585. </subsection>
  586. <subsection name="Tidy Imports (Tim)">
  587. <p>Tim is a handy utility that can be executed on the command
  588. line or via Ant that automatically formats your import
  589. declarations. Tim is capable of removing unused imports,
  590. expanding or collapsing imports and even organising them into
  591. pre-determined groups.</p>
  592. <table>
  593. <tr>
  594. <th>Compatibility:</th>
  595. <td>Ant 1.3 and later</td>
  596. </tr>
  597. <tr>
  598. <th>URL:</th>
  599. <td><a href="http://www.chive.com/tim.htm">http://www.chive.com/tim.htm</a></td>
  600. </tr>
  601. <tr>
  602. <th>Contact:</th>
  603. <td><a href="mailto:support@chive.com">support@chive.com</a></td>
  604. </tr>
  605. <tr>
  606. <th>License:</th>
  607. <td>Commercial</td>
  608. </tr>
  609. </table>
  610. </subsection>
  611. <subsection name="TiniAnt">
  612. <p>TiniAnt is an Ant task to support building applications for
  613. the <a href="http://www.ibutton.com/TINI/">TINI</a>.</p>
  614. <table>
  615. <tr>
  616. <th>Compatibility:</th>
  617. <td>Ant 1.2 to 1.4.1</td>
  618. </tr>
  619. <tr>
  620. <th>URL:</th>
  621. <td><a href="http://tiniant.sourceforge.net/">http://tiniant.sourceforge.net/</a></td>
  622. </tr>
  623. <tr>
  624. <th>Contact:</th>
  625. <td><a href="mailto:kelly@ad1440.net">Sean Kelly</a></td>
  626. </tr>
  627. <tr>
  628. <th>License:</th>
  629. <td>BSD-like license</td>
  630. </tr>
  631. </table>
  632. </subsection>
  633. <subsection name="Venus Application Publisher's (Vamp) Ant Task Suite">
  634. <p>Venus Application Publisher's (Vamp) Ant Task Suite allows
  635. you to sign and package your applications into relocatable Web
  636. Archives that you can drop into your web server for
  637. single-click launching using Java Web Start or into single
  638. Java Archive installers that serve up their content through a
  639. built-in, multi-threaded, ultra light-weight web server.</p>
  640. <table>
  641. <tr>
  642. <th>Compatibility:</th>
  643. <td>Ant 1.2 and 1.3</td>
  644. </tr>
  645. <tr>
  646. <th>URL:</th>
  647. <td><a href="http://www.geocities.com/vamp201/ant.html">http://www.geocities.com/vamp201/ant.html</a></td>
  648. </tr>
  649. <tr>
  650. <th>Contact:</th>
  651. <td><a href="mailto:vamp201@yahoo.com">Gerald Bauer</a></td>
  652. </tr>
  653. <tr>
  654. <th>License:</th>
  655. <td>GNU General Public License</td>
  656. </tr>
  657. </table>
  658. </subsection>
  659. <subsection name="WOProject">
  660. <p>WOProject provides a set of tools to work with
  661. <a href="http://webobjects.com/">WebObjects 5.1</a>
  662. independent from platform and IDE. It significantly
  663. improves developer productivity
  664. and makes complex project structures more flexible compared to
  665. traditional Makefile-based approach.
  666. </p>
  667. <table>
  668. <tr>
  669. <th>Compatibility:</th>
  670. <td>Ant 1.4</td>
  671. </tr>
  672. <tr>
  673. <th>URL:</th>
  674. <td><a href="http://objectstyle.org/woproject/">http://objectstyle.org/woproject/</a></td>
  675. </tr>
  676. <tr>
  677. <th>Contact:</th>
  678. <td><a href="mailto:andrus@objectstyle.org">Andrus Adamchik</a></td>
  679. </tr>
  680. <tr>
  681. <th>License:</th>
  682. <td>Apache license</td>
  683. </tr>
  684. </table>
  685. </subsection>
  686. <subsection name="XDoclet">
  687. <p>XDoclet is an extended Javadoc Doclet engine for use in Ant.
  688. It lets you create custom Javadoc @tags and based on those tags
  689. generates source code or other files (such as xml-ish deployment
  690. descriptors). Templates and matching tasks are provided to generate
  691. EJB and web application deployment descriptors.
  692. </p>
  693. <table>
  694. <tr>
  695. <th>Compatibility:</th>
  696. <td>Ant 1.4</td>
  697. </tr>
  698. <tr>
  699. <th>URL:</th>
  700. <td><a href="http://sourceforge.net/projects/xdoclet/">http://sourceforge.net/projects/xdoclet/</a></td>
  701. </tr>
  702. <tr>
  703. <th>License:</th>
  704. <td>BSD license</td>
  705. </tr>
  706. </table>
  707. </subsection>
  708. <subsection name="XmlTask">
  709. <p>XmlTask provides a simple means to modify XML documents
  710. without having to learn XSLT. A simple path reference to an
  711. XML node specifies the node you want to change, and how you
  712. want to allow XML insertion and removal, or attribute
  713. changes. The emphasis is on providing the simplest means to
  714. perform common XML replacements</p>
  715. <table>
  716. <tr>
  717. <th>Compatibility:</th>
  718. <td>Ant 1.4 and later</td>
  719. </tr>
  720. <tr>
  721. <th>URL:</th>
  722. <td><a href="http://www.oopsconsultancy.com/software/xmltask.html">http://www.oopsconsultancy.com/software/xmltask.html</a></td>
  723. </tr>
  724. <tr>
  725. <th>Contact:</th>
  726. <td><a href="mailto:xmltask@oopsconsultancy.com">xmltask@oopsconsultancy.com</a></td>
  727. </tr>
  728. <tr>
  729. <th>License:</th>
  730. <td>GNU General Public License</td>
  731. </tr>
  732. </table>
  733. </subsection>
  734. </section>
  735. <section name="Compiler Implementations">
  736. <subsection name="miniRMI &lt;code&gt;&amp;lt;rmic&amp;gt;&lt;/code&gt; implementation">
  737. <p>miniRMI is a freeware opensource library that serves as a
  738. lightweight replacement for the original java.rmi packages and
  739. is suitable especially for applets. Ant 1.4+
  740. <code>&lt;rmic&gt;</code> adapter included.</p>
  741. <table>
  742. <tr>
  743. <th>Compatibility:</th>
  744. <td>Ant 1.4 and later</td>
  745. </tr>
  746. <tr>
  747. <th>URL:</th>
  748. <td><a href="http://dione.zcu.cz/~toman40/miniRMI/">http://dione.zcu.cz/~toman40/miniRMI/</a></td>
  749. </tr>
  750. <tr>
  751. <th>Contact:</th>
  752. <td><a href="mailto:Petr.Toman@pinknet.cz">Petr Toman</a></td>
  753. </tr>
  754. <tr>
  755. <th>License:</th>
  756. <td>Gnu Lesser Public License</td>
  757. </tr>
  758. </table>
  759. </subsection>
  760. </section>
  761. <section name="IDE and Editor Integration">
  762. <subsection name="AntFarm">
  763. <p>A plugin that integrates Ant into the jEdit editor.</p>
  764. <table>
  765. <tr>
  766. <th>Compatibility:</th>
  767. <td>bundles Ant 1.3</td>
  768. </tr>
  769. <tr>
  770. <th>URL:</th>
  771. <td><a href="http://plugins.jedit.org/plugins/AntFarm">http://plugins.jedit.org/plugins/AntFarm</a></td>
  772. </tr>
  773. <tr>
  774. <th>Contact:</th>
  775. <td><a href="mailto:jedit-devel@lists.sourceforge.net">jEdit developers mailinglist</a></td>
  776. </tr>
  777. <tr>
  778. <th>License:</th>
  779. <td>Apache Software License</td>
  780. </tr>
  781. </table>
  782. </subsection>
  783. <subsection name="AntMan">
  784. <p>An AddIn that integrates Ant with the JDeveloper IDE</p>
  785. <table>
  786. <tr>
  787. <th>Compatibility:</th>
  788. <td>Ant 1.4.1</td>
  789. </tr>
  790. <tr>
  791. <th>URL:</th>
  792. <td><a href="http://www.erudra.com/antman/index.html">http://www.erudra.com/antman/index.html</a></td>
  793. </tr>
  794. <tr>
  795. <th>Contact:</th>
  796. <td><a href="mailto:ashok@erudra.com">Ashok Sridhar</a></td>
  797. </tr>
  798. <tr>
  799. <th>License:</th>
  800. <td>GNU General Public License</td>
  801. </tr>
  802. </table>
  803. </subsection>
  804. <subsection name="AntRunner">
  805. <p>An OpenTool that integrates Ant into the JBuilder IDE.</p>
  806. <table>
  807. <tr>
  808. <th>Compatibility:</th>
  809. <td>Ant 1.2 and 1.3</td>
  810. </tr>
  811. <tr>
  812. <th>URL:</th>
  813. <td><a href="http://www.dieter-bogdoll.de/java/AntRunner/">http://www.dieter-bogdoll.de/java/AntRunner/</a></td>
  814. </tr>
  815. <tr>
  816. <th>Contact:</th>
  817. <td><a href="mailto:bogdoll@users.sourceforge.net">Dieter Bogdoll</a></td>
  818. </tr>
  819. <tr>
  820. <th>License:</th>
  821. <td>GNU General Public License</td>
  822. </tr>
  823. </table>
  824. </subsection>
  825. <subsection name="AntWork">
  826. <p>A plugin that integrates Ant into the Jext editor.</p>
  827. <table>
  828. <tr>
  829. <th>Compatibility:</th>
  830. <td>Ant 1.2 and 1.3</td>
  831. </tr>
  832. <tr>
  833. <th>URL:</th>
  834. <td><a href="ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip">ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip</a></td>
  835. </tr>
  836. <tr>
  837. <th>Contact:</th>
  838. <td><a href="mailto:KHartlage@t-online.de">Klaus Hartlage</a></td>
  839. </tr>
  840. <tr>
  841. <th>License:</th>
  842. <td>GNU General Public License</td>
  843. </tr>
  844. </table>
  845. </subsection>
  846. <subsection name="Eclipse">
  847. <p>Eclipse is a universal tool platform with Ant integration.</p>
  848. <table>
  849. <tr>
  850. <th>Compatibility:</th>
  851. <td>Ant 1.3 - 1.4.1</td>
  852. </tr>
  853. <tr>
  854. <th>URL:</th>
  855. <td><a href="http://www.eclipse.org">http://www.eclipse.org</a></td>
  856. </tr>
  857. <tr>
  858. <th>Contact:</th>
  859. <td><a href="news://news.eclipse.org/eclipse.tools">news://news.eclipse.org/eclipse.tools</a></td>
  860. </tr>
  861. <tr>
  862. <th>License:</th>
  863. <td>Common Public License Version 1.0</td>
  864. </tr>
  865. </table>
  866. </subsection>
  867. <subsection name="IntelliJ IDEA 2.0">
  868. <p>Java IDE with refactoring support and Ant integration.</p>
  869. <table>
  870. <tr>
  871. <th>Compatibility:</th>
  872. <td>bundles Ant 1.3</td>
  873. </tr>
  874. <tr>
  875. <th>URL:</th>
  876. <td><a href="http://www.intellij.com/idea/">http://www.intellij.com/idea/</a></td>
  877. </tr>
  878. <tr>
  879. <th>Contact:</th>
  880. <td><a href="mailto:support@intellij.com">support@intellij.com</a></td>
  881. </tr>
  882. <tr>
  883. <th>License:</th>
  884. <td>Commercial</td>
  885. </tr>
  886. </table>
  887. </subsection>
  888. <subsection name="JDE(E) 2.2.8">
  889. <p>The Java Development Environment for Emacs (JDEE) supports
  890. Apache Ant as one of three built-in ways to build your
  891. applications.</p>
  892. <table>
  893. <tr>
  894. <th>Compatibility:</th>
  895. <td>Ant 1.2 and later</td>
  896. </tr>
  897. <tr>
  898. <th>URL:</th>
  899. <td><a href="http://jde.sunsite.dk/">http://jde.sunsite.dk/</a></td>
  900. </tr>
  901. <tr>
  902. <th>Contact:</th>
  903. <td><a href="mailto:jde-subscribe@sunsite.auc.dk">JDEE Mailing list.</a></td>
  904. </tr>
  905. <tr>
  906. <th>License:</th>
  907. <td>GNU General Public License</td>
  908. </tr>
  909. </table>
  910. </subsection>
  911. <subsection name="NetBeans / Forte for Java">
  912. <p>A module that integrates Ant into the NetBeans or Forte for Java IDEs.</p>
  913. <table>
  914. <tr>
  915. <th>Compatibility:</th>
  916. <td>bundles Ant 1.4.1</td>
  917. </tr>
  918. <tr>
  919. <th>URL:</th>
  920. <td><a href="http://ant.netbeans.org/">http://ant.netbeans.org/</a></td>
  921. </tr>
  922. <tr>
  923. <th>Contact:</th>
  924. <td><a href="mailto:nbdev@netbeans.org">nbdev@netbeans.org</a></td>
  925. </tr>
  926. <tr>
  927. <th>License:</th>
  928. <td>Sun Public License</td>
  929. </tr>
  930. </table>
  931. </subsection>
  932. <subsection name="HP RadPak">
  933. <p>
  934. RadPak comes with the (free) HP Bluestone HPAS J2EE server, and is primarily
  935. a GUI tool for packaging and deploying java web and EJB applications
  936. as WAR and EAR files. The tool is ant based, and can be used with
  937. as a GUI for general ant development, providing form based entry
  938. of task attributes, and an animated display of task
  939. execution.
  940. </p>
  941. <table>
  942. <tr>
  943. <th>Compatibility:</th>
  944. <td>bundles Ant 1.3 and docs; adds a jar of extra tasks
  945. to any existing ant installation under ANT_HOME</td>
  946. </tr>
  947. <tr>
  948. <th>URL:</th>
  949. <td><a href="http://www.bluestone.com/products/hp-as/">http://www.bluestone.com/products/hp-as/</a></td>
  950. </tr>
  951. <tr>
  952. <th>License:</th>
  953. <td>Proprietary but free to download</td>
  954. </tr>
  955. </table>
  956. </subsection>
  957. <subsection name="WebSphere Studio Application Developer">
  958. <p>WSAD features Ant integrate by virtue of being built on the Eclipse tools platform.</p>
  959. <table>
  960. <tr>
  961. <th>Compatibility:</th>
  962. <td>bundles Ant 1.4.1</td>
  963. </tr>
  964. <tr>
  965. <th>Article:</th>
  966. <td><a href="http://www7b.software.ibm.com/wsdd/library/techarticles/0203_searle/searle1.html">Ant Integration Part1</a></td>
  967. </tr>
  968. <tr>
  969. <th>License:</th>
  970. <td>Commercial</td>
  971. </tr>
  972. </table>
  973. </subsection>
  974. </section>
  975. </body>
  976. </document>