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 KiB

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