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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535
  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="Jacson">
  446. <p>Jacson is a configurable and plugable tool (much like Ant
  447. itself) to create filters for text (line based) files without
  448. programming.</p>
  449. <table>
  450. <tr>
  451. <th>Compatibility:</th>
  452. <td>Jacson has been used and tested with 1.5.1, should
  453. work with 1.4+</td>
  454. </tr>
  455. <tr>
  456. <th>URL:</th>
  457. <td><a href="http://jacson.sourceforge.net">http://jacson.sourceforge.net</a></td>
  458. </tr>
  459. <tr>
  460. <th>Contact:</th>
  461. <td><a href="mailto:jacson-user@lists.sourceforge.de">jacson-user@lists.sourceforge.de</a></td>
  462. </tr>
  463. <tr>
  464. <th>License:</th>
  465. <td>GNU Library or Lesser General Public License</td>
  466. </tr>
  467. </table>
  468. </subsection>
  469. <subsection name="Jalopy">
  470. <p>An Ant Plug-in for the Java Source Code Formatter
  471. Jalopy.</p>
  472. <table>
  473. <tr>
  474. <th>Compatibility:</th>
  475. <td>Ant 1.4 (or higher)</td>
  476. </tr>
  477. <tr>
  478. <th>URL:</th>
  479. <td><a href="http://jalopy.sourceforge.net">http://jalopy.sourceforge.net</a></td>
  480. </tr>
  481. <tr>
  482. <th>Contact:</th>
  483. <td><a href="http://jalopy.sf.net/contact.html">http://jalopy.sf.net/contact.html</a></td>
  484. </tr>
  485. <tr>
  486. <th>License:</th>
  487. <td>Starting with release 1.0 Beta 6 the license is the
  488. BSD License. Prior releases were under the GNU General
  489. Public License.</td>
  490. </tr>
  491. </table>
  492. </subsection>
  493. <subsection name="Java+ Precompile Task">
  494. <p>Java+ is an open source Java preprocessorthat adds these
  495. features to any Java compiler:</p>
  496. <ul>
  497. <li>Multi-line strings with executable inclusions like Perl
  498. and Ruby. It eliminates the need for JSP or ASP and their
  499. need for Java compilers on deployment servers (a security
  500. concern) while adding no overhead in either space or
  501. time. </li>
  502. <li>Optionally supports localization by segregating Java+
  503. strings into ResourceBundle files with invarient keys based
  504. on the hash code of the strings's value. This is handled
  505. automatically and transparently; no intervention is
  506. required.</li>
  507. <li>Fast. Negligible impact on build times. By default,
  508. skips inputs whose outputs are up to date to avoid
  509. triggering recompilations.</li>
  510. <li>Pure Java code, portable to any platform, with
  511. graphical, shell and ant interfaces.</li>
  512. <li>Simple, general, recursive, digraph-driven string
  513. syntax. Digraph characters are user-selectable.</li>
  514. </ul>
  515. <table>
  516. <tr>
  517. <th>Compatibility:</th>
  518. <td>Ant 1.5.1</td>
  519. </tr>
  520. <tr>
  521. <th>URL:</th>
  522. <td><a href="http://virtualschool.edu/java+/">http://virtualschool.edu/java+/</a></td>
  523. </tr>
  524. <tr>
  525. <th>Contact:</th>
  526. <td><a href="mailto:bcox@virtualschool.edu">Brad Cox</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="Javamake">
  535. <p>A task to compile Java sources and manage class file
  536. dependencies. Functionality is equivalent to that of standard
  537. Javac and Depend tasks combined, with improved dependency
  538. checking.</p>
  539. <table>
  540. <tr>
  541. <th>Compatibility:</th>
  542. <td>Ant 1.4.1</td>
  543. </tr>
  544. <tr>
  545. <th>URL:</th>
  546. <td><a href="http://www.experimentalstuff.com/Technologies/JavaMake/index.html">http://www.experimentalstuff.com/Technologies/JavaMake/index.html</a></td>
  547. </tr>
  548. <tr>
  549. <th>Contact:</th>
  550. <td><a href="mailto:Mikhail.Dmitriev@eng.sun.com">Mikhail Dmitriev</a></td>
  551. </tr>
  552. <tr>
  553. <th>License:</th>
  554. <td>BSD-like License</td>
  555. </tr>
  556. </table>
  557. </subsection>
  558. <subsection name="javarec">
  559. <p>Ant tasks that generate record classes for VisualAge for
  560. Java from Cobol copy books.</p>
  561. <table>
  562. <tr>
  563. <th>Compatibility:</th>
  564. <td>Ant 1.4</td>
  565. </tr>
  566. <tr>
  567. <th>URL:</th>
  568. <td><a href="http://glezen.org/javarec/">http://glezen.org/javarec/</a></td>
  569. </tr>
  570. <tr>
  571. <th>Contact:</th>
  572. <td><a href="mailto:pglezen@us.ibm.com">Paul Glezen</a></td>
  573. </tr>
  574. <tr>
  575. <th>License:</th>
  576. <td>Apache Software License</td>
  577. </tr>
  578. </table>
  579. </subsection>
  580. <subsection name="JCSC">
  581. <p>JCSC is a Java Coding Standard Checker which also features
  582. the generation of some code metrics. It is a command line tool
  583. with an Ant task to scan whole package trees. The result can
  584. viewed in an JavaDoc style web page.</p>
  585. <table>
  586. <tr>
  587. <th>Compatibility:</th>
  588. <td>Ant &gt;= 1.5</td>
  589. </tr>
  590. <tr>
  591. <th>URL:</th>
  592. <td><a href="http://jcsc.sourceforge.net/">http://jcsc.sourceforge.net/</a></td>
  593. </tr>
  594. <tr>
  595. <th>Contact:</th>
  596. <td><a href="mailto:rjocham72@netscape.net">Ralph Jocham</a></td>
  597. </tr>
  598. <tr>
  599. <th>License:</th>
  600. <td>GNU General Public License</td>
  601. </tr>
  602. </table>
  603. </subsection>
  604. <subsection name="Jing Task">
  605. <p> Validates XML files against the RELAX NG alternative to XML Schema.
  606. The Jing task for Ant allows you to efficiently validate
  607. multiple files against multiple RELAX NG patterns and integrate
  608. RELAX NG validation with other XML processing.</p>
  609. <table>
  610. <tr>
  611. <th>Compatibility:</th>
  612. <td>Ant 1.4 and later</td>
  613. </tr>
  614. <tr>
  615. <th>URL:</th>
  616. <td><a href="http://www.thaiopensource.com/relaxng/jing-ant.html">
  617. http://www.thaiopensource.com/relaxng/jing-ant.html</a></td>
  618. </tr>
  619. <tr>
  620. <th>License:</th>
  621. <td>BSD-like</td>
  622. </tr>
  623. </table>
  624. </subsection>
  625. <subsection name="jMetra">
  626. <p>jMetra is a tool for collecting code metrics across a
  627. project lifecycle and compiling the results into
  628. JavaDoc-styled documentation to analyze project metrics over
  629. time. jMetra is best utilized by integrating it with your
  630. project's scheduled build process.</p>
  631. <p>It works from the command line or using several provided
  632. Ant tasks.</p>
  633. <table>
  634. <tr>
  635. <th>Compatibility:</th>
  636. <td>Ant 1.4 and higher</td>
  637. </tr>
  638. <tr>
  639. <th>URL:</th>
  640. <td>
  641. <a href="http://www.jmetra.com/">http://www.jmetra.com/</a
  642. >
  643. </td>
  644. </tr>
  645. <tr>
  646. <th>Contact:</th>
  647. <td>
  648. <a href="mailto:tnewton@hypercisioninc.com">R Todd Newton
  649. </a>
  650. </td>
  651. </tr>
  652. <tr>
  653. <th>License:</th>
  654. <td>Commercial, free licenses for open source projects and
  655. evaluations.</td>
  656. </tr>
  657. </table>
  658. </subsection>
  659. <subsection name="JNI">
  660. <p>
  661. JNI is a free toolkit that makes easy work of
  662. integrating Java and C through the Java Native
  663. Interface (JNI). It includes a code generator that
  664. generates both Java "proxy" classes to access C
  665. "peer" classes, and C "proxy" classes to access
  666. Java "peer" classes or interfaces. It also
  667. includes a core library with a simplified JVM
  668. interface as well as "helper" classes to ease
  669. working with the JNI data types. The code
  670. generation is driven by an XML project file that
  671. can be created with the assistance of the GUI
  672. Project Manager. The code generation can be
  673. invoked either from Ant or from the
  674. GUI. Includes a comprehensive printable PDF User
  675. Guide and plenty of examples.</p>
  676. <table>
  677. <tr>
  678. <th>Compatibility:</th>
  679. <td>Ant 1.4</td>
  680. </tr>
  681. <tr>
  682. <th>URL:</th>
  683. <td><a href="http://jnipp.sf.net/">http://jnipp.sf.net/</a></td>
  684. </tr>
  685. <tr>
  686. <th>Contact:</th>
  687. <td><a href="mailto:ptrewhella@users.sf.net">Phillip E. Trewhella</a></td>
  688. </tr>
  689. <tr>
  690. <th>License:</th>
  691. <td>GNU LGPL</td>
  692. </tr>
  693. </table>
  694. </subsection>
  695. <subsection name="JRun Ant Tasks">
  696. <p>JRun 4 SP1 ships with lib/jrun-ant-tasks.jar, which defines
  697. three Ant tasks: jrun, jrunapp, and jrunjmx. Documentation
  698. for the tasks can be found in JRun under
  699. docs/ant/jrun.html.</p>
  700. <p>Note that the service pack must be installed on top of an
  701. existing JRun 4 installation.</p>
  702. <table>
  703. <tr>
  704. <th>Compatibility:</th>
  705. <td>Ant 1.4 or higher</td>
  706. </tr>
  707. <tr>
  708. <th>URL:</th>
  709. <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>
  710. </tr>
  711. <tr>
  712. <th>Contact:</th>
  713. <td><a href="mailto:bdeitte@macromedia.com">Brian Deitte</a></td>
  714. </tr>
  715. <tr>
  716. <th>License:</th>
  717. <td>Commercial</td>
  718. </tr>
  719. </table>
  720. </subsection>
  721. <subsection name="Macker">
  722. <p>A build-time architectural testing tool, designed
  723. to maintain clean layering / tiering / modularity.
  724. Macker works against compiled class files, checking
  725. dependencies between classes against a set of
  726. pattern-based access rules you specify for your
  727. project in an XML rules file. Macker doesn't presume
  728. anything about your architecture -- you write the
  729. rules, and Macker keeps you honest about them.</p>
  730. <table>
  731. <tr>
  732. <th>Compatibility:</th>
  733. <td>Ant 1.5 and higher (1.4 untested but may work)</td>
  734. </tr>
  735. <tr>
  736. <th>URL:</th>
  737. <td><a href="http://innig.net/macker/">http://innig.net/macker/</a></td>
  738. </tr>
  739. <tr>
  740. <th>Contact:</th>
  741. <td><a href="http://innig.net/macker/contact.html">Paul Cantrell</a></td>
  742. </tr>
  743. <tr>
  744. <th>License:</th>
  745. <td>GNU GPL 2.0</td>
  746. </tr>
  747. </table>
  748. </subsection>
  749. <subsection name="pack">
  750. <p>pack is a task to build the smallest possible JAR to link
  751. and run one or more classes.</p>
  752. <table>
  753. <tr>
  754. <th>Compatibility:</th>
  755. <td>Ant 1.5</td>
  756. </tr>
  757. <tr>
  758. <th>URL:</th>
  759. <td><a href="http://sadun-util.sourceforge.net/pack.html">http://sadun-util.sourceforge.net/pack.html</a></td>
  760. </tr>
  761. <tr>
  762. <th>Contact:</th>
  763. <td><a href="mailto:cristiano@xtractor.com">Cristiano Sadun</a></td>
  764. </tr>
  765. <tr>
  766. <th>License:</th>
  767. <td>GNU Lesser General Public License</td>
  768. </tr>
  769. </table>
  770. </subsection>
  771. <subsection name="PMD">
  772. <p>PMD checks Java source code for unused variables,
  773. unnecessary object creation, etc</p>
  774. <table>
  775. <tr>
  776. <th>Compatibility:</th>
  777. <td>Ant 1.4 and higher</td>
  778. </tr>
  779. <tr>
  780. <th>URL:</th>
  781. <td><a href="http://pmd.sf.net/">http://pmd.sf.net/</a></td>
  782. </tr>
  783. <tr>
  784. <th>Contact:</th>
  785. <td><a href="mailto:tcopeland@apache.org">Tom Copeland</a></td>
  786. </tr>
  787. <tr>
  788. <th>License:</th>
  789. <td>Apache Software Foundation License</td>
  790. </tr>
  791. </table>
  792. </subsection>
  793. <subsection name="Purge">
  794. <p>Purge deletes all but the most recent few files from a fileset.
  795. For example: if you have generated files (logs, .ear, .war, .jar
  796. etc) accumulating in a directory, the purge task will allow you
  797. to delete the older files, keeping just the most recent ones.</p>
  798. <table>
  799. <tr>
  800. <th>Compatibility:</th>
  801. <td>Ant 1.4 or above</td>
  802. </tr>
  803. <tr>
  804. <th>URL:</th>
  805. <td><a href="http://www.dallaway.com/ant/">http://www.dallaway.com/ant/</a></td>
  806. </tr>
  807. <tr>
  808. <th>Contact:</th>
  809. <td><a href="mailto:purge@dallaway.com">Richard Dallaway</a></td>
  810. </tr>
  811. <tr>
  812. <th>License:</th>
  813. <td>LGPL</td>
  814. </tr>
  815. </table>
  816. </subsection>
  817. <subsection name="SerialVer">
  818. <p>SerialVer adds the Java serialver functionality to Apache
  819. Ant. This project adds Tasks and FilterReaders to get, to
  820. insert and to modify the serialVersionUID in the source code
  821. of a serializable class.</p>
  822. <table>
  823. <tr>
  824. <th>Compatibility:</th>
  825. <td>Ant 1.5.1 and later</td>
  826. </tr>
  827. <tr>
  828. <th>URL:</th>
  829. <td><a href="http://serialver.sourceforge.net/">http://serialver.sourceforge.net/</a></td>
  830. </tr>
  831. <tr>
  832. <th>Contact:</th>
  833. <td><a href="https://lists.sourceforge.net/lists/listinfo/serialver-development">developer mailing list</a></td>
  834. </tr>
  835. <tr>
  836. <th>License:</th>
  837. <td>Apache Software License</td>
  838. </tr>
  839. </table>
  840. </subsection>
  841. <subsection name="Styler">
  842. <p>The styler task makes useful combinations of XSLT transformations
  843. easy to specify in an Ant build file. Like the built-in Ant task
  844. style, styler can apply a single transformation to a set of XML files.
  845. But it can also:</p>
  846. <ul>
  847. <li>handle multiple transformations, in parallel or pipelined.</li>
  848. <li>enable transformations that split or merge files</li>
  849. <li>process non-XML files, especially HTML (based on JTidy)</li>
  850. <li>apply non-XSLT transformation, especially "regular
  851. fragmentations"</li>
  852. <li>use any custom XMLReader or XMLFilter class to handle new file
  853. formats and transformation techniques.</li>
  854. </ul>
  855. <table>
  856. <tr>
  857. <th>Compatibility:</th>
  858. <td>Ant 1.4</td>
  859. </tr>
  860. <tr>
  861. <th>URL:</th>
  862. <td><a href="http://www.langdale.com.au/styler/">http://www.langdale.com.au/styler/</a></td>
  863. </tr>
  864. <tr>
  865. <th>Contact:</th>
  866. <td><a href="mailto:adv@langdale.com.au">Arnold deVos</a></td>
  867. </tr>
  868. <tr>
  869. <th>License:</th>
  870. <td>LGPL</td>
  871. </tr>
  872. </table>
  873. </subsection>
  874. <subsection name="Tidy Imports (Tim)">
  875. <p>Tim is a handy utility that can be executed on the command
  876. line or via Ant that automatically formats your import
  877. declarations. Tim is capable of removing unused imports,
  878. expanding or collapsing imports and even organising them into
  879. pre-determined groups.</p>
  880. <table>
  881. <tr>
  882. <th>Compatibility:</th>
  883. <td>Ant 1.3 and later</td>
  884. </tr>
  885. <tr>
  886. <th>URL:</th>
  887. <td><a href="http://www.chive.com/tim.htm">http://www.chive.com/tim.htm</a></td>
  888. </tr>
  889. <tr>
  890. <th>Contact:</th>
  891. <td><a href="mailto:support@chive.com">support@chive.com</a></td>
  892. </tr>
  893. <tr>
  894. <th>License:</th>
  895. <td>Commercial</td>
  896. </tr>
  897. </table>
  898. </subsection>
  899. <subsection name="TiniAnt">
  900. <p>TiniAnt is an Ant task to support building applications for
  901. the <a href="http://www.ibutton.com/TINI/">TINI</a>.</p>
  902. <table>
  903. <tr>
  904. <th>Compatibility:</th>
  905. <td>Ant 1.2 to 1.4.1</td>
  906. </tr>
  907. <tr>
  908. <th>URL:</th>
  909. <td><a href="http://tiniant.sourceforge.net/">http://tiniant.sourceforge.net/</a></td>
  910. </tr>
  911. <tr>
  912. <th>Contact:</th>
  913. <td><a href="mailto:kelly@ad1440.net">Sean Kelly</a></td>
  914. </tr>
  915. <tr>
  916. <th>License:</th>
  917. <td>BSD-like license</td>
  918. </tr>
  919. </table>
  920. </subsection>
  921. <subsection name="Venus Application Publisher's (Vamp) Ant Task Suite">
  922. <p>Venus Application Publisher's (Vamp) Ant Task Suite allows
  923. you to sign and package your applications into relocatable Web
  924. Archives that you can drop into your web server for
  925. single-click launching using Java Web Start or into single
  926. Java Archive installers that serve up their content through a
  927. built-in, multi-threaded, ultra light-weight web server.</p>
  928. <table>
  929. <tr>
  930. <th>Compatibility:</th>
  931. <td>Ant 1.2 and 1.3</td>
  932. </tr>
  933. <tr>
  934. <th>URL:</th>
  935. <td><a href="http://www.geocities.com/vamp201/ant.html">http://www.geocities.com/vamp201/ant.html</a></td>
  936. </tr>
  937. <tr>
  938. <th>Contact:</th>
  939. <td><a href="mailto:vamp201@yahoo.com">Gerald Bauer</a></td>
  940. </tr>
  941. <tr>
  942. <th>License:</th>
  943. <td>GNU General Public License</td>
  944. </tr>
  945. </table>
  946. </subsection>
  947. <subsection name="Version_Tool">
  948. <p>A versioning tool for Ant.</p>
  949. <table>
  950. <tr>
  951. <th>Compatibility:</th>
  952. <td>Ant 1.5.1</td>
  953. </tr>
  954. <tr>
  955. <th>URL:</th>
  956. <td><a href="http://ant.ryangrier.com/">http://ant.ryangrier.com/</a></td>
  957. </tr>
  958. <tr>
  959. <th>Contact:</th>
  960. <td><a href="mailto:version_tool@ryangrier.com">version_tool@ryangrier.com</a></td>
  961. </tr>
  962. <tr>
  963. <th>License:</th>
  964. <td>BSD license</td>
  965. </tr>
  966. </table>
  967. </subsection>
  968. <subsection name="VPP">
  969. <p>VPP provides general file preprocessing support based on
  970. the Velocity Template Engine. The core funtionality is
  971. provided as a filter for use with tasks that supports filter
  972. chains. Also included are replacement tasks for &lt;copy&gt; and
  973. &lt;javac&gt; that integrate support for preprocessing.</p>
  974. <table>
  975. <tr>
  976. <th>Compatibility:</th>
  977. <td>1.5.1 and above</td>
  978. </tr>
  979. <tr>
  980. <th>URL:</th>
  981. <td><a href="http://vpp.sourceforge.net/">http://vpp.sourceforge.net/</a></td>
  982. </tr>
  983. <tr>
  984. <th>Contact:</th>
  985. <td><a href="mailto:vpp-user@lists.sourceforge.net">vpp-user@lists.sourceforge.net</a></td>
  986. </tr>
  987. <tr>
  988. <th>License:</th>
  989. <td>BSD license</td>
  990. </tr>
  991. </table>
  992. </subsection>
  993. <subsection name="WOProject">
  994. <p>WOProject provides a set of tools to work with
  995. <a href="http://webobjects.com/">WebObjects 5.1</a>
  996. independent from platform and IDE. It significantly
  997. improves developer productivity
  998. and makes complex project structures more flexible compared to
  999. traditional Makefile-based approach.
  1000. </p>
  1001. <table>
  1002. <tr>
  1003. <th>Compatibility:</th>
  1004. <td>Ant 1.4</td>
  1005. </tr>
  1006. <tr>
  1007. <th>URL:</th>
  1008. <td><a href="http://objectstyle.org/woproject/">http://objectstyle.org/woproject/</a></td>
  1009. </tr>
  1010. <tr>
  1011. <th>Contact:</th>
  1012. <td><a href="mailto:andrus@objectstyle.org">Andrus Adamchik</a></td>
  1013. </tr>
  1014. <tr>
  1015. <th>License:</th>
  1016. <td>Apache license</td>
  1017. </tr>
  1018. </table>
  1019. </subsection>
  1020. <subsection name="XDoclet">
  1021. <p>XDoclet is an extended Javadoc Doclet engine for use in Ant.
  1022. It lets you create custom Javadoc @tags and based on those tags
  1023. generates source code or other files (such as xml-ish deployment
  1024. descriptors). Templates and matching tasks are provided to generate
  1025. EJB and web application deployment descriptors.
  1026. </p>
  1027. <table>
  1028. <tr>
  1029. <th>Compatibility:</th>
  1030. <td>Ant 1.4</td>
  1031. </tr>
  1032. <tr>
  1033. <th>URL:</th>
  1034. <td><a href="http://sourceforge.net/projects/xdoclet/">http://sourceforge.net/projects/xdoclet/</a></td>
  1035. </tr>
  1036. <tr>
  1037. <th>License:</th>
  1038. <td>BSD license</td>
  1039. </tr>
  1040. </table>
  1041. </subsection>
  1042. <subsection name="XmlTask">
  1043. <p>XmlTask provides a simple means to modify XML documents
  1044. without having to learn XSLT. A simple path reference to an
  1045. XML node specifies the node you want to change, and how you
  1046. want to allow XML insertion and removal, or attribute
  1047. changes. The emphasis is on providing the simplest means to
  1048. perform common XML replacements</p>
  1049. <table>
  1050. <tr>
  1051. <th>Compatibility:</th>
  1052. <td>Ant 1.4 and later</td>
  1053. </tr>
  1054. <tr>
  1055. <th>URL:</th>
  1056. <td><a href="http://www.oopsconsultancy.com/software/xmltask.html">http://www.oopsconsultancy.com/software/xmltask.html</a></td>
  1057. </tr>
  1058. <tr>
  1059. <th>Contact:</th>
  1060. <td><a href="mailto:xmltask@oopsconsultancy.com">xmltask@oopsconsultancy.com</a></td>
  1061. </tr>
  1062. <tr>
  1063. <th>License:</th>
  1064. <td>GNU General Public License</td>
  1065. </tr>
  1066. </table>
  1067. </subsection>
  1068. <subsection name="yGuard">
  1069. <p>yGuard is a free Java(TM) Bytecode Obfuscator Task that
  1070. needs no external script or project files. It can completely
  1071. be configured and run through the Ant build script. The task
  1072. supports multiple Jar files at once and makes use of
  1073. patternsets and regular expressions to specify elements, which
  1074. should be left unobfuscated. Additionally it can be used to
  1075. produce patches for obfuscated applications that have already
  1076. been deployed.</p>
  1077. <table>
  1078. <tr>
  1079. <th>Compatibility:</th>
  1080. <td>Ant 1.5 and later</td>
  1081. </tr>
  1082. <tr>
  1083. <th>URL:</th>
  1084. <td><a href="http://www.yworks.com/products/yguard">http://www.yworks.com/products/yguard</a></td>
  1085. </tr>
  1086. <tr>
  1087. <th>Contact:</th>
  1088. <td><a href="mailto:yguard@yworks.com">yGuard@yWorks.com</a></td>
  1089. </tr>
  1090. <tr>
  1091. <th>License:</th>
  1092. <td>Library: LGPL, Task: Commercial</td>
  1093. </tr>
  1094. </table>
  1095. </subsection>
  1096. </section>
  1097. <section name="Compiler Implementations">
  1098. <subsection name="miniRMI &lt;code&gt;&amp;lt;rmic&amp;gt;&lt;/code&gt; implementation">
  1099. <p>miniRMI is a freeware opensource library that serves as a
  1100. lightweight replacement for the original java.rmi packages and
  1101. is suitable especially for applets. Ant 1.4+
  1102. <code>&lt;rmic&gt;</code> adapter included.</p>
  1103. <table>
  1104. <tr>
  1105. <th>Compatibility:</th>
  1106. <td>Ant 1.4 and later</td>
  1107. </tr>
  1108. <tr>
  1109. <th>URL:</th>
  1110. <td><a href="http://dione.zcu.cz/~toman40/miniRMI/">http://dione.zcu.cz/~toman40/miniRMI/</a></td>
  1111. </tr>
  1112. <tr>
  1113. <th>Contact:</th>
  1114. <td><a href="mailto:Petr.Toman@pinknet.cz">Petr Toman</a></td>
  1115. </tr>
  1116. <tr>
  1117. <th>License:</th>
  1118. <td>Gnu Lesser Public License</td>
  1119. </tr>
  1120. </table>
  1121. </subsection>
  1122. </section>
  1123. <section name="IDE and Editor Integration">
  1124. <subsection name="AntFarm">
  1125. <p>A plugin that integrates Ant into the jEdit editor.</p>
  1126. <table>
  1127. <tr>
  1128. <th>Compatibility:</th>
  1129. <td>bundles Ant 1.3</td>
  1130. </tr>
  1131. <tr>
  1132. <th>URL:</th>
  1133. <td><a href="http://plugins.jedit.org/plugins/AntFarm">http://plugins.jedit.org/plugins/AntFarm</a></td>
  1134. </tr>
  1135. <tr>
  1136. <th>Contact:</th>
  1137. <td><a href="mailto:jedit-devel@lists.sourceforge.net">jEdit developers mailinglist</a></td>
  1138. </tr>
  1139. <tr>
  1140. <th>License:</th>
  1141. <td>Apache Software License</td>
  1142. </tr>
  1143. </table>
  1144. </subsection>
  1145. <subsection name="AntMan">
  1146. <p>An AddIn that integrates Ant with the JDeveloper IDE</p>
  1147. <table>
  1148. <tr>
  1149. <th>Compatibility:</th>
  1150. <td>Ant 1.4.1</td>
  1151. </tr>
  1152. <tr>
  1153. <th>URL:</th>
  1154. <td><a href="http://www.erudra.com/antman/index.html">http://www.erudra.com/antman/index.html</a></td>
  1155. </tr>
  1156. <tr>
  1157. <th>Contact:</th>
  1158. <td><a href="mailto:ashok@erudra.com">Ashok Sridhar</a></td>
  1159. </tr>
  1160. <tr>
  1161. <th>License:</th>
  1162. <td>GNU General Public License</td>
  1163. </tr>
  1164. </table>
  1165. </subsection>
  1166. <subsection name="AntRunner">
  1167. <p>An OpenTool that integrates Ant into the JBuilder IDE.</p>
  1168. <table>
  1169. <tr>
  1170. <th>Compatibility:</th>
  1171. <td>Ant 1.2 and 1.3</td>
  1172. </tr>
  1173. <tr>
  1174. <th>URL:</th>
  1175. <td><a href="http://www.dieter-bogdoll.de/java/AntRunner/">http://www.dieter-bogdoll.de/java/AntRunner/</a></td>
  1176. </tr>
  1177. <tr>
  1178. <th>Contact:</th>
  1179. <td><a href="mailto:bogdoll@users.sourceforge.net">Dieter Bogdoll</a></td>
  1180. </tr>
  1181. <tr>
  1182. <th>License:</th>
  1183. <td>GNU General Public License</td>
  1184. </tr>
  1185. </table>
  1186. </subsection>
  1187. <subsection name="AntWork">
  1188. <p>A plugin that integrates Ant into the Jext editor.</p>
  1189. <table>
  1190. <tr>
  1191. <th>Compatibility:</th>
  1192. <td>Ant 1.2 and 1.3</td>
  1193. </tr>
  1194. <tr>
  1195. <th>URL:</th>
  1196. <td><a href="ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip">ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip</a></td>
  1197. </tr>
  1198. <tr>
  1199. <th>Contact:</th>
  1200. <td><a href="mailto:KHartlage@t-online.de">Klaus Hartlage</a></td>
  1201. </tr>
  1202. <tr>
  1203. <th>License:</th>
  1204. <td>GNU General Public License</td>
  1205. </tr>
  1206. </table>
  1207. </subsection>
  1208. <subsection name="Eclipse">
  1209. <p>Eclipse is a universal tool platform with Ant integration.</p>
  1210. <table>
  1211. <tr>
  1212. <th>Compatibility:</th>
  1213. <td>Ant 1.3 - 1.4.1</td>
  1214. </tr>
  1215. <tr>
  1216. <th>URL:</th>
  1217. <td><a href="http://www.eclipse.org">http://www.eclipse.org</a></td>
  1218. </tr>
  1219. <tr>
  1220. <th>Contact:</th>
  1221. <td><a href="news://news.eclipse.org/eclipse.tools">news://news.eclipse.org/eclipse.tools</a></td>
  1222. </tr>
  1223. <tr>
  1224. <th>License:</th>
  1225. <td>Common Public License Version 1.0</td>
  1226. </tr>
  1227. </table>
  1228. </subsection>
  1229. <subsection name="HP RadPak">
  1230. <p>
  1231. RadPak comes with the (free) HP Bluestone HPAS J2EE server, and is primarily
  1232. a GUI tool for packaging and deploying java web and EJB applications
  1233. as WAR and EAR files. The tool is ant based, and can be used with
  1234. as a GUI for general ant development, providing form based entry
  1235. of task attributes, and an animated display of task
  1236. execution.
  1237. </p>
  1238. <table>
  1239. <tr>
  1240. <th>Compatibility:</th>
  1241. <td>bundles Ant 1.3 and docs; adds a jar of extra tasks
  1242. to any existing ant installation under ANT_HOME</td>
  1243. </tr>
  1244. <tr>
  1245. <th>URL:</th>
  1246. <td><a href="http://www.bluestone.com/products/hp-as/">http://www.bluestone.com/products/hp-as/</a></td>
  1247. </tr>
  1248. <tr>
  1249. <th>License:</th>
  1250. <td>Proprietary but free to download</td>
  1251. </tr>
  1252. </table>
  1253. </subsection>
  1254. <subsection name="IntelliJ IDEA 2.0">
  1255. <p>Java IDE with refactoring support and Ant integration.</p>
  1256. <table>
  1257. <tr>
  1258. <th>Compatibility:</th>
  1259. <td>bundles Ant 1.3</td>
  1260. </tr>
  1261. <tr>
  1262. <th>URL:</th>
  1263. <td><a href="http://www.intellij.com/idea/">http://www.intellij.com/idea/</a></td>
  1264. </tr>
  1265. <tr>
  1266. <th>Contact:</th>
  1267. <td><a href="mailto:support@intellij.com">support@intellij.com</a></td>
  1268. </tr>
  1269. <tr>
  1270. <th>License:</th>
  1271. <td>Commercial</td>
  1272. </tr>
  1273. </table>
  1274. </subsection>
  1275. <subsection name="JDE(E) 2.2.8">
  1276. <p>The Java Development Environment for Emacs (JDEE) supports
  1277. Apache Ant as one of three built-in ways to build your
  1278. applications.</p>
  1279. <table>
  1280. <tr>
  1281. <th>Compatibility:</th>
  1282. <td>Ant 1.2 and later</td>
  1283. </tr>
  1284. <tr>
  1285. <th>URL:</th>
  1286. <td><a href="http://jde.sunsite.dk/">http://jde.sunsite.dk/</a></td>
  1287. </tr>
  1288. <tr>
  1289. <th>Contact:</th>
  1290. <td><a href="mailto:jde-subscribe@sunsite.auc.dk">JDEE Mailing list.</a></td>
  1291. </tr>
  1292. <tr>
  1293. <th>License:</th>
  1294. <td>GNU General Public License</td>
  1295. </tr>
  1296. </table>
  1297. </subsection>
  1298. <subsection name="NetBeans / Sun ONE Studio">
  1299. <p>A module that integrates Ant into the NetBeans or Sun ONE Studio (formerly Forte for Java) IDEs.</p>
  1300. <table>
  1301. <tr>
  1302. <th>Compatibility:</th>
  1303. <td>bundles Ant 1.5.1</td>
  1304. </tr>
  1305. <tr>
  1306. <th>URL:</th>
  1307. <td><a href="http://ant.netbeans.org/">http://ant.netbeans.org/</a></td>
  1308. </tr>
  1309. <tr>
  1310. <th>Contact:</th>
  1311. <td><a href="mailto:nbdev@netbeans.org">nbdev@netbeans.org</a></td>
  1312. </tr>
  1313. <tr>
  1314. <th>License:</th>
  1315. <td>Sun Public License</td>
  1316. </tr>
  1317. </table>
  1318. </subsection>
  1319. <subsection name="Oracle9i JDeveloper">
  1320. <p>Java IDE with support for Ant.</p>
  1321. <table>
  1322. <tr>
  1323. <th>Compatibility:</th>
  1324. <td>Ant 1.5.1</td>
  1325. </tr>
  1326. <tr>
  1327. <th>URL:</th>
  1328. <td><a href="http://otn.oracle.com/products/jdev/">http://otn.oracle.com/products/jdev/</a></td>
  1329. </tr>
  1330. <tr>
  1331. <th>Contact:</th>
  1332. <td><a href="mailto:jdeveloperbeta_us@oracle.com">jdeveloperbeta_us@oracle.com</a></td>
  1333. </tr>
  1334. <tr>
  1335. <th>License:</th>
  1336. <td>Commercial</td>
  1337. </tr>
  1338. </table>
  1339. </subsection>
  1340. <subsection name="WebSphere Studio Application Developer">
  1341. <p>WSAD features Ant integrate by virtue of being built on the Eclipse tools platform.</p>
  1342. <table>
  1343. <tr>
  1344. <th>Compatibility:</th>
  1345. <td>bundles Ant 1.4.1</td>
  1346. </tr>
  1347. <tr>
  1348. <th>Article:</th>
  1349. <td><a href="http://www7b.software.ibm.com/wsdd/library/techarticles/0203_searle/searle1.html">Ant Integration Part1</a></td>
  1350. </tr>
  1351. <tr>
  1352. <th>License:</th>
  1353. <td>Commercial</td>
  1354. </tr>
  1355. </table>
  1356. </subsection>
  1357. </section>
  1358. </body>
  1359. </document>