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.

resources.html 48 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242
  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. <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
  6. <head>
  7. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
  8. <meta name="author" value="Stefan Bodewig">
  9. <meta name="email" value="bodewig@apache.org">
  10. <title>Apache Ant - Resources</title>
  11. </head>
  12. <body bgcolor="#ffffff" text="#000000" link="#525D76">
  13. <table border="0" width="100%" cellspacing="0">
  14. <!-- TOP IMAGE -->
  15. <tr>
  16. <td colspan="2">
  17. <a href="http://ant.apache.org/"><img src="./images/ant_logo_large.gif" alt="Apache Ant" border="0"/></a>
  18. </td>
  19. </tr>
  20. </table>
  21. <table border="0" width="100%" cellspacing="4">
  22. <tr><td colspan="2">
  23. <hr noshade="" size="1"/>
  24. </td></tr>
  25. <tr>
  26. <!-- LEFT SIDE NAVIGATION -->
  27. <td valign="top" nowrap="true">
  28. <p><strong>Apache Ant</strong></p>
  29. <ul>
  30. <li> <a href="./index.html">Front Page</a>
  31. </li>
  32. <li> <a href="./LICENSE">License</a>
  33. </li>
  34. <li> <a href="./antnews.html">News</a>
  35. </li>
  36. </ul>
  37. <p><strong>Documentation</strong></p>
  38. <ul>
  39. <li> <a href="./manual/index.html">Manual</a>
  40. </li>
  41. <li> <a href="./projects.html">Related Projects</a>
  42. </li>
  43. <li> <a href="./external.html">External Tools and Tasks</a>
  44. </li>
  45. <li> <a href="./resources.html">Resources</a>
  46. </li>
  47. <li> <a href="./faq.html">Ant FAQ</a>
  48. </li>
  49. <li> <a href="./problems.html">Having Problems?</a>
  50. </li>
  51. </ul>
  52. <p><strong>Download</strong></p>
  53. <ul>
  54. <li> <a href="./bindownload.cgi">Binary Distributions</a>
  55. </li>
  56. <li> <a href="./srcdownload.cgi">Source Distributions</a>
  57. </li>
  58. </ul>
  59. <p><strong>Get Involved</strong></p>
  60. <ul>
  61. <li> <a href="./mail.html">Mailing Lists</a>
  62. </li>
  63. <li> <a href="./cvs.html">CVS Repositories</a>
  64. </li>
  65. <li> <a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a>
  66. </li>
  67. <li> <a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&bug_severity=Enhancement">Enhancement Requests</a>
  68. </li>
  69. </ul>
  70. <p><strong>Project Managment</strong></p>
  71. <ul>
  72. <li> <a href="./contributors.html">Contributors</a>
  73. </li>
  74. <li> <a href="./mission.html">Mission</a>
  75. </li>
  76. <li> <a href="./guidelines.html">Guidelines Notes</a>
  77. </li>
  78. <li> <a href="./legal.html">Legal</a>
  79. </li>
  80. </ul>
  81. </td>
  82. <td align="left" valign="top">
  83. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  84. <tr><td bgcolor="#525D76">
  85. <font color="#ffffff" face="arial,helvetica,sanserif">
  86. <a name="FAQs"><strong>FAQs</strong></a>
  87. </font>
  88. </td></tr>
  89. <tr><td>
  90. <blockquote>
  91. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  92. <tr><td bgcolor="#828DA6">
  93. <font color="#ffffff" face="arial,helvetica,sanserif">
  94. <a name="At Ant's website"><strong>At Ant's website</strong></a>
  95. </font>
  96. </td></tr>
  97. <tr><td>
  98. <blockquote>
  99. <p>Starting with the release of Ant 1.4 the Ant's FAQ is
  100. bundled with the distribution, the most recent version can
  101. always be found at the website.</p>
  102. <table>
  103. <tr>
  104. <td bgcolor="#039acc" colspan="" rowspan=""
  105. valign="top" align="left">
  106. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  107. FAQ:
  108. </font>
  109. </td>
  110. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  111. valign="top" align="left">
  112. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  113. <a href="faq.html">http://jakarta.apache.org/ant/faq.html</a>
  114. </font>
  115. </td>
  116. </tr>
  117. </table>
  118. </blockquote>
  119. </td></tr>
  120. </table>
  121. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  122. <tr><td bgcolor="#828DA6">
  123. <font color="#ffffff" face="arial,helvetica,sanserif">
  124. <a name="jGuru"><strong>jGuru</strong></a>
  125. </font>
  126. </td></tr>
  127. <tr><td>
  128. <blockquote>
  129. <p>jGuru hosts an interactive Ant discussion forum and FAQ system</p>
  130. <table>
  131. <tr>
  132. <td bgcolor="#039acc" colspan="" rowspan=""
  133. valign="top" align="left">
  134. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  135. Forum:
  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://www.jguru.com/forums/home.jsp?topic=Ant">http://www.jguru.com/forums/home.jsp?topic=Ant</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. FAQ:
  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="http://www.jguru.com/faq/home.jsp?topic=Ant">http://www.jguru.com/faq/home.jsp?topic=Ant</a>
  156. </font>
  157. </td>
  158. </tr>
  159. </table>
  160. </blockquote>
  161. </td></tr>
  162. </table>
  163. </blockquote>
  164. </td></tr>
  165. </table>
  166. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  167. <tr><td bgcolor="#525D76">
  168. <font color="#ffffff" face="arial,helvetica,sanserif">
  169. <a name="Books"><strong>Books</strong></a>
  170. </font>
  171. </td></tr>
  172. <tr><td>
  173. <blockquote>
  174. <p>Listed by descending publication date.</p>
  175. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  176. <tr><td bgcolor="#828DA6">
  177. <font color="#ffffff" face="arial,helvetica,sanserif">
  178. <a name="Java Development with Ant"><strong>Java Development with Ant</strong></a>
  179. </font>
  180. </td></tr>
  181. <tr><td>
  182. <blockquote>
  183. <p>Coming soon: August 2002, covers Ant 1.5
  184. </p>
  185. <table>
  186. <tr>
  187. <td bgcolor="#039acc" colspan="" rowspan=""
  188. valign="top" align="left">
  189. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  190. Authors:
  191. </font>
  192. </td>
  193. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  194. valign="top" align="left">
  195. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  196. Erik Hatcher and Steve Loughran
  197. </font>
  198. </td>
  199. </tr>
  200. <tr>
  201. <td bgcolor="#039acc" colspan="" rowspan=""
  202. valign="top" align="left">
  203. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  204. URL:
  205. </font>
  206. </td>
  207. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  208. valign="top" align="left">
  209. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  210. <a href="http://www.manning.com/antbook/">http://www.manning.com/antbook/</a>
  211. </font>
  212. </td>
  213. </tr>
  214. </table>
  215. </blockquote>
  216. </td></tr>
  217. </table>
  218. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  219. <tr><td bgcolor="#828DA6">
  220. <font color="#ffffff" face="arial,helvetica,sanserif">
  221. <a name="Ant: The Definitive Guide"><strong>Ant: The Definitive Guide</strong></a>
  222. </font>
  223. </td></tr>
  224. <tr><td>
  225. <blockquote>
  226. <p>Covers Ant release 1.4.1.</p>
  227. <table>
  228. <tr>
  229. <td bgcolor="#039acc" colspan="" rowspan=""
  230. valign="top" align="left">
  231. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  232. Authors:
  233. </font>
  234. </td>
  235. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  236. valign="top" align="left">
  237. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  238. Jesse E. Tilly and Eric M. Burke
  239. </font>
  240. </td>
  241. </tr>
  242. <tr>
  243. <td bgcolor="#039acc" colspan="" rowspan=""
  244. valign="top" align="left">
  245. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  246. URL:
  247. </font>
  248. </td>
  249. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  250. valign="top" align="left">
  251. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  252. <a href="http://www.oreilly.com/catalog/anttdg/">http://www.oreilly.com/catalog/anttdg/</a>
  253. </font>
  254. </td>
  255. </tr>
  256. </table>
  257. </blockquote>
  258. </td></tr>
  259. </table>
  260. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  261. <tr><td bgcolor="#828DA6">
  262. <font color="#ffffff" face="arial,helvetica,sanserif">
  263. <a name="Java Tools for eXtreme Programming"><strong>Java Tools for eXtreme Programming</strong></a>
  264. </font>
  265. </td></tr>
  266. <tr><td>
  267. <blockquote>
  268. <p>This book covers the following XP subjects:
  269. <ul>
  270. <li>Automated unit and functional testing</li>
  271. <li>Continuous integration through build and deployment automation</li>
  272. <li>The value of refactoring and continuous integration</li>
  273. <li>How Ant, JUnit, JUnitPerf, Cactus, HTTPUnit, and JMeter
  274. can be used to achieve the goals of the XP methodology</li>
  275. </ul>
  276. </p>
  277. <table>
  278. <tr>
  279. <td bgcolor="#039acc" colspan="" rowspan=""
  280. valign="top" align="left">
  281. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  282. Authors:
  283. </font>
  284. </td>
  285. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  286. valign="top" align="left">
  287. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  288. Richard Hightower and Nicholas Lesiecki
  289. </font>
  290. </td>
  291. </tr>
  292. <tr>
  293. <td bgcolor="#039acc" colspan="" rowspan=""
  294. valign="top" align="left">
  295. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  296. URL:
  297. </font>
  298. </td>
  299. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  300. valign="top" align="left">
  301. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  302. <a href="http://www.wiley.com/cda/product/0,,047120708X,00.html">http://www.wiley.com/cda/product/0,,047120708X,00.html</a>
  303. </font>
  304. </td>
  305. </tr>
  306. </table>
  307. </blockquote>
  308. </td></tr>
  309. </table>
  310. </blockquote>
  311. </td></tr>
  312. </table>
  313. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  314. <tr><td bgcolor="#525D76">
  315. <font color="#ffffff" face="arial,helvetica,sanserif">
  316. <a name="Articles and Presentations"><strong>Articles and Presentations</strong></a>
  317. </font>
  318. </td></tr>
  319. <tr><td>
  320. <blockquote>
  321. <p>The following sections list articles and presentations written about Apache Ant. If
  322. you've written something that should be included, please post it to one
  323. of the mailing lists.</p>
  324. </blockquote>
  325. </td></tr>
  326. </table>
  327. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  328. <tr><td bgcolor="#525D76">
  329. <font color="#ffffff" face="arial,helvetica,sanserif">
  330. <a name="Articles"><strong>Articles</strong></a>
  331. </font>
  332. </td></tr>
  333. <tr><td>
  334. <blockquote>
  335. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  336. <tr><td bgcolor="#828DA6">
  337. <font color="#ffffff" face="arial,helvetica,sanserif">
  338. <a name="Ant in Anger: Using Ant in a Production Development System"><strong>Ant in Anger: Using Ant in a Production Development System</strong></a>
  339. </font>
  340. </td></tr>
  341. <tr><td>
  342. <blockquote>
  343. <p>This document describes strategies and some basic examples of how to
  344. use Ant in larger team development projects.</p>
  345. <table>
  346. <tr>
  347. <td bgcolor="#039acc" colspan="" rowspan=""
  348. valign="top" align="left">
  349. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  350. Author:
  351. </font>
  352. </td>
  353. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  354. valign="top" align="left">
  355. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  356. <a href="mailto:steve_l@iseran.com">Steve Loughran</a>
  357. </font>
  358. </td>
  359. </tr>
  360. <tr>
  361. <td bgcolor="#039acc" colspan="" rowspan=""
  362. valign="top" align="left">
  363. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  364. URL:
  365. </font>
  366. </td>
  367. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  368. valign="top" align="left">
  369. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  370. <a href="ant_in_anger.html">http://jakarta.apache.org/ant/ant_in_anger.html</a>
  371. </font>
  372. </td>
  373. </tr>
  374. </table>
  375. </blockquote>
  376. </td></tr>
  377. </table>
  378. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  379. <tr><td bgcolor="#828DA6">
  380. <font color="#ffffff" face="arial,helvetica,sanserif">
  381. <a name="Ant Task Guidelines"><strong>Ant Task Guidelines</strong></a>
  382. </font>
  383. </td></tr>
  384. <tr><td>
  385. <blockquote>
  386. <p>This document describes how to write custom Ant tasks, and how to submit
  387. them to potentially be included in Ant.</p>
  388. <table>
  389. <tr>
  390. <td bgcolor="#039acc" colspan="" rowspan=""
  391. valign="top" align="left">
  392. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  393. Author:
  394. </font>
  395. </td>
  396. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  397. valign="top" align="left">
  398. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  399. <a href="mailto:steve_l@iseran.com">Steve Loughran</a>
  400. </font>
  401. </td>
  402. </tr>
  403. <tr>
  404. <td bgcolor="#039acc" colspan="" rowspan=""
  405. valign="top" align="left">
  406. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  407. URL:
  408. </font>
  409. </td>
  410. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  411. valign="top" align="left">
  412. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  413. <a href="ant_task_guidelines.html">http://jakarta.apache.org/ant/ant_task_guidelines.html</a>
  414. </font>
  415. </td>
  416. </tr>
  417. </table>
  418. </blockquote>
  419. </td></tr>
  420. </table>
  421. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  422. <tr><td bgcolor="#828DA6">
  423. <font color="#ffffff" face="arial,helvetica,sanserif">
  424. <a name="Automating the build and test process"><strong>Automating the build and test process</strong></a>
  425. </font>
  426. </td></tr>
  427. <tr><td>
  428. <blockquote>
  429. <p>This article demonstrates an approach to the automated build and test process. Working with Ant 1.3 and the JUnit test framework, it shows how to automate a process that captures pertinent information about each test suite run, generates an attractive report, and e-mails the report.</p>
  430. <table>
  431. <tr>
  432. <td bgcolor="#039acc" colspan="" rowspan=""
  433. valign="top" align="left">
  434. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  435. Author:
  436. </font>
  437. </td>
  438. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  439. valign="top" align="left">
  440. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  441. <a href="mailto:ehatcher@apache.org">Erik Hatcher</a>
  442. </font>
  443. </td>
  444. </tr>
  445. <tr>
  446. <td bgcolor="#039acc" colspan="" rowspan=""
  447. valign="top" align="left">
  448. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  449. URL:
  450. </font>
  451. </td>
  452. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  453. valign="top" align="left">
  454. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  455. <a href="http://www.ibm.com/developerworks/java/library/j-junitmail/">http://www.ibm.com/developerworks/java/library/j-junitmail/</a>
  456. </font>
  457. </td>
  458. </tr>
  459. </table>
  460. </blockquote>
  461. </td></tr>
  462. </table>
  463. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  464. <tr><td bgcolor="#828DA6">
  465. <font color="#ffffff" face="arial,helvetica,sanserif">
  466. <a name="Incremental development with Ant and JUnit"><strong>Incremental development with Ant and JUnit</strong></a>
  467. </font>
  468. </td></tr>
  469. <tr><td>
  470. <blockquote>
  471. <p>This article explores the benefits of unit testing with Ant and
  472. JUnit, detailing how to develop automated unit tests and integrate them
  473. into your build process.</p>
  474. <table>
  475. <tr>
  476. <td bgcolor="#039acc" colspan="" rowspan=""
  477. valign="top" align="left">
  478. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  479. Author:
  480. </font>
  481. </td>
  482. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  483. valign="top" align="left">
  484. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  485. <a href="mailto:malcolm@nuearth.com">Malcolm Davis</a>
  486. </font>
  487. </td>
  488. </tr>
  489. <tr>
  490. <td bgcolor="#039acc" colspan="" rowspan=""
  491. valign="top" align="left">
  492. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  493. URL:
  494. </font>
  495. </td>
  496. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  497. valign="top" align="left">
  498. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  499. <a href="http://www-106.ibm.com/developerworks/library/j-ant/?dwzone=java">http://www-106.ibm.com/developerworks/library/j-ant/?dwzone=java</a>
  500. </font>
  501. </td>
  502. </tr>
  503. </table>
  504. </blockquote>
  505. </td></tr>
  506. </table>
  507. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  508. <tr><td bgcolor="#828DA6">
  509. <font color="#ffffff" face="arial,helvetica,sanserif">
  510. <a name="Automate your build process using Java and Ant"><strong>Automate your build process using Java and Ant</strong></a>
  511. </font>
  512. </td></tr>
  513. <tr><td>
  514. <blockquote>
  515. <p>This article provides an introduction to using Ant with some basic
  516. examples and by highlighting some of the important tasks.</p>
  517. <table>
  518. <tr>
  519. <td bgcolor="#039acc" colspan="" rowspan=""
  520. valign="top" align="left">
  521. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  522. Author:
  523. </font>
  524. </td>
  525. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  526. valign="top" align="left">
  527. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  528. <a href="mailto:michael.cymerman@javaworld.com">Michael Cymerman</a>
  529. </font>
  530. </td>
  531. </tr>
  532. <tr>
  533. <td bgcolor="#039acc" colspan="" rowspan=""
  534. valign="top" align="left">
  535. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  536. URL:
  537. </font>
  538. </td>
  539. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  540. valign="top" align="left">
  541. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  542. <a href="http://www.javaworld.com/javaworld/jw-10-2000/jw-1020-ant.html">http://www.javaworld.com/javaworld/jw-10-2000/jw-1020-ant.html</a>
  543. </font>
  544. </td>
  545. </tr>
  546. </table>
  547. </blockquote>
  548. </td></tr>
  549. </table>
  550. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  551. <tr><td bgcolor="#828DA6">
  552. <font color="#ffffff" face="arial,helvetica,sanserif">
  553. <a name="Short tutorial in Cactus' (formerly J2EEUnit) documentation"><strong>Short tutorial in Cactus' (formerly J2EEUnit) documentation</strong></a>
  554. </font>
  555. </td></tr>
  556. <tr><td>
  557. <blockquote>
  558. <p>There is a short tutorial on how to use Ant in Cactus'
  559. documentation. It has a slant towards build files that will be used
  560. with Cactus.</p>
  561. <table>
  562. <tr>
  563. <td bgcolor="#039acc" colspan="" rowspan=""
  564. valign="top" align="left">
  565. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  566. Author:
  567. </font>
  568. </td>
  569. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  570. valign="top" align="left">
  571. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  572. Cactus development team
  573. </font>
  574. </td>
  575. </tr>
  576. <tr>
  577. <td bgcolor="#039acc" colspan="" rowspan=""
  578. valign="top" align="left">
  579. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  580. URL:
  581. </font>
  582. </td>
  583. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  584. valign="top" align="left">
  585. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  586. <a href="http://jakarta.apache.org/cactus/howto_ant_primer.html">http://jakarta.apache.org/cactus/howto_ant_primer.html</a>
  587. </font>
  588. </td>
  589. </tr>
  590. </table>
  591. </blockquote>
  592. </td></tr>
  593. </table>
  594. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  595. <tr><td bgcolor="#828DA6">
  596. <font color="#ffffff" face="arial,helvetica,sanserif">
  597. <a name="Developing custom Ant tasks with VisualAge for Java"><strong>Developing custom Ant tasks with VisualAge for Java</strong></a>
  598. </font>
  599. </td></tr>
  600. <tr><td>
  601. <blockquote>
  602. <p>This article outlines how to integrate Ant into VisualAge for Java,
  603. and how to write and debug custom tasks using the IDE and the
  604. integrated debugger.</p>
  605. <table>
  606. <tr>
  607. <td bgcolor="#039acc" colspan="" rowspan=""
  608. valign="top" align="left">
  609. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  610. Author:
  611. </font>
  612. </td>
  613. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  614. valign="top" align="left">
  615. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  616. <a href="mailto:glenn@somanetworks.com">Glenn McAllister</a>
  617. </font>
  618. </td>
  619. </tr>
  620. <tr>
  621. <td bgcolor="#039acc" colspan="" rowspan=""
  622. valign="top" align="left">
  623. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  624. URL:
  625. </font>
  626. </td>
  627. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  628. valign="top" align="left">
  629. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  630. <a href="http://www7.software.ibm.com/vad.nsf/data/document2366?OpenDocument&amp;p=1&amp;BCT=1&amp;Footer=1">http://www7.software.ibm.com/vad.nsf/data/document2366?OpenDocument&amp;p=1&amp;BCT=1&amp;Footer=1</a>
  631. </font>
  632. </td>
  633. </tr>
  634. </table>
  635. </blockquote>
  636. </td></tr>
  637. </table>
  638. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  639. <tr><td bgcolor="#828DA6">
  640. <font color="#ffffff" face="arial,helvetica,sanserif">
  641. <a name="Automated builds with VisualAge for Java and Ant"><strong>Automated builds with VisualAge for Java and Ant</strong></a>
  642. </font>
  643. </td></tr>
  644. <tr><td>
  645. <blockquote>
  646. <p>This article shows how you can perform command line builds with a
  647. VisualAge for Java repository.</p>
  648. <table>
  649. <tr>
  650. <td bgcolor="#039acc" colspan="" rowspan=""
  651. valign="top" align="left">
  652. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  653. Author:
  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:glenn@somanetworks.com">Glenn McAllister</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. URL:
  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. <a href="http://www7.software.ibm.com/vad.nsf/Data/Document4366?OpenDocument&amp;p=1&amp;BCT=3&amp;Footer=1">http://www7.software.ibm.com/vad.nsf/Data/Document4366?OpenDocument&amp;p=1&amp;BCT=3&amp;Footer=1</a>
  674. </font>
  675. </td>
  676. </tr>
  677. </table>
  678. </blockquote>
  679. </td></tr>
  680. </table>
  681. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  682. <tr><td bgcolor="#828DA6">
  683. <font color="#ffffff" face="arial,helvetica,sanserif">
  684. <a name="Ant: A Build Tool from the Jakarta Project"><strong>Ant: A Build Tool from the Jakarta Project</strong></a>
  685. </font>
  686. </td></tr>
  687. <tr><td>
  688. <blockquote>
  689. <p>This article is from the "Best Practices" section of
  690. Sun's Dot-Com Builder Site.</p>
  691. <table>
  692. <tr>
  693. <td bgcolor="#039acc" colspan="" rowspan=""
  694. valign="top" align="left">
  695. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  696. Author:
  697. </font>
  698. </td>
  699. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  700. valign="top" align="left">
  701. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  702. Laura Geele Wang
  703. </font>
  704. </td>
  705. </tr>
  706. <tr>
  707. <td bgcolor="#039acc" colspan="" rowspan=""
  708. valign="top" align="left">
  709. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  710. URL:
  711. </font>
  712. </td>
  713. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  714. valign="top" align="left">
  715. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  716. <a href="http://dcb.sun.com/practices/profiles/ant.jsp">http://dcb.sun.com/practices/profiles/ant.jsp</a>
  717. </font>
  718. </td>
  719. </tr>
  720. </table>
  721. </blockquote>
  722. </td></tr>
  723. </table>
  724. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  725. <tr><td bgcolor="#828DA6">
  726. <font color="#ffffff" face="arial,helvetica,sanserif">
  727. <a name="Making a Mountain Out of an Anthill"><strong>Making a Mountain Out of an Anthill</strong></a>
  728. </font>
  729. </td></tr>
  730. <tr><td>
  731. <blockquote>
  732. <p>This article is from the June 2001 issue of the Java Developer'
  733. Journal. You need to be a registered JDJ subscriber to view this
  734. article.</p>
  735. <table>
  736. <tr>
  737. <td bgcolor="#039acc" colspan="" rowspan=""
  738. valign="top" align="left">
  739. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  740. Author:
  741. </font>
  742. </td>
  743. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  744. valign="top" align="left">
  745. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  746. Neal Ford
  747. </font>
  748. </td>
  749. </tr>
  750. <tr>
  751. <td bgcolor="#039acc" colspan="" rowspan=""
  752. valign="top" align="left">
  753. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  754. URL:
  755. </font>
  756. </td>
  757. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  758. valign="top" align="left">
  759. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  760. <a href="http://www.sys-con.com/java/archivesa.cfm?volume=06&amp;issue=06">http://www.sys-con.com/java/archivesa.cfm?volume=06&amp;issue=06</a>
  761. </font>
  762. </td>
  763. </tr>
  764. </table>
  765. </blockquote>
  766. </td></tr>
  767. </table>
  768. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  769. <tr><td bgcolor="#828DA6">
  770. <font color="#ffffff" face="arial,helvetica,sanserif">
  771. <a name="Using Ant and Weblogic EJBs"><strong>Using Ant and Weblogic EJBs</strong></a>
  772. </font>
  773. </td></tr>
  774. <tr><td>
  775. <blockquote>
  776. <p>This article describes how to use Ant to create Weblogic EJBs, and
  777. some workarounds for issues you may encounter.</p>
  778. <table>
  779. <tr>
  780. <td bgcolor="#039acc" colspan="" rowspan=""
  781. valign="top" align="left">
  782. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  783. Author:
  784. </font>
  785. </td>
  786. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  787. valign="top" align="left">
  788. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  789. Jesse E. Tilly
  790. </font>
  791. </td>
  792. </tr>
  793. <tr>
  794. <td bgcolor="#039acc" colspan="" rowspan=""
  795. valign="top" align="left">
  796. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  797. URL:
  798. </font>
  799. </td>
  800. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  801. valign="top" align="left">
  802. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  803. <a href="http://www.onjava.com/pub/a/onjava/2001/06/25/antejb.html">http://www.onjava.com/pub/a/onjava/2001/06/25/antejb.html</a>
  804. </font>
  805. </td>
  806. </tr>
  807. </table>
  808. </blockquote>
  809. </td></tr>
  810. </table>
  811. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  812. <tr><td bgcolor="#828DA6">
  813. <font color="#ffffff" face="arial,helvetica,sanserif">
  814. <a name="An Introduction to Ant"><strong>An Introduction to Ant</strong></a>
  815. </font>
  816. </td></tr>
  817. <tr><td>
  818. <blockquote>
  819. <p>This article is a short introduction into the basic
  820. concepts of Ant.</p>
  821. <table>
  822. <tr>
  823. <td bgcolor="#039acc" colspan="" rowspan=""
  824. valign="top" align="left">
  825. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  826. Author:
  827. </font>
  828. </td>
  829. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  830. valign="top" align="left">
  831. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  832. Jayakrishnan Nair
  833. </font>
  834. </td>
  835. </tr>
  836. <tr>
  837. <td bgcolor="#039acc" colspan="" rowspan=""
  838. valign="top" align="left">
  839. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  840. URL:
  841. </font>
  842. </td>
  843. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  844. valign="top" align="left">
  845. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  846. <a href="http://varnam.org/articles/ant.html">http://varnam.org/articles/ant.html</a>
  847. </font>
  848. </td>
  849. </tr>
  850. </table>
  851. </blockquote>
  852. </td></tr>
  853. </table>
  854. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  855. <tr><td bgcolor="#828DA6">
  856. <font color="#ffffff" face="arial,helvetica,sanserif">
  857. <a name="Using JavaScript with Ant"><strong>Using JavaScript with Ant</strong></a>
  858. </font>
  859. </td></tr>
  860. <tr><td>
  861. <blockquote>
  862. <p>A tutorial about using JavaScript and XSLT with Ant.</p>
  863. <table>
  864. <tr>
  865. <td bgcolor="#039acc" colspan="" rowspan=""
  866. valign="top" align="left">
  867. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  868. Author:
  869. </font>
  870. </td>
  871. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  872. valign="top" align="left">
  873. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  874. Dylan Schiemann
  875. </font>
  876. </td>
  877. </tr>
  878. <tr>
  879. <td bgcolor="#039acc" colspan="" rowspan=""
  880. valign="top" align="left">
  881. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  882. URL:
  883. </font>
  884. </td>
  885. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  886. valign="top" align="left">
  887. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  888. <a href="http://www.sitepen.com/ant/javascript.html">http://www.sitepen.com/ant/javascript.html</a>
  889. </font>
  890. </td>
  891. </tr>
  892. </table>
  893. </blockquote>
  894. </td></tr>
  895. </table>
  896. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  897. <tr><td bgcolor="#828DA6">
  898. <font color="#ffffff" face="arial,helvetica,sanserif">
  899. <a name="Building with Ant"><strong>Building with Ant</strong></a>
  900. </font>
  901. </td></tr>
  902. <tr><td>
  903. <blockquote>
  904. <p>Series of articles that describe a framework for web
  905. application development based on Ant and JUnit.</p>
  906. <table>
  907. <tr>
  908. <td bgcolor="#039acc" colspan="" rowspan=""
  909. valign="top" align="left">
  910. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  911. Author:
  912. </font>
  913. </td>
  914. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  915. valign="top" align="left">
  916. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  917. <a href="mailto:alexc@purpletech.com">Alex Chaffee</a>
  918. </font>
  919. </td>
  920. </tr>
  921. <tr>
  922. <td bgcolor="#039acc" colspan="" rowspan=""
  923. valign="top" align="left">
  924. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  925. URL:
  926. </font>
  927. </td>
  928. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  929. valign="top" align="left">
  930. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  931. Introduction: <a href="http://softwaredev.earthweb.com/sdtech/article/0,,12065_989631,00.html">http://softwaredev.earthweb.com/sdtech/article/0,,12065_989631,00.html</a><br />
  932. Directory Structure: <a href="http://softwaredev.earthweb.com/sdtech/article/0,,12082_994991,00.html">http://softwaredev.earthweb.com/sdtech/article/0,,12082_994991,00.html</a><br />
  933. Deployment and Distribution: <a href="http://softwaredev.earthweb.com/sdtech/article/0,,12077_998241,00.html">http://softwaredev.earthweb.com/sdtech/article/0,,12077_998241,00.html</a>
  934. </font>
  935. </td>
  936. </tr>
  937. </table>
  938. </blockquote>
  939. </td></tr>
  940. </table>
  941. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  942. <tr><td bgcolor="#828DA6">
  943. <font color="#ffffff" face="arial,helvetica,sanserif">
  944. <a name="Developing with JAXB and Ant"><strong>Developing with JAXB and Ant</strong></a>
  945. </font>
  946. </td></tr>
  947. <tr><td>
  948. <blockquote>
  949. <p>Series of articles that shows how to use Ant together with
  950. the Java API for XML Binding (JAXB).</p>
  951. <table>
  952. <tr>
  953. <td bgcolor="#039acc" colspan="" rowspan=""
  954. valign="top" align="left">
  955. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  956. Author:
  957. </font>
  958. </td>
  959. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  960. valign="top" align="left">
  961. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  962. Joseph Shelby
  963. </font>
  964. </td>
  965. </tr>
  966. <tr>
  967. <td bgcolor="#039acc" colspan="" rowspan=""
  968. valign="top" align="left">
  969. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  970. URL:
  971. </font>
  972. </td>
  973. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  974. valign="top" align="left">
  975. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  976. <a href="http://www.onjava.com/pub/a/onjava/2002/03/06/jaxant1.html">http://www.onjava.com/pub/a/onjava/2002/03/06/jaxant1.html</a><br />
  977. <a href="http://www.onjava.com/pub/a/onjava/2002/03/13/jaxbant2.html">http://www.onjava.com/pub/a/onjava/2002/03/13/jaxbant2.html</a>
  978. </font>
  979. </td>
  980. </tr>
  981. </table>
  982. </blockquote>
  983. </td></tr>
  984. </table>
  985. </blockquote>
  986. </td></tr>
  987. </table>
  988. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  989. <tr><td bgcolor="#525D76">
  990. <font color="#ffffff" face="arial,helvetica,sanserif">
  991. <a name="Presentations"><strong>Presentations</strong></a>
  992. </font>
  993. </td></tr>
  994. <tr><td>
  995. <blockquote>
  996. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  997. <tr><td bgcolor="#828DA6">
  998. <font color="#ffffff" face="arial,helvetica,sanserif">
  999. <a name="Ant - presented to the Tucson Java Users Group"><strong>Ant - presented to the Tucson Java Users Group</strong></a>
  1000. </font>
  1001. </td></tr>
  1002. <tr><td>
  1003. <blockquote>
  1004. <p>A PowerPoint technical overview presentation on Ant. Comes complete with a straightforward example demonstrating code compilation, JAR'ing, JUnit testing, JUnit reporting, and Zipping a distribution. A few advanced topics are touched upon like property immutabality and using &lt;antcall&gt; to get around it, build listeners, and writing custom tasks.</p>
  1005. <table>
  1006. <tr>
  1007. <td bgcolor="#039acc" colspan="" rowspan=""
  1008. valign="top" align="left">
  1009. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1010. Author:
  1011. </font>
  1012. </td>
  1013. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1014. valign="top" align="left">
  1015. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1016. <a href="mailto:ehatcher@apache.org">Erik Hatcher</a>
  1017. </font>
  1018. </td>
  1019. </tr>
  1020. <tr>
  1021. <td bgcolor="#039acc" colspan="" rowspan=""
  1022. valign="top" align="left">
  1023. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1024. URL:
  1025. </font>
  1026. </td>
  1027. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1028. valign="top" align="left">
  1029. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1030. <a href="http://erik.hatcher.net/ant-jug.zip">http://erik.hatcher.net/ant-jug.zip</a>
  1031. </font>
  1032. </td>
  1033. </tr>
  1034. </table>
  1035. </blockquote>
  1036. </td></tr>
  1037. </table>
  1038. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  1039. <tr><td bgcolor="#828DA6">
  1040. <font color="#ffffff" face="arial,helvetica,sanserif">
  1041. <a name="Ant Build Tool"><strong>Ant Build Tool</strong></a>
  1042. </font>
  1043. </td></tr>
  1044. <tr><td>
  1045. <blockquote>
  1046. <p>A PowerPoint presentation on Ant 1.2. It provides a basic overview
  1047. of Ant's capabilities.</p>
  1048. <table>
  1049. <tr>
  1050. <td bgcolor="#039acc" colspan="" rowspan=""
  1051. valign="top" align="left">
  1052. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1053. Author:
  1054. </font>
  1055. </td>
  1056. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1057. valign="top" align="left">
  1058. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1059. <a href="mailto:chanezon@netscape.com">Patrick Chanezon</a>
  1060. </font>
  1061. </td>
  1062. </tr>
  1063. <tr>
  1064. <td bgcolor="#039acc" colspan="" rowspan=""
  1065. valign="top" align="left">
  1066. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1067. URL:
  1068. </font>
  1069. </td>
  1070. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1071. valign="top" align="left">
  1072. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1073. <a href="http://people.netscape.com/chanezon/tech/ant/ant_preso.ppt">http://people.netscape.com/chanezon/tech/ant/ant_preso.ppt</a>
  1074. </font>
  1075. </td>
  1076. </tr>
  1077. </table>
  1078. </blockquote>
  1079. </td></tr>
  1080. </table>
  1081. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  1082. <tr><td bgcolor="#828DA6">
  1083. <font color="#ffffff" face="arial,helvetica,sanserif">
  1084. <a name="Ant"><strong>Ant</strong></a>
  1085. </font>
  1086. </td></tr>
  1087. <tr><td>
  1088. <blockquote>
  1089. <p>A detailed Ant 1.3 PowerPoint presentation, made at the St. Louis Java Users Group
  1090. meeting in March 2001. Includes a detailed build file and basic
  1091. descriptions of all the built in and optional tasks. Updated for Ant 1.4 in October 2001.
  1092. Available in PDF format now.</p>
  1093. <table>
  1094. <tr>
  1095. <td bgcolor="#039acc" colspan="" rowspan=""
  1096. valign="top" align="left">
  1097. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1098. Author:
  1099. </font>
  1100. </td>
  1101. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1102. valign="top" align="left">
  1103. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1104. Mark Volkmann
  1105. </font>
  1106. </td>
  1107. </tr>
  1108. <tr>
  1109. <td bgcolor="#039acc" colspan="" rowspan=""
  1110. valign="top" align="left">
  1111. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1112. URL:
  1113. </font>
  1114. </td>
  1115. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1116. valign="top" align="left">
  1117. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1118. <a href="http://www.ociweb.com/jnb/files/Ant.pdf">http://www.ociweb.com/jnb/files/Ant.pdf</a>
  1119. </font>
  1120. </td>
  1121. </tr>
  1122. </table>
  1123. </blockquote>
  1124. </td></tr>
  1125. </table>
  1126. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  1127. <tr><td bgcolor="#828DA6">
  1128. <font color="#ffffff" face="arial,helvetica,sanserif">
  1129. <a name="Modern Development Crises"><strong>Modern Development Crises</strong></a>
  1130. </font>
  1131. </td></tr>
  1132. <tr><td>
  1133. <blockquote>
  1134. <p>This presentation is an overview of the current state of software
  1135. development today. There are a couple of slides that briefly cover
  1136. Ant.</p>
  1137. <table>
  1138. <tr>
  1139. <td bgcolor="#039acc" colspan="" rowspan=""
  1140. valign="top" align="left">
  1141. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1142. Author:
  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:steve_l@iseran.com">Steve Loughran</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. URL:
  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. <a href="http://www.iseran.com/Steve/modern_development_processes.html">http://www.iseran.com/Steve/modern_development_processes.html</a>
  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="When Web Services Go Bad"><strong>When Web Services Go Bad</strong></a>
  1174. </font>
  1175. </td></tr>
  1176. <tr><td>
  1177. <blockquote>
  1178. <p>A presentation from the <a href="http://www.sellsbrothers.com/conference/">Web Services
  1179. DevCon</a> in March 2002.</p>
  1180. <table>
  1181. <tr>
  1182. <td bgcolor="#039acc" colspan="" rowspan=""
  1183. valign="top" align="left">
  1184. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1185. Author:
  1186. </font>
  1187. </td>
  1188. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1189. valign="top" align="left">
  1190. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1191. <a href="mailto:steve_l@iseran.com">Steve Loughran</a>
  1192. </font>
  1193. </td>
  1194. </tr>
  1195. <tr>
  1196. <td bgcolor="#039acc" colspan="" rowspan=""
  1197. valign="top" align="left">
  1198. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1199. URL:
  1200. </font>
  1201. </td>
  1202. <td bgcolor="#a0ddf0" colspan="" rowspan=""
  1203. valign="top" align="left">
  1204. <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  1205. <a href="http://www.iseran.com/Steve/papers/when_web_services_go_bad.html">http://www.iseran.com/Steve/papers/when_web_services_go_bad.html</a>
  1206. </font>
  1207. </td>
  1208. </tr>
  1209. </table>
  1210. </blockquote>
  1211. </td></tr>
  1212. </table>
  1213. </blockquote>
  1214. </td></tr>
  1215. </table>
  1216. </td>
  1217. </tr>
  1218. <!-- FOOTER -->
  1219. <tr><td colspan="2">
  1220. <hr noshade="" size="1"/>
  1221. </td></tr>
  1222. <tr><td colspan="2">
  1223. <div align="center"><font color="#525D76" size="-1"><em>
  1224. Copyright &#169; 2000-2002, Apache Software Foundation
  1225. </em></font></div>
  1226. </td></tr>
  1227. </table>
  1228. </body>
  1229. </html>
  1230. <!-- end the processing -->