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 44 KiB

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