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

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