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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508
  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. For details, see the
  13. <a href="faq.html#adding-external-tasks">FAQ</a>.</p>
  14. <p>Nothing listed here is directly supported by the Ant
  15. developers, if you encounter any problems with them, please use
  16. the contact information.</p>
  17. </section>
  18. <section name="Tasks">
  19. <subsection name="AJC">
  20. <p><a href="http://aspectj.org">AspectJ</a> is an
  21. aspect-oriented extension to Java. This task compiles a
  22. source tree using the AspectJ compiler -- AJC.</p>
  23. <table>
  24. <tr>
  25. <th>Compatibility:</th>
  26. <td>Ant 1.3</td>
  27. </tr>
  28. <tr>
  29. <th>URL:</th>
  30. <td><a href="http://aspectj.org/dl">http://aspectj.org/dl</a></td>
  31. </tr>
  32. <tr>
  33. <th>Contact:</th>
  34. <td><a href="mailto:support@aspectj.org">support@aspectj.org</a></td>
  35. </tr>
  36. <tr>
  37. <th>License:</th>
  38. <td>Apache Software License</td>
  39. </tr>
  40. </table>
  41. </subsection>
  42. <subsection name="Anakia">
  43. <p>Actually, Anakia is more than just an Ant task, it is a an
  44. XML transformation tool based on JDOM, Velocity and Ant.</p>
  45. <table>
  46. <tr>
  47. <th>Compatibility:</th>
  48. <td>Ant 1.2 and later</td>
  49. </tr>
  50. <tr>
  51. <th>URL:</th>
  52. <td><a href="http://jakarta.apache.org/velocity/anakia.html">http://jakarta.apache.org/velocity/anakia.html</a></td>
  53. </tr>
  54. <tr>
  55. <th>Contact:</th>
  56. <td><a href="http://jakarta.apache.org/site/mail2.html">Velocity mailing lists</a></td>
  57. </tr>
  58. <tr>
  59. <th>License:</th>
  60. <td>Apache Software License</td>
  61. </tr>
  62. </table>
  63. </subsection>
  64. <subsection name="Anteater">
  65. <p>Anteater is a set of Ant tasks for the functional testing of websites
  66. and web services (functional testing being; hit a URL and ensure the
  67. response meets certain criteria). Can test HTTP params, response
  68. codes, XPath, regexp and Relax NG expressions. Includes HTML reporting
  69. (based on junitreport) and a hierarchical grouping system for quickly
  70. configuring large test scripts.
  71. </p>
  72. <table>
  73. <tr>
  74. <th>Compatibility:</th>
  75. <td>Ant 1.5 and later</td>
  76. </tr>
  77. <tr>
  78. <th>URL:</th>
  79. <td><a href="http://aft.sourceforge.net">http://aft.sourceforge.net</a></td>
  80. </tr>
  81. <tr>
  82. <th>Contact:</th>
  83. <td><a href="http://lists.sourceforge.net/lists/listinfo/aft-devel">developer
  84. mailing list</a></td>
  85. </tr>
  86. <tr>
  87. <th>License:</th>
  88. <td>Apache Software License</td>
  89. </tr>
  90. </table>
  91. </subsection>
  92. <subsection name="Checkstyle">
  93. <p>Checkstyle is a development tool to help programmers write
  94. Java code that adheres to a coding standard. Its purpose is to
  95. automate the process of checking Java code, and to spare
  96. humans of this boring (but important) task.</p>
  97. <p>Checkstyle can be run via an Ant task or a command line
  98. utility.</p>
  99. <table>
  100. <tr>
  101. <th>Compatibility:</th>
  102. <td>Ant 1.2 to 1.4.1</td>
  103. </tr>
  104. <tr>
  105. <th>URL:</th>
  106. <td><a href="http://checkstyle.sourceforge.net/">http://checkstyle.sourceforge.net/</a></td>
  107. </tr>
  108. <tr>
  109. <th>Contact:</th>
  110. <td><a href="mailto:checkstyle@puppycrawl.com">Oliver Burn</a></td>
  111. </tr>
  112. <tr>
  113. <th>License:</th>
  114. <td>Starting with release 2.0 the license is the GNU
  115. Lesser General Public License. Prior releases were under
  116. the GNU General Public License.</td>
  117. </tr>
  118. </table>
  119. </subsection>
  120. <subsection name="CleanImports">
  121. <p>Removes unneeded imports. Formats your import
  122. sections. Flags ambiguous imports.</p>
  123. <table>
  124. <tr>
  125. <th>Compatibility:</th>
  126. <td>Ant 1.3</td>
  127. </tr>
  128. <tr>
  129. <th>URL:</th>
  130. <td><a href="http://www.euronet.nl/users/tomb/cleanImports/index.html">http://www.euronet.nl/users/tomb/cleanImports/index.html</a></td>
  131. </tr>
  132. <tr>
  133. <th>Contact:</th>
  134. <td><a href="mailto:tomb@euronet.nl">Tom Brus</a></td>
  135. </tr>
  136. <tr>
  137. <th>License:</th>
  138. <td>Apache Software License</td>
  139. </tr>
  140. </table>
  141. </subsection>
  142. <subsection name="Clover">
  143. <p>Clover is an Ant-based Code Coverage tool. It can be used
  144. seamlessly with Ant-based projects. It provides method,
  145. statement, and branch coverage analysis, and has rich
  146. reporting in XML, HTML or via a Swing GUI.</p>
  147. <table>
  148. <tr>
  149. <th>Compatibility:</th>
  150. <td>Ant 1.4.1 or greater</td>
  151. </tr>
  152. <tr>
  153. <th>URL:</th>
  154. <td><a href="http://www.thecortex.net/clover">http://www.thecortex.net/clover</a></td>
  155. </tr>
  156. <tr>
  157. <th>Contact:</th>
  158. <td><a href="mailto:clover-support@cortexebusiness.com.au">clover-support@cortexebusiness.com.au</a></td>
  159. </tr>
  160. <tr>
  161. <th>License:</th>
  162. <td>Commercial, free licenses available for open source
  163. projects.</td>
  164. </tr>
  165. </table>
  166. </subsection>
  167. <subsection name="Configure">
  168. <p>Recursive build support (call ant on every package level,
  169. and only build files in that package or in that package and
  170. everything below) with seperation of source and output.</p>
  171. <p>The task generates build files in any subdirectory (except
  172. for CVS-directories) for you. Only place one build.xml file in
  173. the top and call target &apos;setup&apos; or
  174. &apos;rescan&apos;.</p>
  175. <table>
  176. <tr>
  177. <th>Compatibility:</th>
  178. <td>Ant 1.2 and 1.3</td>
  179. </tr>
  180. <tr>
  181. <th>URL:</th>
  182. <td><a href="http://www.dsdelft.nl/~lemval/ant/">http://www.dsdelft.nl/~lemval/ant/</a></td>
  183. </tr>
  184. <tr>
  185. <th>Contact:</th>
  186. <td><a href="mailto:lemval@dsdelft.nl">M.J.P. van Leeuwen</a></td>
  187. </tr>
  188. <tr>
  189. <th>License:</th>
  190. <td>License derived from Apache Software License</td>
  191. </tr>
  192. </table>
  193. </subsection>
  194. <subsection name="CVSGrab">
  195. <p>A little CVS client that can be useful when people are
  196. behind corporate firewall that blocks any cvs
  197. communications. It uses the ViewCVS web interface to access
  198. the CVS repository via standard http, and downloads all the
  199. files present in it.</p>
  200. <p>It works from the command line or as an Ant task.</p>
  201. <table>
  202. <tr>
  203. <th>Compatibility:</th>
  204. <td>Ant 1.3 or higher</td>
  205. </tr>
  206. <tr>
  207. <th>URL:</th>
  208. <td><a href="http://cvsgrab.sourceforge.net/">http://cvsgrab.sourceforge.net/</a></td>
  209. </tr>
  210. <tr>
  211. <th>Contact:</th>
  212. <td><a href="mailto:cvsgrab-users@lists.sourceforge.net">CVSGrab
  213. user mailing list</a></td>
  214. </tr>
  215. <tr>
  216. <th>License:</th>
  217. <td>LGPL</td>
  218. </tr>
  219. </table>
  220. </subsection>
  221. <subsection name="Doxygen task">
  222. <p>There are two Ant tasks for running the Doxygen
  223. documentation system.</p>
  224. <table>
  225. <tr>
  226. <th>Compatibility:</th>
  227. <td>Ant 1.1 and later</td>
  228. </tr>
  229. <tr>
  230. <th>URL:</th>
  231. <td><a href="http://www.bgw.org/projects/java/ant/">http://www.bgw.org/projects/java/ant/</a></td>
  232. </tr>
  233. <tr>
  234. <th>Contact:</th>
  235. <td><a href="mailto:mortis@voicenet.com">Kyle R. Burton</a></td>
  236. </tr>
  237. <tr>
  238. <th>License:</th>
  239. <td>Apache Software Foundation License</td>
  240. </tr>
  241. </table>
  242. <p>and</p>
  243. <table>
  244. <tr>
  245. <th>Compatibility:</th>
  246. <td>Ant 1.5 and later</td>
  247. </tr>
  248. <tr>
  249. <th>URL:</th>
  250. <td><a href="http://ant-doxygen.sourceforge.net">http://ant-doxygen.sourceforge.net</a></td>
  251. </tr>
  252. <tr>
  253. <th>Contact:</th>
  254. <td><a href="mailto:akkumar@users.sourceforge.net">Karthik A Kumar</a></td>
  255. </tr>
  256. <tr>
  257. <th>License:</th>
  258. <td>Apache Software Foundation License</td>
  259. </tr>
  260. </table>
  261. </subsection>
  262. <subsection name="GenJar">
  263. <p>Builds a JAR file based on class dependencies rather than simply the contents of a directory</p>
  264. <table>
  265. <tr>
  266. <th>Compatibility:</th>
  267. <td>Ant 1.4 alpha (built after 2001/08/04) and later</td>
  268. </tr>
  269. <tr>
  270. <th>URL:</th>
  271. <td><a href="http://genjar.sourceforge.net/">http://genjar.sourceforge.net/</a></td>
  272. </tr>
  273. <tr>
  274. <th>Contact:</th>
  275. <td><a href="mailto:jesse_dev@yahoo.com">Jesse Stockall</a></td>
  276. </tr>
  277. <tr>
  278. <th>License:</th>
  279. <td>Apache Software Foundation License</td>
  280. </tr>
  281. </table>
  282. </subsection>
  283. <subsection name="Greebo">
  284. <p>Greebo is an Ant-task for downloading dependency files
  285. (currently only jars) from a network to a specified directory,
  286. much like Maven. It supports multiple local and remote
  287. repositories with either flat or maven-like structures. It can
  288. read the dependency list from a Maven project file, a
  289. maven-like dependency file, or directly from the build.xml
  290. file.</p>
  291. <table>
  292. <tr>
  293. <th>Compatibility:</th>
  294. <td>Ant 1.5</td>
  295. </tr>
  296. <tr>
  297. <th>URL:</th>
  298. <td><a href="http://www.discore.com/oz/new/index.htm">http://www.discore.com/oz/new/index.htm</a></td>
  299. </tr>
  300. <tr>
  301. <th>Contact:</th>
  302. <td><a href="mailto:ozbene@discore.com">Ozben Evren</a></td>
  303. </tr>
  304. <tr>
  305. <th>License:</th>
  306. <td>Apache Software License</td>
  307. </tr>
  308. </table>
  309. </subsection>
  310. <subsection name="Importscrubber">
  311. <p>Removes unnecessary import statements from a Java source code file.</p>
  312. <table>
  313. <tr>
  314. <th>Compatibility:</th>
  315. <td>Ant 1.3</td>
  316. </tr>
  317. <tr>
  318. <th>URL:</th>
  319. <td><a href="http://importscrubber.sourceforge.net/">http://importscrubber.sourceforge.net/</a></td>
  320. </tr>
  321. <tr>
  322. <th>Contact:</th>
  323. <td><a href="mailto:tomcopeland@users.sourceforge.net">Tom Copeland</a></td>
  324. </tr>
  325. <tr>
  326. <th>License:</th>
  327. <td>LGPL</td>
  328. </tr>
  329. </table>
  330. </subsection>
  331. <subsection name="Interactive">
  332. <p>Task allowing to run a dialog within a build used to setup
  333. some properties. This way you can fill a property with the
  334. input of a user.</p>
  335. <table>
  336. <tr>
  337. <th>Compatibility:</th>
  338. <td>Ant 1.5.1</td>
  339. </tr>
  340. <tr>
  341. <th>URL:</th>
  342. <td><a href="http://www.kasisoft.de/build/ant/interactive/">http://www.kasisoft.de/build/ant/interactive/</a></td>
  343. </tr>
  344. <tr>
  345. <th>Contact:</th>
  346. <td><a href="mailto:support@kasisoft.de">Daniel Kasmeroglu</a></td>
  347. </tr>
  348. <tr>
  349. <th>License:</th>
  350. <td>LGPL</td>
  351. </tr>
  352. </table>
  353. </subsection>
  354. <subsection name="IsDirValidator">
  355. <p>Checks whether a given directory structure conforms to
  356. certain rules that are defined via nested elements of the
  357. task.</p>
  358. <table>
  359. <tr>
  360. <th>Compatibility:</th>
  361. <td>Ant 1.4</td>
  362. </tr>
  363. <tr>
  364. <th>URL:</th>
  365. <td><a href="http://isvalidator.sourceforge.net/en/isDirValidator.htm">http://isvalidator.sourceforge.net/en/isDirValidator.htm</a></td>
  366. </tr>
  367. <tr>
  368. <th>Contact:</th>
  369. <td><a href="mailto:news@inigoserrano.com">I&#xF1;igo Serrano</a></td>
  370. </tr>
  371. <tr>
  372. <th>License:</th>
  373. <td>GNU General Public License</td>
  374. </tr>
  375. </table>
  376. </subsection>
  377. <subsection name="J2ME Ant Tasks">
  378. <p>There are three different sets of tasks to help build <a
  379. href="http://java.sun.com/j2me/">Java 2 Platform, Micro
  380. Edition</a> (J2ME) applications.</p>
  381. <p>This set supports CLDC and the K Virtual Machine (KVM):</p>
  382. <table>
  383. <tr>
  384. <th>Compatibility:</th>
  385. <td>Ant 1.3</td>
  386. </tr>
  387. <tr>
  388. <th>URL:</th>
  389. <td><a href="http://www.dribin.org/dave/j2me_ant/">http://www.dribin.org/dave/j2me_ant/</a></td>
  390. </tr>
  391. <tr>
  392. <th>Contact:</th>
  393. <td><a href="mailto:drib@enteract.com">Dave Dribin</a></td>
  394. </tr>
  395. <tr>
  396. <th>License:</th>
  397. <td>Apache Software License</td>
  398. </tr>
  399. </table>
  400. <p>And this set works with the J2ME Wireless Toolkit and MIDP
  401. for PalmOS:</p>
  402. <table>
  403. <tr>
  404. <th>Compatibility:</th>
  405. <td>Ant 1.3</td>
  406. </tr>
  407. <tr>
  408. <th>URL:</th>
  409. <td><a href="http://www.stampysoft.com/ant/">http://www.stampysoft.com/ant/</a></td>
  410. </tr>
  411. <tr>
  412. <th>Contact:</th>
  413. <td><a href="mailto:jeckels@stampysoft.com">Josh Eckels</a></td>
  414. </tr>
  415. <tr>
  416. <th>License:</th>
  417. <td>MIT License</td>
  418. </tr>
  419. </table>
  420. <p>With Antenna, you can compile, preverify, package, and
  421. obfuscate your MIDP applications, as well as convert them to
  422. PRC files designed to run on MIDP for PalmOS. The tasks are
  423. mostly built around the Wireless Toolkit and the free
  424. RetroGuard obfuscator, with some additional gimmicks like
  425. automatic version numbering.</p>
  426. <table>
  427. <tr>
  428. <th>Compatibility:</th>
  429. <td>Ant 1.4.1 or later</td>
  430. </tr>
  431. <tr>
  432. <th>URL:</th>
  433. <td><a href="http://antenna.sourceforge.net/">http://antenna.sourceforge.net/</a></td>
  434. </tr>
  435. <tr>
  436. <th>Contact:</th>
  437. <td><a href="mailto:joerg@pleumann.de">J&#xF6;rg Pleumann</a></td>
  438. </tr>
  439. <tr>
  440. <th>License:</th>
  441. <td>GNU Lesser General Public License</td>
  442. </tr>
  443. </table>
  444. </subsection>
  445. <subsection name="Jalopy">
  446. <p>An Ant Plug-in for the Java Source Code Formatter
  447. Jalopy.</p>
  448. <table>
  449. <tr>
  450. <th>Compatibility:</th>
  451. <td>Ant 1.4 (or higher)</td>
  452. </tr>
  453. <tr>
  454. <th>URL:</th>
  455. <td><a href="http://jalopy.sourceforge.net">http://jalopy.sourceforge.net</a></td>
  456. </tr>
  457. <tr>
  458. <th>Contact:</th>
  459. <td><a href="http://jalopy.sf.net/contact.html">http://jalopy.sf.net/contact.html</a></td>
  460. </tr>
  461. <tr>
  462. <th>License:</th>
  463. <td>Starting with release 1.0 Beta 6 the license is the
  464. BSD License. Prior releases were under the GNU General
  465. Public License.</td>
  466. </tr>
  467. </table>
  468. </subsection>
  469. <subsection name="Java+ Precompile Task">
  470. <p>Java+ is an open source Java preprocessorthat adds these
  471. features to any Java compiler:</p>
  472. <ul>
  473. <li>Multi-line strings with executable inclusions like Perl
  474. and Ruby. It eliminates the need for JSP or ASP and their
  475. need for Java compilers on deployment servers (a security
  476. concern) while adding no overhead in either space or
  477. time. </li>
  478. <li>Optionally supports localization by segregating Java+
  479. strings into ResourceBundle files with invarient keys based
  480. on the hash code of the strings's value. This is handled
  481. automatically and transparently; no intervention is
  482. required.</li>
  483. <li>Fast. Negligible impact on build times. By default,
  484. skips inputs whose outputs are up to date to avoid
  485. triggering recompilations.</li>
  486. <li>Pure Java code, portable to any platform, with
  487. graphical, shell and ant interfaces.</li>
  488. <li>Simple, general, recursive, digraph-driven string
  489. syntax. Digraph characters are user-selectable.</li>
  490. </ul>
  491. <table>
  492. <tr>
  493. <th>Compatibility:</th>
  494. <td>Ant 1.5.1</td>
  495. </tr>
  496. <tr>
  497. <th>URL:</th>
  498. <td><a href="http://virtualschool.edu/java+/">http://virtualschool.edu/java+/</a></td>
  499. </tr>
  500. <tr>
  501. <th>Contact:</th>
  502. <td><a href="mailto:bcox@virtualschool.edu">Brad Cox</a></td>
  503. </tr>
  504. <tr>
  505. <th>License:</th>
  506. <td>BSD-like License</td>
  507. </tr>
  508. </table>
  509. </subsection>
  510. <subsection name="Javamake">
  511. <p>A task to compile Java sources and manage class file
  512. dependencies. Functionality is equivalent to that of standard
  513. Javac and Depend tasks combined, with improved dependency
  514. checking.</p>
  515. <table>
  516. <tr>
  517. <th>Compatibility:</th>
  518. <td>Ant 1.4.1</td>
  519. </tr>
  520. <tr>
  521. <th>URL:</th>
  522. <td><a href="http://www.experimentalstuff.com/Technologies/JavaMake/index.html">http://www.experimentalstuff.com/Technologies/JavaMake/index.html</a></td>
  523. </tr>
  524. <tr>
  525. <th>Contact:</th>
  526. <td><a href="mailto:Mikhail.Dmitriev@eng.sun.com">Mikhail Dmitriev</a></td>
  527. </tr>
  528. <tr>
  529. <th>License:</th>
  530. <td>BSD-like License</td>
  531. </tr>
  532. </table>
  533. </subsection>
  534. <subsection name="javarec">
  535. <p>Ant tasks that generate record classes for VisualAge for
  536. Java from Cobol copy books.</p>
  537. <table>
  538. <tr>
  539. <th>Compatibility:</th>
  540. <td>Ant 1.4</td>
  541. </tr>
  542. <tr>
  543. <th>URL:</th>
  544. <td><a href="http://glezen.org/javarec/">http://glezen.org/javarec/</a></td>
  545. </tr>
  546. <tr>
  547. <th>Contact:</th>
  548. <td><a href="mailto:pglezen@us.ibm.com">Paul Glezen</a></td>
  549. </tr>
  550. <tr>
  551. <th>License:</th>
  552. <td>Apache Software License</td>
  553. </tr>
  554. </table>
  555. </subsection>
  556. <subsection name="JCSC">
  557. <p>JCSC is a Java Coding Standard Checker which also features
  558. the generation of some code metrics. It is a command line tool
  559. with an Ant task to scan whole package trees. The result can
  560. viewed in an JavaDoc style web page.</p>
  561. <table>
  562. <tr>
  563. <th>Compatibility:</th>
  564. <td>Ant &gt;= 1.5</td>
  565. </tr>
  566. <tr>
  567. <th>URL:</th>
  568. <td><a href="http://jcsc.sourceforge.net/">http://jcsc.sourceforge.net/</a></td>
  569. </tr>
  570. <tr>
  571. <th>Contact:</th>
  572. <td><a href="mailto:rjocham72@netscape.net">Ralph Jocham</a></td>
  573. </tr>
  574. <tr>
  575. <th>License:</th>
  576. <td>GNU General Public License</td>
  577. </tr>
  578. </table>
  579. </subsection>
  580. <subsection name="Jing Task">
  581. <p> Validates XML files against the RELAX NG alternative to XML Schema.
  582. The Jing task for Ant allows you to efficiently validate
  583. multiple files against multiple RELAX NG patterns and integrate
  584. RELAX NG validation with other XML processing.</p>
  585. <table>
  586. <tr>
  587. <th>Compatibility:</th>
  588. <td>Ant 1.4 and later</td>
  589. </tr>
  590. <tr>
  591. <th>URL:</th>
  592. <td><a href="http://www.thaiopensource.com/relaxng/jing-ant.html">
  593. http://www.thaiopensource.com/relaxng/jing-ant.html</a></td>
  594. </tr>
  595. <tr>
  596. <th>License:</th>
  597. <td>BSD-like</td>
  598. </tr>
  599. </table>
  600. </subsection>
  601. <subsection name="jMetra">
  602. <p>jMetra is a tool for collecting code metrics across a
  603. project lifecycle and compiling the results into
  604. JavaDoc-styled documentation to analyze project metrics over
  605. time. jMetra is best utilized by integrating it with your
  606. project's scheduled build process.</p>
  607. <p>It works from the command line or using several provided
  608. Ant tasks.</p>
  609. <table>
  610. <tr>
  611. <th>Compatibility:</th>
  612. <td>Ant 1.4 and higher</td>
  613. </tr>
  614. <tr>
  615. <th>URL:</th>
  616. <td>
  617. <a href="http://www.jmetra.com/">http://www.jmetra.com/</a
  618. >
  619. </td>
  620. </tr>
  621. <tr>
  622. <th>Contact:</th>
  623. <td>
  624. <a href="mailto:tnewton@hypercisioninc.com">R Todd Newton
  625. </a>
  626. </td>
  627. </tr>
  628. <tr>
  629. <th>License:</th>
  630. <td>Commercial, free licenses for open source projects and
  631. evaluations.</td>
  632. </tr>
  633. </table>
  634. </subsection>
  635. <subsection name="JNI">
  636. <p>
  637. JNI is a free toolkit that makes easy work of
  638. integrating Java and C through the Java Native
  639. Interface (JNI). It includes a code generator that
  640. generates both Java "proxy" classes to access C
  641. "peer" classes, and C "proxy" classes to access
  642. Java "peer" classes or interfaces. It also
  643. includes a core library with a simplified JVM
  644. interface as well as "helper" classes to ease
  645. working with the JNI data types. The code
  646. generation is driven by an XML project file that
  647. can be created with the assistance of the GUI
  648. Project Manager. The code generation can be
  649. invoked either from Ant or from the
  650. GUI. Includes a comprehensive printable PDF User
  651. Guide and plenty of examples.</p>
  652. <table>
  653. <tr>
  654. <th>Compatibility:</th>
  655. <td>Ant 1.4</td>
  656. </tr>
  657. <tr>
  658. <th>URL:</th>
  659. <td><a href="http://jnipp.sf.net/">http://jnipp.sf.net/</a></td>
  660. </tr>
  661. <tr>
  662. <th>Contact:</th>
  663. <td><a href="mailto:ptrewhella@users.sf.net">Phillip E. Trewhella</a></td>
  664. </tr>
  665. <tr>
  666. <th>License:</th>
  667. <td>GNU LGPL</td>
  668. </tr>
  669. </table>
  670. </subsection>
  671. <subsection name="JRun Ant Tasks">
  672. <p>JRun 4 SP1 ships with lib/jrun-ant-tasks.jar, which defines
  673. three Ant tasks: jrun, jrunapp, and jrunjmx. Documentation
  674. for the tasks can be found in JRun under
  675. docs/ant/jrun.html.</p>
  676. <p>Note that the service pack must be installed on top of an
  677. existing JRun 4 installation.</p>
  678. <table>
  679. <tr>
  680. <th>Compatibility:</th>
  681. <td>Ant 1.4 or higher</td>
  682. </tr>
  683. <tr>
  684. <th>URL:</th>
  685. <td><a href="http://dynamic.macromedia.com/bin/MM/software/trial/hwswrec.jsp?product=jrun_sp">http://dynamic.macromedia.com/bin/MM/software/trial/hwswrec.jsp?product=jrun_sp</a></td>
  686. </tr>
  687. <tr>
  688. <th>Contact:</th>
  689. <td><a href="mailto:bdeitte@macromedia.com">Brian Deitte</a></td>
  690. </tr>
  691. <tr>
  692. <th>License:</th>
  693. <td>Commercial</td>
  694. </tr>
  695. </table>
  696. </subsection>
  697. <subsection name="Macker">
  698. <p>A build-time architectural testing tool, designed
  699. to maintain clean layering / tiering / modularity.
  700. Macker works against compiled class files, checking
  701. dependencies between classes against a set of
  702. pattern-based access rules you specify for your
  703. project in an XML rules file. Macker doesn't presume
  704. anything about your architecture -- you write the
  705. rules, and Macker keeps you honest about them.</p>
  706. <table>
  707. <tr>
  708. <th>Compatibility:</th>
  709. <td>Ant 1.5 and higher (1.4 untested but may work)</td>
  710. </tr>
  711. <tr>
  712. <th>URL:</th>
  713. <td><a href="http://innig.net/macker/">http://innig.net/macker/</a></td>
  714. </tr>
  715. <tr>
  716. <th>Contact:</th>
  717. <td><a href="http://innig.net/macker/contact.html">Paul Cantrell</a></td>
  718. </tr>
  719. <tr>
  720. <th>License:</th>
  721. <td>GNU GPL 2.0</td>
  722. </tr>
  723. </table>
  724. </subsection>
  725. <subsection name="pack">
  726. <p>pack is a task to build the smallest possible JAR to link
  727. and run one or more classes.</p>
  728. <table>
  729. <tr>
  730. <th>Compatibility:</th>
  731. <td>Ant 1.5</td>
  732. </tr>
  733. <tr>
  734. <th>URL:</th>
  735. <td><a href="http://sadun-util.sourceforge.net/pack.html">http://sadun-util.sourceforge.net/pack.html</a></td>
  736. </tr>
  737. <tr>
  738. <th>Contact:</th>
  739. <td><a href="mailto:cristiano@xtractor.com">Cristiano Sadun</a></td>
  740. </tr>
  741. <tr>
  742. <th>License:</th>
  743. <td>GNU Lesser General Public License</td>
  744. </tr>
  745. </table>
  746. </subsection>
  747. <subsection name="PMD">
  748. <p>PMD checks Java source code for unused variables,
  749. unnecessary object creation, etc</p>
  750. <table>
  751. <tr>
  752. <th>Compatibility:</th>
  753. <td>Ant 1.4 and higher</td>
  754. </tr>
  755. <tr>
  756. <th>URL:</th>
  757. <td><a href="http://pmd.sf.net/">http://pmd.sf.net/</a></td>
  758. </tr>
  759. <tr>
  760. <th>Contact:</th>
  761. <td><a href="mailto:tcopeland@apache.org">Tom Copeland</a></td>
  762. </tr>
  763. <tr>
  764. <th>License:</th>
  765. <td>Apache Software Foundation License</td>
  766. </tr>
  767. </table>
  768. </subsection>
  769. <subsection name="Purge">
  770. <p>Purge deletes all but the most recent few files from a fileset.
  771. For example: if you have generated files (logs, .ear, .war, .jar
  772. etc) accumulating in a directory, the purge task will allow you
  773. to delete the older files, keeping just the most recent ones.</p>
  774. <table>
  775. <tr>
  776. <th>Compatibility:</th>
  777. <td>Ant 1.4 or above</td>
  778. </tr>
  779. <tr>
  780. <th>URL:</th>
  781. <td><a href="http://www.dallaway.com/ant/">http://www.dallaway.com/ant/</a></td>
  782. </tr>
  783. <tr>
  784. <th>Contact:</th>
  785. <td><a href="mailto:purge@dallaway.com">Richard Dallaway</a></td>
  786. </tr>
  787. <tr>
  788. <th>License:</th>
  789. <td>LGPL</td>
  790. </tr>
  791. </table>
  792. </subsection>
  793. <subsection name="SerialVer">
  794. <p>SerialVer adds the Java serialver functionality to Apache
  795. Ant. This project adds Tasks and FilterReaders to get, to
  796. insert and to modify the serialVersionUID in the source code
  797. of a serializable class.</p>
  798. <table>
  799. <tr>
  800. <th>Compatibility:</th>
  801. <td>Ant 1.5.1 and later</td>
  802. </tr>
  803. <tr>
  804. <th>URL:</th>
  805. <td><a href="http://serialver.sourceforge.net/">http://serialver.sourceforge.net/</a></td>
  806. </tr>
  807. <tr>
  808. <th>Contact:</th>
  809. <td><a href="https://lists.sourceforge.net/lists/listinfo/serialver-development">developer mailing list</a></td>
  810. </tr>
  811. <tr>
  812. <th>License:</th>
  813. <td>Apache Software License</td>
  814. </tr>
  815. </table>
  816. </subsection>
  817. <subsection name="Styler">
  818. <p>The styler task makes useful combinations of XSLT transformations
  819. easy to specify in an Ant build file. Like the built-in Ant task
  820. style, styler can apply a single transformation to a set of XML files.
  821. But it can also:</p>
  822. <ul>
  823. <li>handle multiple transformations, in parallel or pipelined.</li>
  824. <li>enable transformations that split or merge files</li>
  825. <li>process non-XML files, especially HTML (based on JTidy)</li>
  826. <li>apply non-XSLT transformation, especially "regular
  827. fragmentations"</li>
  828. <li>use any custom XMLReader or XMLFilter class to handle new file
  829. formats and transformation techniques.</li>
  830. </ul>
  831. <table>
  832. <tr>
  833. <th>Compatibility:</th>
  834. <td>Ant 1.4</td>
  835. </tr>
  836. <tr>
  837. <th>URL:</th>
  838. <td><a href="http://www.langdale.com.au/styler/">http://www.langdale.com.au/styler/</a></td>
  839. </tr>
  840. <tr>
  841. <th>Contact:</th>
  842. <td><a href="mailto:adv@langdale.com.au">Arnold deVos</a></td>
  843. </tr>
  844. <tr>
  845. <th>License:</th>
  846. <td>LGPL</td>
  847. </tr>
  848. </table>
  849. </subsection>
  850. <subsection name="Tidy Imports (Tim)">
  851. <p>Tim is a handy utility that can be executed on the command
  852. line or via Ant that automatically formats your import
  853. declarations. Tim is capable of removing unused imports,
  854. expanding or collapsing imports and even organising them into
  855. pre-determined groups.</p>
  856. <table>
  857. <tr>
  858. <th>Compatibility:</th>
  859. <td>Ant 1.3 and later</td>
  860. </tr>
  861. <tr>
  862. <th>URL:</th>
  863. <td><a href="http://www.chive.com/tim.htm">http://www.chive.com/tim.htm</a></td>
  864. </tr>
  865. <tr>
  866. <th>Contact:</th>
  867. <td><a href="mailto:support@chive.com">support@chive.com</a></td>
  868. </tr>
  869. <tr>
  870. <th>License:</th>
  871. <td>Commercial</td>
  872. </tr>
  873. </table>
  874. </subsection>
  875. <subsection name="TiniAnt">
  876. <p>TiniAnt is an Ant task to support building applications for
  877. the <a href="http://www.ibutton.com/TINI/">TINI</a>.</p>
  878. <table>
  879. <tr>
  880. <th>Compatibility:</th>
  881. <td>Ant 1.2 to 1.4.1</td>
  882. </tr>
  883. <tr>
  884. <th>URL:</th>
  885. <td><a href="http://tiniant.sourceforge.net/">http://tiniant.sourceforge.net/</a></td>
  886. </tr>
  887. <tr>
  888. <th>Contact:</th>
  889. <td><a href="mailto:kelly@ad1440.net">Sean Kelly</a></td>
  890. </tr>
  891. <tr>
  892. <th>License:</th>
  893. <td>BSD-like license</td>
  894. </tr>
  895. </table>
  896. </subsection>
  897. <subsection name="Venus Application Publisher's (Vamp) Ant Task Suite">
  898. <p>Venus Application Publisher's (Vamp) Ant Task Suite allows
  899. you to sign and package your applications into relocatable Web
  900. Archives that you can drop into your web server for
  901. single-click launching using Java Web Start or into single
  902. Java Archive installers that serve up their content through a
  903. built-in, multi-threaded, ultra light-weight web server.</p>
  904. <table>
  905. <tr>
  906. <th>Compatibility:</th>
  907. <td>Ant 1.2 and 1.3</td>
  908. </tr>
  909. <tr>
  910. <th>URL:</th>
  911. <td><a href="http://www.geocities.com/vamp201/ant.html">http://www.geocities.com/vamp201/ant.html</a></td>
  912. </tr>
  913. <tr>
  914. <th>Contact:</th>
  915. <td><a href="mailto:vamp201@yahoo.com">Gerald Bauer</a></td>
  916. </tr>
  917. <tr>
  918. <th>License:</th>
  919. <td>GNU General Public License</td>
  920. </tr>
  921. </table>
  922. </subsection>
  923. <subsection name="Version_Tool">
  924. <p>A versioning tool for Ant.</p>
  925. <table>
  926. <tr>
  927. <th>Compatibility:</th>
  928. <td>Ant 1.5.1</td>
  929. </tr>
  930. <tr>
  931. <th>URL:</th>
  932. <td><a href="http://ant.ryangrier.com/">http://ant.ryangrier.com/</a></td>
  933. </tr>
  934. <tr>
  935. <th>Contact:</th>
  936. <td><a href="mailto:version_tool@ryangrier.com">version_tool@ryangrier.com</a></td>
  937. </tr>
  938. <tr>
  939. <th>License:</th>
  940. <td>BSD license</td>
  941. </tr>
  942. </table>
  943. </subsection>
  944. <subsection name="VPP">
  945. <p>VPP provides general file preprocessing support based on
  946. the Velocity Template Engine. The core funtionality is
  947. provided as a filter for use with tasks that supports filter
  948. chains. Also included are replacement tasks for &lt;copy&gt; and
  949. &lt;javac&gt; that integrate support for preprocessing.</p>
  950. <table>
  951. <tr>
  952. <th>Compatibility:</th>
  953. <td>1.5.1 and above</td>
  954. </tr>
  955. <tr>
  956. <th>URL:</th>
  957. <td><a href="http://vpp.sourceforge.net/">http://vpp.sourceforge.net/</a></td>
  958. </tr>
  959. <tr>
  960. <th>Contact:</th>
  961. <td><a href="mailto:vpp-user@lists.sourceforge.net">vpp-user@lists.sourceforge.net</a></td>
  962. </tr>
  963. <tr>
  964. <th>License:</th>
  965. <td>BSD license</td>
  966. </tr>
  967. </table>
  968. </subsection>
  969. <subsection name="WOProject">
  970. <p>WOProject provides a set of tools to work with
  971. <a href="http://webobjects.com/">WebObjects 5.1</a>
  972. independent from platform and IDE. It significantly
  973. improves developer productivity
  974. and makes complex project structures more flexible compared to
  975. traditional Makefile-based approach.
  976. </p>
  977. <table>
  978. <tr>
  979. <th>Compatibility:</th>
  980. <td>Ant 1.4</td>
  981. </tr>
  982. <tr>
  983. <th>URL:</th>
  984. <td><a href="http://objectstyle.org/woproject/">http://objectstyle.org/woproject/</a></td>
  985. </tr>
  986. <tr>
  987. <th>Contact:</th>
  988. <td><a href="mailto:andrus@objectstyle.org">Andrus Adamchik</a></td>
  989. </tr>
  990. <tr>
  991. <th>License:</th>
  992. <td>Apache license</td>
  993. </tr>
  994. </table>
  995. </subsection>
  996. <subsection name="XDoclet">
  997. <p>XDoclet is an extended Javadoc Doclet engine for use in Ant.
  998. It lets you create custom Javadoc @tags and based on those tags
  999. generates source code or other files (such as xml-ish deployment
  1000. descriptors). Templates and matching tasks are provided to generate
  1001. EJB and web application deployment descriptors.
  1002. </p>
  1003. <table>
  1004. <tr>
  1005. <th>Compatibility:</th>
  1006. <td>Ant 1.4</td>
  1007. </tr>
  1008. <tr>
  1009. <th>URL:</th>
  1010. <td><a href="http://sourceforge.net/projects/xdoclet/">http://sourceforge.net/projects/xdoclet/</a></td>
  1011. </tr>
  1012. <tr>
  1013. <th>License:</th>
  1014. <td>BSD license</td>
  1015. </tr>
  1016. </table>
  1017. </subsection>
  1018. <subsection name="XmlTask">
  1019. <p>XmlTask provides a simple means to modify XML documents
  1020. without having to learn XSLT. A simple path reference to an
  1021. XML node specifies the node you want to change, and how you
  1022. want to allow XML insertion and removal, or attribute
  1023. changes. The emphasis is on providing the simplest means to
  1024. perform common XML replacements</p>
  1025. <table>
  1026. <tr>
  1027. <th>Compatibility:</th>
  1028. <td>Ant 1.4 and later</td>
  1029. </tr>
  1030. <tr>
  1031. <th>URL:</th>
  1032. <td><a href="http://www.oopsconsultancy.com/software/xmltask.html">http://www.oopsconsultancy.com/software/xmltask.html</a></td>
  1033. </tr>
  1034. <tr>
  1035. <th>Contact:</th>
  1036. <td><a href="mailto:xmltask@oopsconsultancy.com">xmltask@oopsconsultancy.com</a></td>
  1037. </tr>
  1038. <tr>
  1039. <th>License:</th>
  1040. <td>GNU General Public License</td>
  1041. </tr>
  1042. </table>
  1043. </subsection>
  1044. <subsection name="yGuard">
  1045. <p>yGuard is a free Java(TM) Bytecode Obfuscator Task that
  1046. needs no external script or project files. It can completely
  1047. be configured and run through the Ant build script. The task
  1048. supports multiple Jar files at once and makes use of
  1049. patternsets and regular expressions to specify elements, which
  1050. should be left unobfuscated. Additionally it can be used to
  1051. produce patches for obfuscated applications that have already
  1052. been deployed.</p>
  1053. <table>
  1054. <tr>
  1055. <th>Compatibility:</th>
  1056. <td>Ant 1.5 and later</td>
  1057. </tr>
  1058. <tr>
  1059. <th>URL:</th>
  1060. <td><a href="http://www.yworks.com/products/yguard">http://www.yworks.com/products/yguard</a></td>
  1061. </tr>
  1062. <tr>
  1063. <th>Contact:</th>
  1064. <td><a href="mailto:yguard@yworks.com">yGuard@yWorks.com</a></td>
  1065. </tr>
  1066. <tr>
  1067. <th>License:</th>
  1068. <td>Library: LGPL, Task: Commercial</td>
  1069. </tr>
  1070. </table>
  1071. </subsection>
  1072. </section>
  1073. <section name="Compiler Implementations">
  1074. <subsection name="miniRMI &lt;code&gt;&amp;lt;rmic&amp;gt;&lt;/code&gt; implementation">
  1075. <p>miniRMI is a freeware opensource library that serves as a
  1076. lightweight replacement for the original java.rmi packages and
  1077. is suitable especially for applets. Ant 1.4+
  1078. <code>&lt;rmic&gt;</code> adapter included.</p>
  1079. <table>
  1080. <tr>
  1081. <th>Compatibility:</th>
  1082. <td>Ant 1.4 and later</td>
  1083. </tr>
  1084. <tr>
  1085. <th>URL:</th>
  1086. <td><a href="http://dione.zcu.cz/~toman40/miniRMI/">http://dione.zcu.cz/~toman40/miniRMI/</a></td>
  1087. </tr>
  1088. <tr>
  1089. <th>Contact:</th>
  1090. <td><a href="mailto:Petr.Toman@pinknet.cz">Petr Toman</a></td>
  1091. </tr>
  1092. <tr>
  1093. <th>License:</th>
  1094. <td>Gnu Lesser Public License</td>
  1095. </tr>
  1096. </table>
  1097. </subsection>
  1098. </section>
  1099. <section name="IDE and Editor Integration">
  1100. <subsection name="AntFarm">
  1101. <p>A plugin that integrates Ant into the jEdit editor.</p>
  1102. <table>
  1103. <tr>
  1104. <th>Compatibility:</th>
  1105. <td>bundles Ant 1.3</td>
  1106. </tr>
  1107. <tr>
  1108. <th>URL:</th>
  1109. <td><a href="http://plugins.jedit.org/plugins/AntFarm">http://plugins.jedit.org/plugins/AntFarm</a></td>
  1110. </tr>
  1111. <tr>
  1112. <th>Contact:</th>
  1113. <td><a href="mailto:jedit-devel@lists.sourceforge.net">jEdit developers mailinglist</a></td>
  1114. </tr>
  1115. <tr>
  1116. <th>License:</th>
  1117. <td>Apache Software License</td>
  1118. </tr>
  1119. </table>
  1120. </subsection>
  1121. <subsection name="AntMan">
  1122. <p>An AddIn that integrates Ant with the JDeveloper IDE</p>
  1123. <table>
  1124. <tr>
  1125. <th>Compatibility:</th>
  1126. <td>Ant 1.4.1</td>
  1127. </tr>
  1128. <tr>
  1129. <th>URL:</th>
  1130. <td><a href="http://www.erudra.com/antman/index.html">http://www.erudra.com/antman/index.html</a></td>
  1131. </tr>
  1132. <tr>
  1133. <th>Contact:</th>
  1134. <td><a href="mailto:ashok@erudra.com">Ashok Sridhar</a></td>
  1135. </tr>
  1136. <tr>
  1137. <th>License:</th>
  1138. <td>GNU General Public License</td>
  1139. </tr>
  1140. </table>
  1141. </subsection>
  1142. <subsection name="AntRunner">
  1143. <p>An OpenTool that integrates Ant into the JBuilder IDE.</p>
  1144. <table>
  1145. <tr>
  1146. <th>Compatibility:</th>
  1147. <td>Ant 1.2 and 1.3</td>
  1148. </tr>
  1149. <tr>
  1150. <th>URL:</th>
  1151. <td><a href="http://www.dieter-bogdoll.de/java/AntRunner/">http://www.dieter-bogdoll.de/java/AntRunner/</a></td>
  1152. </tr>
  1153. <tr>
  1154. <th>Contact:</th>
  1155. <td><a href="mailto:bogdoll@users.sourceforge.net">Dieter Bogdoll</a></td>
  1156. </tr>
  1157. <tr>
  1158. <th>License:</th>
  1159. <td>GNU General Public License</td>
  1160. </tr>
  1161. </table>
  1162. </subsection>
  1163. <subsection name="AntWork">
  1164. <p>A plugin that integrates Ant into the Jext editor.</p>
  1165. <table>
  1166. <tr>
  1167. <th>Compatibility:</th>
  1168. <td>Ant 1.2 and 1.3</td>
  1169. </tr>
  1170. <tr>
  1171. <th>URL:</th>
  1172. <td><a href="ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip">ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip</a></td>
  1173. </tr>
  1174. <tr>
  1175. <th>Contact:</th>
  1176. <td><a href="mailto:KHartlage@t-online.de">Klaus Hartlage</a></td>
  1177. </tr>
  1178. <tr>
  1179. <th>License:</th>
  1180. <td>GNU General Public License</td>
  1181. </tr>
  1182. </table>
  1183. </subsection>
  1184. <subsection name="Eclipse">
  1185. <p>Eclipse is a universal tool platform with Ant integration.</p>
  1186. <table>
  1187. <tr>
  1188. <th>Compatibility:</th>
  1189. <td>Ant 1.3 - 1.4.1</td>
  1190. </tr>
  1191. <tr>
  1192. <th>URL:</th>
  1193. <td><a href="http://www.eclipse.org">http://www.eclipse.org</a></td>
  1194. </tr>
  1195. <tr>
  1196. <th>Contact:</th>
  1197. <td><a href="news://news.eclipse.org/eclipse.tools">news://news.eclipse.org/eclipse.tools</a></td>
  1198. </tr>
  1199. <tr>
  1200. <th>License:</th>
  1201. <td>Common Public License Version 1.0</td>
  1202. </tr>
  1203. </table>
  1204. </subsection>
  1205. <subsection name="HP RadPak">
  1206. <p>
  1207. RadPak comes with the (free) HP Bluestone HPAS J2EE server, and is primarily
  1208. a GUI tool for packaging and deploying java web and EJB applications
  1209. as WAR and EAR files. The tool is ant based, and can be used with
  1210. as a GUI for general ant development, providing form based entry
  1211. of task attributes, and an animated display of task
  1212. execution.
  1213. </p>
  1214. <table>
  1215. <tr>
  1216. <th>Compatibility:</th>
  1217. <td>bundles Ant 1.3 and docs; adds a jar of extra tasks
  1218. to any existing ant installation under ANT_HOME</td>
  1219. </tr>
  1220. <tr>
  1221. <th>URL:</th>
  1222. <td><a href="http://www.bluestone.com/products/hp-as/">http://www.bluestone.com/products/hp-as/</a></td>
  1223. </tr>
  1224. <tr>
  1225. <th>License:</th>
  1226. <td>Proprietary but free to download</td>
  1227. </tr>
  1228. </table>
  1229. </subsection>
  1230. <subsection name="IntelliJ IDEA 2.0">
  1231. <p>Java IDE with refactoring support and Ant integration.</p>
  1232. <table>
  1233. <tr>
  1234. <th>Compatibility:</th>
  1235. <td>bundles Ant 1.3</td>
  1236. </tr>
  1237. <tr>
  1238. <th>URL:</th>
  1239. <td><a href="http://www.intellij.com/idea/">http://www.intellij.com/idea/</a></td>
  1240. </tr>
  1241. <tr>
  1242. <th>Contact:</th>
  1243. <td><a href="mailto:support@intellij.com">support@intellij.com</a></td>
  1244. </tr>
  1245. <tr>
  1246. <th>License:</th>
  1247. <td>Commercial</td>
  1248. </tr>
  1249. </table>
  1250. </subsection>
  1251. <subsection name="JDE(E) 2.2.8">
  1252. <p>The Java Development Environment for Emacs (JDEE) supports
  1253. Apache Ant as one of three built-in ways to build your
  1254. applications.</p>
  1255. <table>
  1256. <tr>
  1257. <th>Compatibility:</th>
  1258. <td>Ant 1.2 and later</td>
  1259. </tr>
  1260. <tr>
  1261. <th>URL:</th>
  1262. <td><a href="http://jde.sunsite.dk/">http://jde.sunsite.dk/</a></td>
  1263. </tr>
  1264. <tr>
  1265. <th>Contact:</th>
  1266. <td><a href="mailto:jde-subscribe@sunsite.auc.dk">JDEE Mailing list.</a></td>
  1267. </tr>
  1268. <tr>
  1269. <th>License:</th>
  1270. <td>GNU General Public License</td>
  1271. </tr>
  1272. </table>
  1273. </subsection>
  1274. <subsection name="NetBeans / Sun ONE Studio">
  1275. <p>A module that integrates Ant into the NetBeans or Sun ONE Studio (formerly Forte for Java) IDEs.</p>
  1276. <table>
  1277. <tr>
  1278. <th>Compatibility:</th>
  1279. <td>bundles Ant 1.5.1</td>
  1280. </tr>
  1281. <tr>
  1282. <th>URL:</th>
  1283. <td><a href="http://ant.netbeans.org/">http://ant.netbeans.org/</a></td>
  1284. </tr>
  1285. <tr>
  1286. <th>Contact:</th>
  1287. <td><a href="mailto:nbdev@netbeans.org">nbdev@netbeans.org</a></td>
  1288. </tr>
  1289. <tr>
  1290. <th>License:</th>
  1291. <td>Sun Public License</td>
  1292. </tr>
  1293. </table>
  1294. </subsection>
  1295. <subsection name="Oracle9i JDeveloper">
  1296. <p>Java IDE with support for Ant.</p>
  1297. <table>
  1298. <tr>
  1299. <th>Compatibility:</th>
  1300. <td>Ant 1.5.1</td>
  1301. </tr>
  1302. <tr>
  1303. <th>URL:</th>
  1304. <td><a href="http://otn.oracle.com/products/jdev/">http://otn.oracle.com/products/jdev/</a></td>
  1305. </tr>
  1306. <tr>
  1307. <th>Contact:</th>
  1308. <td><a href="mailto:jdeveloperbeta_us@oracle.com">jdeveloperbeta_us@oracle.com</a></td>
  1309. </tr>
  1310. <tr>
  1311. <th>License:</th>
  1312. <td>Commercial</td>
  1313. </tr>
  1314. </table>
  1315. </subsection>
  1316. <subsection name="WebSphere Studio Application Developer">
  1317. <p>WSAD features Ant integrate by virtue of being built on the Eclipse tools platform.</p>
  1318. <table>
  1319. <tr>
  1320. <th>Compatibility:</th>
  1321. <td>bundles Ant 1.4.1</td>
  1322. </tr>
  1323. <tr>
  1324. <th>Article:</th>
  1325. <td><a href="http://www7b.software.ibm.com/wsdd/library/techarticles/0203_searle/searle1.html">Ant Integration Part1</a></td>
  1326. </tr>
  1327. <tr>
  1328. <th>License:</th>
  1329. <td>Commercial</td>
  1330. </tr>
  1331. </table>
  1332. </subsection>
  1333. </section>
  1334. </body>
  1335. </document>