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

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