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.html 61 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- Content Stylesheet for Site -->
  3. <!-- start the processing -->
  4. <html>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
  7. <meta name="author" value="Stefan Bodewig">
  8. <meta name="email" value="bodewig@apache.org">
  9. <title>The Jakarta Site - External Tools and Tasks</title>
  10. </head>
  11. <body bgcolor="#ffffff" text="#000000" link="#525D76">
  12. <table border="0" width="100%" cellspacing="0">
  13. <!-- TOP IMAGE -->
  14. <tr>
  15. <td colspan="2">
  16. <a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" align="left" border="0"/></a>
  17. </td>
  18. </tr>
  19. </table>
  20. <table border="0" width="100%" cellspacing="4">
  21. <tr><td colspan="2">
  22. <hr noshade="" size="1"/>
  23. </td></tr>
  24. <tr>
  25. <!-- LEFT SIDE NAVIGATION -->
  26. <td valign="top" nowrap="true">
  27. <p><strong>Apache Ant</strong></p>
  28. <ul>
  29. <li> <a href="./index.html">Front Page</a>
  30. </li>
  31. <li> <a href="./antnews.html">News</a>
  32. </li>
  33. <li> <a href="./manual/index.html">Documentation</a>
  34. </li>
  35. <li> <a href="./external.html">External Tools and Tasks</a>
  36. </li>
  37. <li> <a href="./resources.html">Resources</a>
  38. </li>
  39. <li> <a href="./faq.html">Ant FAQ</a>
  40. </li>
  41. <li> <a href="./problems.html">Having Problems?</a>
  42. </li>
  43. </ul>
  44. <p><strong>Download</strong></p>
  45. <ul>
  46. <li> <a href="http://jakarta.apache.org/site/binindex.html">Binaries</a>
  47. </li>
  48. <li> <a href="http://jakarta.apache.org/site/sourceindex.html">Source Code</a>
  49. </li>
  50. </ul>
  51. <p><strong>Jakarta</strong></p>
  52. <ul>
  53. <li> <a href="http://jakarta.apache.org/site/news.html">News & Status</a>
  54. </li>
  55. <li> <a href="http://jakarta.apache.org/site/mission.html">Mission</a>
  56. </li>
  57. <li> <a href="http://jakarta.apache.org/site/guidelines.html">Guidelines Notes</a>
  58. </li>
  59. <li> <a href="http://jakarta.apache.org/site/faqs.html">FAQs</a>
  60. </li>
  61. </ul>
  62. <p><strong>Get Involved</strong></p>
  63. <ul>
  64. <li> <a href="http://jakarta.apache.org/site/getinvolved.html">Overview</a>
  65. </li>
  66. <li> <a href="http://jakarta.apache.org/site/cvsindex.html">CVS Repositories</a>
  67. </li>
  68. <li> <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
  69. </li>
  70. <li> <a href="http://jakarta.apache.org/site/library.html">Reference Library</a>
  71. </li>
  72. <li> <a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a>
  73. </li>
  74. <li> <a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&bug_severity=Enhancement">Enhancement Requests</a>
  75. </li>
  76. </ul>
  77. </td>
  78. <td align="left" valign="top">
  79. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  80. <tr><td bgcolor="#525D76">
  81. <font color="#ffffff" face="arial,helvetica,sanserif">
  82. <a name="External Tools and Tasks"><strong>External Tools and Tasks</strong></a>
  83. </font>
  84. </td></tr>
  85. <tr><td>
  86. <blockquote>
  87. <p>This page lists external resources for Apache Ant: tasks, IDE
  88. integration tools, loggers, you name it. If you've written
  89. something that should be included, please post all relevant
  90. information to one of the mailing lists.</p>
  91. <p>Nothing listed here is directly supported by the Ant
  92. developers, if you encounter any problems with them, please use
  93. the contact information.</p>
  94. </blockquote>
  95. </td></tr>
  96. </table>
  97. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  98. <tr><td bgcolor="#525D76">
  99. <font color="#ffffff" face="arial,helvetica,sanserif">
  100. <a name="Tasks"><strong>Tasks</strong></a>
  101. </font>
  102. </td></tr>
  103. <tr><td>
  104. <blockquote>
  105. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  106. <tr><td bgcolor="#828DA6">
  107. <font color="#ffffff" face="arial,helvetica,sanserif">
  108. <a name="AJC"><strong>AJC</strong></a>
  109. </font>
  110. </td></tr>
  111. <tr><td>
  112. <blockquote>
  113. <p><a href="http://aspectj.org">AspectJ</a> is an
  114. aspect-oriented extension to Java. This task compiles a
  115. source tree using the AspectJ compiler -- AJC.</p>
  116. <table>
  117. <tr>
  118. <td bgcolor="#039acc" colspan="" rowspan=""
  119. valign="top" align="left">
  120. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  121. Compatibility:
  122. </font>
  123. </td>
  124. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  125. valign="top" align="left">
  126. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  127. Ant 1.3
  128. </font>
  129. </td>
  130. </tr>
  131. <tr>
  132. <td bgcolor="#039acc" colspan="" rowspan=""
  133. valign="top" align="left">
  134. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  135. URL:
  136. </font>
  137. </td>
  138. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  139. valign="top" align="left">
  140. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  141. <a href="http://aspectj.org/dl">http://aspectj.org/dl</a>
  142. </font>
  143. </td>
  144. </tr>
  145. <tr>
  146. <td bgcolor="#039acc" colspan="" rowspan=""
  147. valign="top" align="left">
  148. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  149. Contact:
  150. </font>
  151. </td>
  152. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  153. valign="top" align="left">
  154. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  155. <a href="mailto:support@aspectj.org">support@aspectj.org</a>
  156. </font>
  157. </td>
  158. </tr>
  159. <tr>
  160. <td bgcolor="#039acc" colspan="" rowspan=""
  161. valign="top" align="left">
  162. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  163. License:
  164. </font>
  165. </td>
  166. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  167. valign="top" align="left">
  168. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  169. Apache Software License
  170. </font>
  171. </td>
  172. </tr>
  173. </table>
  174. </blockquote>
  175. </td></tr>
  176. </table>
  177. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  178. <tr><td bgcolor="#828DA6">
  179. <font color="#ffffff" face="arial,helvetica,sanserif">
  180. <a name="Anakia"><strong>Anakia</strong></a>
  181. </font>
  182. </td></tr>
  183. <tr><td>
  184. <blockquote>
  185. <p>Actually, Anakia is more than just an Ant task, it is a an
  186. XML transformation tool based on JDOM, Velocity and Ant.</p>
  187. <table>
  188. <tr>
  189. <td bgcolor="#039acc" colspan="" rowspan=""
  190. valign="top" align="left">
  191. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  192. Compatibility:
  193. </font>
  194. </td>
  195. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  196. valign="top" align="left">
  197. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  198. Ant 1.2 and later
  199. </font>
  200. </td>
  201. </tr>
  202. <tr>
  203. <td bgcolor="#039acc" colspan="" rowspan=""
  204. valign="top" align="left">
  205. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  206. URL:
  207. </font>
  208. </td>
  209. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  210. valign="top" align="left">
  211. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  212. <a href="http://jakarta.apache.org/velocity/anakia.html">http://jakarta.apache.org/velocity/anakia.html</a>
  213. </font>
  214. </td>
  215. </tr>
  216. <tr>
  217. <td bgcolor="#039acc" colspan="" rowspan=""
  218. valign="top" align="left">
  219. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  220. Contact:
  221. </font>
  222. </td>
  223. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  224. valign="top" align="left">
  225. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  226. <a href="http://jakarta.apache.org/site/mail2.html">Velocity mailing lists</a>
  227. </font>
  228. </td>
  229. </tr>
  230. <tr>
  231. <td bgcolor="#039acc" colspan="" rowspan=""
  232. valign="top" align="left">
  233. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  234. License:
  235. </font>
  236. </td>
  237. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  238. valign="top" align="left">
  239. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  240. Apache Software License
  241. </font>
  242. </td>
  243. </tr>
  244. </table>
  245. </blockquote>
  246. </td></tr>
  247. </table>
  248. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  249. <tr><td bgcolor="#828DA6">
  250. <font color="#ffffff" face="arial,helvetica,sanserif">
  251. <a name="Checkstyle"><strong>Checkstyle</strong></a>
  252. </font>
  253. </td></tr>
  254. <tr><td>
  255. <blockquote>
  256. <p>Checkstyle is a development tool to help programmers write
  257. Java code that adheres to a coding standard. Its purpose is to
  258. automate the process of checking Java code, and to spare
  259. humans of this boring (but important) task.</p>
  260. <p>Checkstyle can be run via an ANT task or a command line
  261. utility.</p>
  262. <table>
  263. <tr>
  264. <td bgcolor="#039acc" colspan="" rowspan=""
  265. valign="top" align="left">
  266. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  267. Compatibility:
  268. </font>
  269. </td>
  270. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  271. valign="top" align="left">
  272. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  273. Ant 1.2 to 1.4.1
  274. </font>
  275. </td>
  276. </tr>
  277. <tr>
  278. <td bgcolor="#039acc" colspan="" rowspan=""
  279. valign="top" align="left">
  280. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  281. URL:
  282. </font>
  283. </td>
  284. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  285. valign="top" align="left">
  286. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  287. <a href="http://checkstyle.sourceforge.net/">http://checkstyle.sourceforge.net/</a>
  288. </font>
  289. </td>
  290. </tr>
  291. <tr>
  292. <td bgcolor="#039acc" colspan="" rowspan=""
  293. valign="top" align="left">
  294. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  295. Contact:
  296. </font>
  297. </td>
  298. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  299. valign="top" align="left">
  300. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  301. <a href="mailto:checkstyle@puppycrawl.com">Oliver Burn</a>
  302. </font>
  303. </td>
  304. </tr>
  305. <tr>
  306. <td bgcolor="#039acc" colspan="" rowspan=""
  307. valign="top" align="left">
  308. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  309. License:
  310. </font>
  311. </td>
  312. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  313. valign="top" align="left">
  314. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  315. GNU General Public License
  316. </font>
  317. </td>
  318. </tr>
  319. </table>
  320. </blockquote>
  321. </td></tr>
  322. </table>
  323. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  324. <tr><td bgcolor="#828DA6">
  325. <font color="#ffffff" face="arial,helvetica,sanserif">
  326. <a name="Configure"><strong>Configure</strong></a>
  327. </font>
  328. </td></tr>
  329. <tr><td>
  330. <blockquote>
  331. <p>Recursive build support (call ant on every package level,
  332. and only build files in that package or in that package and
  333. everything below) with seperation of source and output.</p>
  334. <p>The task generates build files in any subdirectory (except
  335. for CVS-directories) for you. Only place one build.xml file in
  336. the top and call target 'setup' or
  337. 'rescan'.</p>
  338. <table>
  339. <tr>
  340. <td bgcolor="#039acc" colspan="" rowspan=""
  341. valign="top" align="left">
  342. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  343. Compatibility:
  344. </font>
  345. </td>
  346. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  347. valign="top" align="left">
  348. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  349. Ant 1.2 and 1.3
  350. </font>
  351. </td>
  352. </tr>
  353. <tr>
  354. <td bgcolor="#039acc" colspan="" rowspan=""
  355. valign="top" align="left">
  356. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  357. URL:
  358. </font>
  359. </td>
  360. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  361. valign="top" align="left">
  362. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  363. <a href="http://www.dsdelft.nl/~lemval/ant/">http://www.dsdelft.nl/~lemval/ant/</a>
  364. </font>
  365. </td>
  366. </tr>
  367. <tr>
  368. <td bgcolor="#039acc" colspan="" rowspan=""
  369. valign="top" align="left">
  370. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  371. Contact:
  372. </font>
  373. </td>
  374. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  375. valign="top" align="left">
  376. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  377. <a href="mailto:lemval@dsdelft.nl">M.J.P. van Leeuwen</a>
  378. </font>
  379. </td>
  380. </tr>
  381. <tr>
  382. <td bgcolor="#039acc" colspan="" rowspan=""
  383. valign="top" align="left">
  384. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  385. License:
  386. </font>
  387. </td>
  388. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  389. valign="top" align="left">
  390. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  391. License derived from Apache Software License
  392. </font>
  393. </td>
  394. </tr>
  395. </table>
  396. </blockquote>
  397. </td></tr>
  398. </table>
  399. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  400. <tr><td bgcolor="#828DA6">
  401. <font color="#ffffff" face="arial,helvetica,sanserif">
  402. <a name="Doxygen task"><strong>Doxygen task</strong></a>
  403. </font>
  404. </td></tr>
  405. <tr><td>
  406. <blockquote>
  407. <p>Ant task for running the Doxygen documentation system.</p>
  408. <table>
  409. <tr>
  410. <td bgcolor="#039acc" colspan="" rowspan=""
  411. valign="top" align="left">
  412. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  413. Compatibility:
  414. </font>
  415. </td>
  416. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  417. valign="top" align="left">
  418. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  419. Ant 1.1 and later
  420. </font>
  421. </td>
  422. </tr>
  423. <tr>
  424. <td bgcolor="#039acc" colspan="" rowspan=""
  425. valign="top" align="left">
  426. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  427. URL:
  428. </font>
  429. </td>
  430. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  431. valign="top" align="left">
  432. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  433. <a href="http://www.bgw.org/projects/java/ant/">http://www.bgw.org/projects/java/ant/</a>
  434. </font>
  435. </td>
  436. </tr>
  437. <tr>
  438. <td bgcolor="#039acc" colspan="" rowspan=""
  439. valign="top" align="left">
  440. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  441. Contact:
  442. </font>
  443. </td>
  444. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  445. valign="top" align="left">
  446. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  447. <a href="mailto:mortis@voicenet.com">Kyle R. Burton</a>
  448. </font>
  449. </td>
  450. </tr>
  451. <tr>
  452. <td bgcolor="#039acc" colspan="" rowspan=""
  453. valign="top" align="left">
  454. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  455. License:
  456. </font>
  457. </td>
  458. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  459. valign="top" align="left">
  460. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  461. Apache Software Foundation License
  462. </font>
  463. </td>
  464. </tr>
  465. </table>
  466. </blockquote>
  467. </td></tr>
  468. </table>
  469. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  470. <tr><td bgcolor="#828DA6">
  471. <font color="#ffffff" face="arial,helvetica,sanserif">
  472. <a name="GenJar"><strong>GenJar</strong></a>
  473. </font>
  474. </td></tr>
  475. <tr><td>
  476. <blockquote>
  477. <p>Builds a jar file based on class dependencies rather than simply the contents of a directory</p>
  478. <table>
  479. <tr>
  480. <td bgcolor="#039acc" colspan="" rowspan=""
  481. valign="top" align="left">
  482. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  483. Compatibility:
  484. </font>
  485. </td>
  486. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  487. valign="top" align="left">
  488. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  489. Ant 1.4 alpha (built after 2001/08/04) and later
  490. </font>
  491. </td>
  492. </tr>
  493. <tr>
  494. <td bgcolor="#039acc" colspan="" rowspan=""
  495. valign="top" align="left">
  496. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  497. URL:
  498. </font>
  499. </td>
  500. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  501. valign="top" align="left">
  502. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  503. <a href="http://www.riggshill.com/projects/genjar/">http://www.riggshill.com/projects/genjar/</a>
  504. </font>
  505. </td>
  506. </tr>
  507. <tr>
  508. <td bgcolor="#039acc" colspan="" rowspan=""
  509. valign="top" align="left">
  510. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  511. Contact:
  512. </font>
  513. </td>
  514. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  515. valign="top" align="left">
  516. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  517. <a href="mailto:jake@riggshill.com">John Kohler</a>
  518. </font>
  519. </td>
  520. </tr>
  521. <tr>
  522. <td bgcolor="#039acc" colspan="" rowspan=""
  523. valign="top" align="left">
  524. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  525. License:
  526. </font>
  527. </td>
  528. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  529. valign="top" align="left">
  530. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  531. Apache Software Foundation License
  532. </font>
  533. </td>
  534. </tr>
  535. </table>
  536. </blockquote>
  537. </td></tr>
  538. </table>
  539. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  540. <tr><td bgcolor="#828DA6">
  541. <font color="#ffffff" face="arial,helvetica,sanserif">
  542. <a name="Importscrubber"><strong>Importscrubber</strong></a>
  543. </font>
  544. </td></tr>
  545. <tr><td>
  546. <blockquote>
  547. <p>Removes unncessary import statements from a Java source code file.</p>
  548. <table>
  549. <tr>
  550. <td bgcolor="#039acc" colspan="" rowspan=""
  551. valign="top" align="left">
  552. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  553. Compatibility:
  554. </font>
  555. </td>
  556. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  557. valign="top" align="left">
  558. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  559. Ant 1.3
  560. </font>
  561. </td>
  562. </tr>
  563. <tr>
  564. <td bgcolor="#039acc" colspan="" rowspan=""
  565. valign="top" align="left">
  566. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  567. URL:
  568. </font>
  569. </td>
  570. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  571. valign="top" align="left">
  572. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  573. <a href="http://importscrubber.sourceforge.net/">http://importscrubber.sourceforge.net/</a>
  574. </font>
  575. </td>
  576. </tr>
  577. <tr>
  578. <td bgcolor="#039acc" colspan="" rowspan=""
  579. valign="top" align="left">
  580. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  581. Contact:
  582. </font>
  583. </td>
  584. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  585. valign="top" align="left">
  586. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  587. <a href="mailto:tomcopeland@users.sourceforge.net">Tom Copeland</a>
  588. </font>
  589. </td>
  590. </tr>
  591. <tr>
  592. <td bgcolor="#039acc" colspan="" rowspan=""
  593. valign="top" align="left">
  594. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  595. License:
  596. </font>
  597. </td>
  598. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  599. valign="top" align="left">
  600. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  601. LGPL
  602. </font>
  603. </td>
  604. </tr>
  605. </table>
  606. </blockquote>
  607. </td></tr>
  608. </table>
  609. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  610. <tr><td bgcolor="#828DA6">
  611. <font color="#ffffff" face="arial,helvetica,sanserif">
  612. <a name="J2ME Ant Tasks"><strong>J2ME Ant Tasks</strong></a>
  613. </font>
  614. </td></tr>
  615. <tr><td>
  616. <blockquote>
  617. <p>There are two different sets of tasks to help build <a href="http://java.sun.com/j2me/">Java 2 Platform, Micro
  618. Edition</a> (J2ME) applications.</p>
  619. <p>This set supports CLDC and the K Virtual Machine (KVM):</p>
  620. <table>
  621. <tr>
  622. <td bgcolor="#039acc" colspan="" rowspan=""
  623. valign="top" align="left">
  624. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  625. Compatibility:
  626. </font>
  627. </td>
  628. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  629. valign="top" align="left">
  630. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  631. Ant 1.3
  632. </font>
  633. </td>
  634. </tr>
  635. <tr>
  636. <td bgcolor="#039acc" colspan="" rowspan=""
  637. valign="top" align="left">
  638. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  639. URL:
  640. </font>
  641. </td>
  642. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  643. valign="top" align="left">
  644. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  645. <a href="http://www.dribin.org/dave/j2me_ant/">http://www.dribin.org/dave/j2me_ant/</a>
  646. </font>
  647. </td>
  648. </tr>
  649. <tr>
  650. <td bgcolor="#039acc" colspan="" rowspan=""
  651. valign="top" align="left">
  652. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  653. Contact:
  654. </font>
  655. </td>
  656. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  657. valign="top" align="left">
  658. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  659. <a href="mailto:drib@enteract.com">Dave Dribin</a>
  660. </font>
  661. </td>
  662. </tr>
  663. <tr>
  664. <td bgcolor="#039acc" colspan="" rowspan=""
  665. valign="top" align="left">
  666. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  667. License:
  668. </font>
  669. </td>
  670. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  671. valign="top" align="left">
  672. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  673. Apache Software License
  674. </font>
  675. </td>
  676. </tr>
  677. </table>
  678. <p>And this set works with the J2ME Wireless Toolkit and MIDP
  679. for PalmOS:</p>
  680. <table>
  681. <tr>
  682. <td bgcolor="#039acc" colspan="" rowspan=""
  683. valign="top" align="left">
  684. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  685. Compatibility:
  686. </font>
  687. </td>
  688. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  689. valign="top" align="left">
  690. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  691. Ant 1.3
  692. </font>
  693. </td>
  694. </tr>
  695. <tr>
  696. <td bgcolor="#039acc" colspan="" rowspan=""
  697. valign="top" align="left">
  698. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  699. URL:
  700. </font>
  701. </td>
  702. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  703. valign="top" align="left">
  704. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  705. <a href="http://www.stampysoft.com/ant/">http://www.stampysoft.com/ant/</a>
  706. </font>
  707. </td>
  708. </tr>
  709. <tr>
  710. <td bgcolor="#039acc" colspan="" rowspan=""
  711. valign="top" align="left">
  712. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  713. Contact:
  714. </font>
  715. </td>
  716. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  717. valign="top" align="left">
  718. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  719. <a href="mailto:jeckels@stampysoft.com">Josh Eckels</a>
  720. </font>
  721. </td>
  722. </tr>
  723. <tr>
  724. <td bgcolor="#039acc" colspan="" rowspan=""
  725. valign="top" align="left">
  726. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  727. License:
  728. </font>
  729. </td>
  730. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  731. valign="top" align="left">
  732. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  733. MIT License
  734. </font>
  735. </td>
  736. </tr>
  737. </table>
  738. </blockquote>
  739. </td></tr>
  740. </table>
  741. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  742. <tr><td bgcolor="#828DA6">
  743. <font color="#ffffff" face="arial,helvetica,sanserif">
  744. <a name="javarec"><strong>javarec</strong></a>
  745. </font>
  746. </td></tr>
  747. <tr><td>
  748. <blockquote>
  749. <p>Ant tasks that generate record classes for VisualAge for
  750. Java from Cobol copy books.</p>
  751. <table>
  752. <tr>
  753. <td bgcolor="#039acc" colspan="" rowspan=""
  754. valign="top" align="left">
  755. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  756. Compatibility:
  757. </font>
  758. </td>
  759. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  760. valign="top" align="left">
  761. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  762. Ant 1.4
  763. </font>
  764. </td>
  765. </tr>
  766. <tr>
  767. <td bgcolor="#039acc" colspan="" rowspan=""
  768. valign="top" align="left">
  769. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  770. URL:
  771. </font>
  772. </td>
  773. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  774. valign="top" align="left">
  775. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  776. <a href="http://glezen.org/javarec/">http://glezen.org/javarec/</a>
  777. </font>
  778. </td>
  779. </tr>
  780. <tr>
  781. <td bgcolor="#039acc" colspan="" rowspan=""
  782. valign="top" align="left">
  783. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  784. Contact:
  785. </font>
  786. </td>
  787. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  788. valign="top" align="left">
  789. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  790. <a href="mailto:pglezen@us.ibm.com">Paul Glezen</a>
  791. </font>
  792. </td>
  793. </tr>
  794. <tr>
  795. <td bgcolor="#039acc" colspan="" rowspan=""
  796. valign="top" align="left">
  797. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  798. License:
  799. </font>
  800. </td>
  801. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  802. valign="top" align="left">
  803. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  804. Apache Software License
  805. </font>
  806. </td>
  807. </tr>
  808. </table>
  809. </blockquote>
  810. </td></tr>
  811. </table>
  812. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  813. <tr><td bgcolor="#828DA6">
  814. <font color="#ffffff" face="arial,helvetica,sanserif">
  815. <a name="TiniAnt"><strong>TiniAnt</strong></a>
  816. </font>
  817. </td></tr>
  818. <tr><td>
  819. <blockquote>
  820. <p>TiniAnt is an Ant task to support building applications for
  821. the <a href="http://www.ibutton.com/TINI/">TINI</a>.</p>
  822. <table>
  823. <tr>
  824. <td bgcolor="#039acc" colspan="" rowspan=""
  825. valign="top" align="left">
  826. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  827. Compatibility:
  828. </font>
  829. </td>
  830. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  831. valign="top" align="left">
  832. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  833. Ant 1.2 to 1.4.1
  834. </font>
  835. </td>
  836. </tr>
  837. <tr>
  838. <td bgcolor="#039acc" colspan="" rowspan=""
  839. valign="top" align="left">
  840. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  841. URL:
  842. </font>
  843. </td>
  844. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  845. valign="top" align="left">
  846. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  847. <a href="http://tiniant.sourceforge.net/">http://tiniant.sourceforge.net/</a>
  848. </font>
  849. </td>
  850. </tr>
  851. <tr>
  852. <td bgcolor="#039acc" colspan="" rowspan=""
  853. valign="top" align="left">
  854. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  855. Contact:
  856. </font>
  857. </td>
  858. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  859. valign="top" align="left">
  860. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  861. <a href="mailto:kelly@ad1440.net">Sean Kelly</a>
  862. </font>
  863. </td>
  864. </tr>
  865. <tr>
  866. <td bgcolor="#039acc" colspan="" rowspan=""
  867. valign="top" align="left">
  868. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  869. License:
  870. </font>
  871. </td>
  872. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  873. valign="top" align="left">
  874. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  875. BSD-like license
  876. </font>
  877. </td>
  878. </tr>
  879. </table>
  880. </blockquote>
  881. </td></tr>
  882. </table>
  883. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  884. <tr><td bgcolor="#828DA6">
  885. <font color="#ffffff" face="arial,helvetica,sanserif">
  886. <a name="Venus Application Publisher's (Vamp) Ant Task Suite"><strong>Venus Application Publisher's (Vamp) Ant Task Suite</strong></a>
  887. </font>
  888. </td></tr>
  889. <tr><td>
  890. <blockquote>
  891. <p>Venus Application Publisher's (Vamp) Ant Task Suite allows
  892. you to sign and package your applications into relocatable Web
  893. Archives that you can drop into your web server for
  894. single-click launching using Java Web Start or into single
  895. Java Archive installers that serve up their content through a
  896. built-in, multi-threaded, ultra light-weight web server.</p>
  897. <table>
  898. <tr>
  899. <td bgcolor="#039acc" colspan="" rowspan=""
  900. valign="top" align="left">
  901. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  902. Compatibility:
  903. </font>
  904. </td>
  905. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  906. valign="top" align="left">
  907. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  908. Ant 1.2 and 1.3
  909. </font>
  910. </td>
  911. </tr>
  912. <tr>
  913. <td bgcolor="#039acc" colspan="" rowspan=""
  914. valign="top" align="left">
  915. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  916. URL:
  917. </font>
  918. </td>
  919. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  920. valign="top" align="left">
  921. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  922. <a href="http://www.geocities.com/vamp201/ant.html">http://www.geocities.com/vamp201/ant.html</a>
  923. </font>
  924. </td>
  925. </tr>
  926. <tr>
  927. <td bgcolor="#039acc" colspan="" rowspan=""
  928. valign="top" align="left">
  929. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  930. Contact:
  931. </font>
  932. </td>
  933. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  934. valign="top" align="left">
  935. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  936. <a href="mailto:vamp201@yahoo.com">Gerald Bauer</a>
  937. </font>
  938. </td>
  939. </tr>
  940. <tr>
  941. <td bgcolor="#039acc" colspan="" rowspan=""
  942. valign="top" align="left">
  943. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  944. License:
  945. </font>
  946. </td>
  947. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  948. valign="top" align="left">
  949. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  950. GNU General Public License
  951. </font>
  952. </td>
  953. </tr>
  954. </table>
  955. </blockquote>
  956. </td></tr>
  957. </table>
  958. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  959. <tr><td bgcolor="#828DA6">
  960. <font color="#ffffff" face="arial,helvetica,sanserif">
  961. <a name="XDoclet"><strong>XDoclet</strong></a>
  962. </font>
  963. </td></tr>
  964. <tr><td>
  965. <blockquote>
  966. <p>XDoclet is an extended Javadoc Doclet engine for use in Ant.
  967. It lets you create custom Javadoc @tags and based on those tags
  968. generates source code or other files (such as xml-ish deployment
  969. descriptors). Templates and matching tasks are provided to generate
  970. EJB and web application deployment descriptors.
  971. </p>
  972. <table>
  973. <tr>
  974. <td bgcolor="#039acc" colspan="" rowspan=""
  975. valign="top" align="left">
  976. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  977. Compatibility:
  978. </font>
  979. </td>
  980. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  981. valign="top" align="left">
  982. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  983. Ant 1.4
  984. </font>
  985. </td>
  986. </tr>
  987. <tr>
  988. <td bgcolor="#039acc" colspan="" rowspan=""
  989. valign="top" align="left">
  990. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  991. URL:
  992. </font>
  993. </td>
  994. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  995. valign="top" align="left">
  996. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  997. <a href="http://sourceforge.net/projects/xdoclet/">http://sourceforge.net/projects/xdoclet/</a>
  998. </font>
  999. </td>
  1000. </tr>
  1001. <tr>
  1002. <td bgcolor="#039acc" colspan="" rowspan=""
  1003. valign="top" align="left">
  1004. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1005. License:
  1006. </font>
  1007. </td>
  1008. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1009. valign="top" align="left">
  1010. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1011. BSD license
  1012. </font>
  1013. </td>
  1014. </tr>
  1015. </table>
  1016. </blockquote>
  1017. </td></tr>
  1018. </table>
  1019. </blockquote>
  1020. </td></tr>
  1021. </table>
  1022. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  1023. <tr><td bgcolor="#525D76">
  1024. <font color="#ffffff" face="arial,helvetica,sanserif">
  1025. <a name="IDE and Editor Integration"><strong>IDE and Editor Integration</strong></a>
  1026. </font>
  1027. </td></tr>
  1028. <tr><td>
  1029. <blockquote>
  1030. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  1031. <tr><td bgcolor="#828DA6">
  1032. <font color="#ffffff" face="arial,helvetica,sanserif">
  1033. <a name="AntFarm"><strong>AntFarm</strong></a>
  1034. </font>
  1035. </td></tr>
  1036. <tr><td>
  1037. <blockquote>
  1038. <p>A plugin that integrates Ant into the jEdit editor.</p>
  1039. <table>
  1040. <tr>
  1041. <td bgcolor="#039acc" colspan="" rowspan=""
  1042. valign="top" align="left">
  1043. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1044. Compatibility:
  1045. </font>
  1046. </td>
  1047. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1048. valign="top" align="left">
  1049. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1050. bundles Ant 1.3
  1051. </font>
  1052. </td>
  1053. </tr>
  1054. <tr>
  1055. <td bgcolor="#039acc" colspan="" rowspan=""
  1056. valign="top" align="left">
  1057. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1058. URL:
  1059. </font>
  1060. </td>
  1061. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1062. valign="top" align="left">
  1063. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1064. <a href="http://plugins.jedit.org/plugins/AntFarm">http://plugins.jedit.org/plugins/AntFarm</a>
  1065. </font>
  1066. </td>
  1067. </tr>
  1068. <tr>
  1069. <td bgcolor="#039acc" colspan="" rowspan=""
  1070. valign="top" align="left">
  1071. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1072. Contact:
  1073. </font>
  1074. </td>
  1075. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1076. valign="top" align="left">
  1077. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1078. <a href="mailto:jedit-devel@lists.sourceforge.net">jEdit developers mailinglist</a>
  1079. </font>
  1080. </td>
  1081. </tr>
  1082. <tr>
  1083. <td bgcolor="#039acc" colspan="" rowspan=""
  1084. valign="top" align="left">
  1085. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1086. License:
  1087. </font>
  1088. </td>
  1089. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1090. valign="top" align="left">
  1091. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1092. Apache Software License
  1093. </font>
  1094. </td>
  1095. </tr>
  1096. </table>
  1097. </blockquote>
  1098. </td></tr>
  1099. </table>
  1100. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  1101. <tr><td bgcolor="#828DA6">
  1102. <font color="#ffffff" face="arial,helvetica,sanserif">
  1103. <a name="AntRunner"><strong>AntRunner</strong></a>
  1104. </font>
  1105. </td></tr>
  1106. <tr><td>
  1107. <blockquote>
  1108. <p>An OpenTool that integrates Ant into the JBuilder IDE.</p>
  1109. <table>
  1110. <tr>
  1111. <td bgcolor="#039acc" colspan="" rowspan=""
  1112. valign="top" align="left">
  1113. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1114. Compatibility:
  1115. </font>
  1116. </td>
  1117. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1118. valign="top" align="left">
  1119. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1120. Ant 1.2 and 1.3
  1121. </font>
  1122. </td>
  1123. </tr>
  1124. <tr>
  1125. <td bgcolor="#039acc" colspan="" rowspan=""
  1126. valign="top" align="left">
  1127. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1128. URL:
  1129. </font>
  1130. </td>
  1131. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1132. valign="top" align="left">
  1133. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1134. <a href="http://www.dieter-bogdoll.de/java/AntRunner/">http://www.dieter-bogdoll.de/java/AntRunner/</a>
  1135. </font>
  1136. </td>
  1137. </tr>
  1138. <tr>
  1139. <td bgcolor="#039acc" colspan="" rowspan=""
  1140. valign="top" align="left">
  1141. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1142. Contact:
  1143. </font>
  1144. </td>
  1145. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1146. valign="top" align="left">
  1147. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1148. <a href="mailto:bogdoll@users.sourceforge.net">Dieter Bogdoll</a>
  1149. </font>
  1150. </td>
  1151. </tr>
  1152. <tr>
  1153. <td bgcolor="#039acc" colspan="" rowspan=""
  1154. valign="top" align="left">
  1155. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1156. License:
  1157. </font>
  1158. </td>
  1159. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1160. valign="top" align="left">
  1161. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1162. GNU General Public License
  1163. </font>
  1164. </td>
  1165. </tr>
  1166. </table>
  1167. </blockquote>
  1168. </td></tr>
  1169. </table>
  1170. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  1171. <tr><td bgcolor="#828DA6">
  1172. <font color="#ffffff" face="arial,helvetica,sanserif">
  1173. <a name="AntWork"><strong>AntWork</strong></a>
  1174. </font>
  1175. </td></tr>
  1176. <tr><td>
  1177. <blockquote>
  1178. <p>A plugin that integrates Ant into the Jext editor.</p>
  1179. <table>
  1180. <tr>
  1181. <td bgcolor="#039acc" colspan="" rowspan=""
  1182. valign="top" align="left">
  1183. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1184. Compatibility:
  1185. </font>
  1186. </td>
  1187. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1188. valign="top" align="left">
  1189. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1190. Ant 1.2 and 1.3
  1191. </font>
  1192. </td>
  1193. </tr>
  1194. <tr>
  1195. <td bgcolor="#039acc" colspan="" rowspan=""
  1196. valign="top" align="left">
  1197. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1198. URL:
  1199. </font>
  1200. </td>
  1201. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1202. valign="top" align="left">
  1203. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1204. <a href="ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip">ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip</a>
  1205. </font>
  1206. </td>
  1207. </tr>
  1208. <tr>
  1209. <td bgcolor="#039acc" colspan="" rowspan=""
  1210. valign="top" align="left">
  1211. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1212. Contact:
  1213. </font>
  1214. </td>
  1215. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1216. valign="top" align="left">
  1217. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1218. <a href="mailto:KHartlage@t-online.de">Klaus Hartlage</a>
  1219. </font>
  1220. </td>
  1221. </tr>
  1222. <tr>
  1223. <td bgcolor="#039acc" colspan="" rowspan=""
  1224. valign="top" align="left">
  1225. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1226. License:
  1227. </font>
  1228. </td>
  1229. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1230. valign="top" align="left">
  1231. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1232. GNU General Public License
  1233. </font>
  1234. </td>
  1235. </tr>
  1236. </table>
  1237. </blockquote>
  1238. </td></tr>
  1239. </table>
  1240. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  1241. <tr><td bgcolor="#828DA6">
  1242. <font color="#ffffff" face="arial,helvetica,sanserif">
  1243. <a name="IntelliJ IDEA 2.0"><strong>IntelliJ IDEA 2.0</strong></a>
  1244. </font>
  1245. </td></tr>
  1246. <tr><td>
  1247. <blockquote>
  1248. <p>Java IDE with refactoring support and Ant integration.</p>
  1249. <table>
  1250. <tr>
  1251. <td bgcolor="#039acc" colspan="" rowspan=""
  1252. valign="top" align="left">
  1253. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1254. Compatibility:
  1255. </font>
  1256. </td>
  1257. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1258. valign="top" align="left">
  1259. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1260. bundles Ant 1.3
  1261. </font>
  1262. </td>
  1263. </tr>
  1264. <tr>
  1265. <td bgcolor="#039acc" colspan="" rowspan=""
  1266. valign="top" align="left">
  1267. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1268. URL:
  1269. </font>
  1270. </td>
  1271. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1272. valign="top" align="left">
  1273. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1274. <a href="http://www.intellij.com/idea/">http://www.intellij.com/idea/</a>
  1275. </font>
  1276. </td>
  1277. </tr>
  1278. <tr>
  1279. <td bgcolor="#039acc" colspan="" rowspan=""
  1280. valign="top" align="left">
  1281. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1282. Contact:
  1283. </font>
  1284. </td>
  1285. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1286. valign="top" align="left">
  1287. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1288. <a href="mailto:support@intellij.com">support@intellij.com</a>
  1289. </font>
  1290. </td>
  1291. </tr>
  1292. <tr>
  1293. <td bgcolor="#039acc" colspan="" rowspan=""
  1294. valign="top" align="left">
  1295. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1296. License:
  1297. </font>
  1298. </td>
  1299. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1300. valign="top" align="left">
  1301. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1302. Commercial
  1303. </font>
  1304. </td>
  1305. </tr>
  1306. </table>
  1307. </blockquote>
  1308. </td></tr>
  1309. </table>
  1310. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  1311. <tr><td bgcolor="#828DA6">
  1312. <font color="#ffffff" face="arial,helvetica,sanserif">
  1313. <a name="JDE(E) 2.2.8"><strong>JDE(E) 2.2.8</strong></a>
  1314. </font>
  1315. </td></tr>
  1316. <tr><td>
  1317. <blockquote>
  1318. <p>The Java Development Environment for Emacs (JDEE) supports
  1319. Apache Ant as one of three built-in ways to build your
  1320. applications.</p>
  1321. <table>
  1322. <tr>
  1323. <td bgcolor="#039acc" colspan="" rowspan=""
  1324. valign="top" align="left">
  1325. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1326. Compatibility:
  1327. </font>
  1328. </td>
  1329. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1330. valign="top" align="left">
  1331. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1332. Ant 1.2 and later
  1333. </font>
  1334. </td>
  1335. </tr>
  1336. <tr>
  1337. <td bgcolor="#039acc" colspan="" rowspan=""
  1338. valign="top" align="left">
  1339. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1340. URL:
  1341. </font>
  1342. </td>
  1343. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1344. valign="top" align="left">
  1345. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1346. <a href="http://jde.sunsite.dk/">http://jde.sunsite.dk/</a>
  1347. </font>
  1348. </td>
  1349. </tr>
  1350. <tr>
  1351. <td bgcolor="#039acc" colspan="" rowspan=""
  1352. valign="top" align="left">
  1353. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1354. Contact:
  1355. </font>
  1356. </td>
  1357. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1358. valign="top" align="left">
  1359. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1360. <a href="mailto:jde-subscribe@sunsite.auc.dk">JDEE Mailing list.</a>
  1361. </font>
  1362. </td>
  1363. </tr>
  1364. <tr>
  1365. <td bgcolor="#039acc" colspan="" rowspan=""
  1366. valign="top" align="left">
  1367. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1368. License:
  1369. </font>
  1370. </td>
  1371. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1372. valign="top" align="left">
  1373. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1374. GNU General Public License
  1375. </font>
  1376. </td>
  1377. </tr>
  1378. </table>
  1379. </blockquote>
  1380. </td></tr>
  1381. </table>
  1382. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  1383. <tr><td bgcolor="#828DA6">
  1384. <font color="#ffffff" face="arial,helvetica,sanserif">
  1385. <a name="NetBeans / Forte for Java"><strong>NetBeans / Forte for Java</strong></a>
  1386. </font>
  1387. </td></tr>
  1388. <tr><td>
  1389. <blockquote>
  1390. <p>A module that integrates Ant into the NetBeans or Forte for Java IDEs.</p>
  1391. <table>
  1392. <tr>
  1393. <td bgcolor="#039acc" colspan="" rowspan=""
  1394. valign="top" align="left">
  1395. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1396. Compatibility:
  1397. </font>
  1398. </td>
  1399. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1400. valign="top" align="left">
  1401. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1402. bundles Ant 1.3
  1403. </font>
  1404. </td>
  1405. </tr>
  1406. <tr>
  1407. <td bgcolor="#039acc" colspan="" rowspan=""
  1408. valign="top" align="left">
  1409. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1410. URL:
  1411. </font>
  1412. </td>
  1413. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1414. valign="top" align="left">
  1415. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1416. <a href="http://ant.netbeans.org/">http://ant.netbeans.org/</a>
  1417. </font>
  1418. </td>
  1419. </tr>
  1420. <tr>
  1421. <td bgcolor="#039acc" colspan="" rowspan=""
  1422. valign="top" align="left">
  1423. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1424. Contact:
  1425. </font>
  1426. </td>
  1427. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1428. valign="top" align="left">
  1429. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1430. <a href="mailto:nbdev@netbeans.org">nbdev@netbeans.org</a>
  1431. </font>
  1432. </td>
  1433. </tr>
  1434. <tr>
  1435. <td bgcolor="#039acc" colspan="" rowspan=""
  1436. valign="top" align="left">
  1437. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1438. License:
  1439. </font>
  1440. </td>
  1441. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1442. valign="top" align="left">
  1443. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1444. Sun Public License
  1445. </font>
  1446. </td>
  1447. </tr>
  1448. </table>
  1449. </blockquote>
  1450. </td></tr>
  1451. </table>
  1452. </blockquote>
  1453. </td></tr>
  1454. </table>
  1455. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  1456. <tr><td bgcolor="#525D76">
  1457. <font color="#ffffff" face="arial,helvetica,sanserif">
  1458. <a name="Other"><strong>Other</strong></a>
  1459. </font>
  1460. </td></tr>
  1461. <tr><td>
  1462. <blockquote>
  1463. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  1464. <tr><td bgcolor="#828DA6">
  1465. <font color="#ffffff" face="arial,helvetica,sanserif">
  1466. <a name="AntHill"><strong>AntHill</strong></a>
  1467. </font>
  1468. </td></tr>
  1469. <tr><td>
  1470. <blockquote>
  1471. <p>Anthill is a build tool that promotes a controlled build
  1472. process by ensuring that every build reflects the source
  1473. repository contents and tagging the repository with a unique
  1474. build number after every build. Anthill also encourages the
  1475. sharing of knowledge within an organization by automatically
  1476. updating a project intranet site with artifacts from the
  1477. latest build.</p>
  1478. <table>
  1479. <tr>
  1480. <td bgcolor="#039acc" colspan="" rowspan=""
  1481. valign="top" align="left">
  1482. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1483. Compatibility:
  1484. </font>
  1485. </td>
  1486. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1487. valign="top" align="left">
  1488. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1489. bundles Ant 1.3, is compatible with Ant 1.3 to 1.4.1
  1490. </font>
  1491. </td>
  1492. </tr>
  1493. <tr>
  1494. <td bgcolor="#039acc" colspan="" rowspan=""
  1495. valign="top" align="left">
  1496. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1497. URL:
  1498. </font>
  1499. </td>
  1500. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1501. valign="top" align="left">
  1502. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1503. <a href="http://www.urbancode.com/projects/anthill/">http://www.urbancode.com/projects/anthill/</a>
  1504. </font>
  1505. </td>
  1506. </tr>
  1507. <tr>
  1508. <td bgcolor="#039acc" colspan="" rowspan=""
  1509. valign="top" align="left">
  1510. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1511. Contact:
  1512. </font>
  1513. </td>
  1514. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1515. valign="top" align="left">
  1516. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1517. <a href="mailto:mbz@urbancode.com">Maciej Zawadzki</a>
  1518. </font>
  1519. </td>
  1520. </tr>
  1521. <tr>
  1522. <td bgcolor="#039acc" colspan="" rowspan=""
  1523. valign="top" align="left">
  1524. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1525. License:
  1526. </font>
  1527. </td>
  1528. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1529. valign="top" align="left">
  1530. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1531. Mozilla-like license
  1532. </font>
  1533. </td>
  1534. </tr>
  1535. </table>
  1536. </blockquote>
  1537. </td></tr>
  1538. </table>
  1539. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  1540. <tr><td bgcolor="#828DA6">
  1541. <font color="#ffffff" face="arial,helvetica,sanserif">
  1542. <a name="CruiseControl"><strong>CruiseControl</strong></a>
  1543. </font>
  1544. </td></tr>
  1545. <tr><td>
  1546. <blockquote>
  1547. <p>CruiseControl is a tool for setting up a continuous build
  1548. process. CruiseControl provides an Ant wrapper and a set of
  1549. tasks to automate the checkout/build/test cycle. CruiseControl
  1550. also comes bundled with a servlet for viewing the status of
  1551. the current build, as well as previous build results.</p>
  1552. <table>
  1553. <tr>
  1554. <td bgcolor="#039acc" colspan="" rowspan=""
  1555. valign="top" align="left">
  1556. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1557. Compatibility:
  1558. </font>
  1559. </td>
  1560. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1561. valign="top" align="left">
  1562. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1563. Ant 1.2 and higher
  1564. </font>
  1565. </td>
  1566. </tr>
  1567. <tr>
  1568. <td bgcolor="#039acc" colspan="" rowspan=""
  1569. valign="top" align="left">
  1570. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1571. URL:
  1572. </font>
  1573. </td>
  1574. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1575. valign="top" align="left">
  1576. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1577. <a href="http://cruisecontrol.sourceforge.net/">http://cruisecontrol.sourceforge.net/</a>
  1578. </font>
  1579. </td>
  1580. </tr>
  1581. <tr>
  1582. <td bgcolor="#039acc" colspan="" rowspan=""
  1583. valign="top" align="left">
  1584. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1585. Contact:
  1586. </font>
  1587. </td>
  1588. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1589. valign="top" align="left">
  1590. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1591. <a href="http://cruisecontrol.sourceforge.net/contact.html">Project Mailing Lists and Administrators</a>
  1592. </font>
  1593. </td>
  1594. </tr>
  1595. <tr>
  1596. <td bgcolor="#039acc" colspan="" rowspan=""
  1597. valign="top" align="left">
  1598. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1599. License:
  1600. </font>
  1601. </td>
  1602. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1603. valign="top" align="left">
  1604. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1605. Release 1.0 has been licensed under the GNU General Public
  1606. License. Starting with release 1.1 the license has been
  1607. changed to a BSD-like license.
  1608. </font>
  1609. </td>
  1610. </tr>
  1611. </table>
  1612. </blockquote>
  1613. </td></tr>
  1614. </table>
  1615. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  1616. <tr><td bgcolor="#828DA6">
  1617. <font color="#ffffff" face="arial,helvetica,sanserif">
  1618. <a name="XML Publication"><strong>XML Publication</strong></a>
  1619. </font>
  1620. </td></tr>
  1621. <tr><td>
  1622. <blockquote>
  1623. <p>XML Publication is a set of tools to generate Web pages
  1624. from desktop documents or other structured documents using
  1625. XSLT and Ant.</p>
  1626. <table>
  1627. <tr>
  1628. <td bgcolor="#039acc" colspan="" rowspan=""
  1629. valign="top" align="left">
  1630. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1631. Compatibility:
  1632. </font>
  1633. </td>
  1634. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1635. valign="top" align="left">
  1636. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1637. Ant 1.4
  1638. </font>
  1639. </td>
  1640. </tr>
  1641. <tr>
  1642. <td bgcolor="#039acc" colspan="" rowspan=""
  1643. valign="top" align="left">
  1644. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1645. URL:
  1646. </font>
  1647. </td>
  1648. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1649. valign="top" align="left">
  1650. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1651. <a href="http://XMLpublication.org/">http://XMLpublication.org/</a>
  1652. </font>
  1653. </td>
  1654. </tr>
  1655. <tr>
  1656. <td bgcolor="#039acc" colspan="" rowspan=""
  1657. valign="top" align="left">
  1658. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1659. Contact:
  1660. </font>
  1661. </td>
  1662. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1663. valign="top" align="left">
  1664. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1665. <a href="mailto:jmvanel@free.fr">Jean-Marc Vanel</a>
  1666. </font>
  1667. </td>
  1668. </tr>
  1669. <tr>
  1670. <td bgcolor="#039acc" colspan="" rowspan=""
  1671. valign="top" align="left">
  1672. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1673. License:
  1674. </font>
  1675. </td>
  1676. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1677. valign="top" align="left">
  1678. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1679. GNU General Public License.
  1680. </font>
  1681. </td>
  1682. </tr>
  1683. </table>
  1684. </blockquote>
  1685. </td></tr>
  1686. </table>
  1687. </blockquote>
  1688. </td></tr>
  1689. </table>
  1690. </td>
  1691. </tr>
  1692. <!-- FOOTER -->
  1693. <tr><td colspan="2">
  1694. <hr noshade="" size="1"/>
  1695. </td></tr>
  1696. <tr><td colspan="2">
  1697. <div align="center"><font color="#525D76" size="-1"><em>
  1698. Copyright &#169; 1999-2001, Apache Software Foundation
  1699. </em></font></div>
  1700. </td></tr>
  1701. </table>
  1702. </body>
  1703. </html>
  1704. <!-- end the processing -->