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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html lang="en">
  3. <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
  4. <head>
  5. <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  6. <title>Apache Ant - Resources</title>
  7. <link type="text/css" href="./page.css" rel="stylesheet">
  8. <meta name="author" content="Stefan Bodewig">
  9. <meta name="email" content="bodewig@apache.org">
  10. </head>
  11. <body>
  12. <p class="navpath">
  13. <script src="./breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
  14. </p>
  15. <div class="logobar">
  16. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  17. <tr>
  18. <td align="left"><img border="0" alt="Apache Ant site" src="./images/group-logo.gif"></td>
  19. <td align="center" width="100%"><img alt="Apache Ant logo" border="0" src="./images/project-logo.gif"></td>
  20. <td align="right">
  21. <form target="_blank" onsubmit="q.value = query.value + ' site:ant.apache.org'" action="http://www.google.com/search" method="get">
  22. <table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
  23. <tr>
  24. <td colspan="3"><img height="10" width="1" alt="" src="./images/spacer.gif"></td>
  25. </tr>
  26. <tr>
  27. <td><img height="1" width="1" alt="" src="./images/spacer.gif"></td>
  28. <td nowrap="nowrap" class="searchcaption">
  29. <input name="q" type="hidden">
  30. <input size="15" id="query" type="text">
  31. <img height="1" width="5" alt="" src="./images/spacer.gif">
  32. <input name="Search" value="Search" type="submit">
  33. <br>
  34. the Apache Ant site
  35. </td>
  36. <td><img height="1" width="1" alt="" src="./images/spacer.gif"></td>
  37. </tr>
  38. <tr>
  39. <td><img alt="" border="0" height="10" width="9" src="./images/search-left.gif"></td>
  40. <td><img height="1" width="1" alt="" src="./images/spacer.gif"></td>
  41. <td><img alt="" border="0" height="10" width="9" src="./images/search-right.gif"></td>
  42. </tr>
  43. </table>
  44. </form>
  45. </td>
  46. </tr>
  47. </table>
  48. </div>
  49. <div class="tab">
  50. <table summary="tab bar" border="0" cellpadding="0" cellspacing="0">
  51. <tr>
  52. <td width="8"><img alt="" height="5" width="8" src="./images/spacer.gif"></td><td valign="bottom">
  53. <table summary="selected tab" style="height: 1.5em" border="0" cellpadding="0" cellspacing="0">
  54. <tr>
  55. <td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="./images/tabSel-left.gif"></td><td valign="middle" bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica, Sans-serif"><b>Home</b></font></td><td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="./images/tabSel-right.gif"></td>
  56. </tr>
  57. </table>
  58. </td>
  59. <td width="5"><img alt="" height="8" width="8" src="./images/spacer.gif"></td><td valign="bottom">
  60. <table summary="non selected tab" style="height: 1.4em" border="0" cellpadding="0" cellspacing="0">
  61. <tr>
  62. <td valign="top" width="5" bgcolor="#B2C4E0"><img height="5" width="5" alt="" src="./images/tab-left.gif"></td><td valign="middle" bgcolor="#B2C4E0"><a href="./projects/index.html"><font size="2" face="Arial, Helvetica, Sans-serif">Projects</font></a></td><td valign="top" width="5" bgcolor="#B2C4E0"><img height="5" width="5" alt="" src="./images/tab-right.gif"></td>
  63. </tr>
  64. </table>
  65. </td>
  66. </tr>
  67. </table>
  68. </div>
  69. <div class="bluebar"></div>
  70. <div class="menucontainer">
  71. <div class="menu">
  72. <ul>
  73. <li class="menuheader">Apache Ant
  74. <ul>
  75. <li>
  76. <a href="./index.html">Welcome</a>
  77. </li>
  78. <li>
  79. <a href="./license.html">License</a>
  80. </li>
  81. <li>
  82. <a href="./antnews.html">News</a>
  83. </li>
  84. </ul>
  85. </li>
  86. <li class="menuheader">Documentation
  87. <ul>
  88. <li>
  89. <a href="./manual/index.html">Manual</a>
  90. </li>
  91. <li>
  92. <a href="./projects.html">Related Projects</a>
  93. </li>
  94. <li>
  95. <a href="./external.html">External Tools and Tasks</a>
  96. </li>
  97. <li>
  98. <span class="sel">Resources</span>
  99. </li>
  100. <li>
  101. <a href="./faq.html">Frequently Asked Questions</a>
  102. </li>
  103. <li>
  104. <a href="http://wiki.apache.org/ant/FrontPage">Wiki</a>
  105. </li>
  106. <li>
  107. <a href="./problems.html">Having Problems?</a>
  108. </li>
  109. </ul>
  110. </li>
  111. <li class="menuheader">Download
  112. <ul>
  113. <li>
  114. <a href="http://ant.apache.org/bindownload.cgi">Binary Distributions</a>
  115. </li>
  116. <li>
  117. <a href="http://ant.apache.org/srcdownload.cgi">Source Distributions</a>
  118. </li>
  119. </ul>
  120. </li>
  121. <li class="menuheader">Contributing
  122. <ul>
  123. <li>
  124. <a href="./mail.html">Mailing Lists</a>
  125. </li>
  126. <li>
  127. <a href="./svn.html">Subversion Repositories</a>
  128. </li>
  129. <li>
  130. <a href="./bugs.html">Bug Database</a>
  131. </li>
  132. <li>
  133. <a href="http://www.apache.org/foundation/contributing.html">Donations</a>
  134. </li>
  135. </ul>
  136. </li>
  137. <li class="menuheader">Project Management
  138. <ul>
  139. <li>
  140. <a href="./contributors.html">Contributors</a>
  141. </li>
  142. <li>
  143. <a href="./mission.html">Apache Ant Mission</a>
  144. </li>
  145. <li>
  146. <a href="./bylaws.html">Project Bylaws</a>
  147. </li>
  148. <li>
  149. <a href="./legal.html">Legal</a>
  150. </li>
  151. </ul>
  152. </li>
  153. </ul>
  154. </div>
  155. <img style="float: left" height="10" width="10" border="0" alt="" src="./images/menu-left.gif">
  156. <img style="float: right" height="10" width="10" border="0" alt="" src="./images/menu-right.gif">
  157. </div>
  158. <div class="lightbluebar">&nbsp;</div>
  159. <div class="main">
  160. <div class="content">
  161. <h1 class="title">Resources</h1>
  162. <h3 class="section">
  163. <a name="FAQs"></a>
  164. FAQs
  165. </h3>
  166. <h4 class="subsection">
  167. <a name="At Ant's website"></a>
  168. At Ant's website
  169. </h4>
  170. <p>Starting with the release of Ant 1.4 the Ant's FAQ is
  171. bundled with the distribution, the most recent version can
  172. always be found at the website.</p>
  173. <table class="externals" cellspacing="1" cellpadding="4">
  174. <tr>
  175. <th colspan="1" rowspan="1"
  176. valign="top" align="left">
  177. FAQ:
  178. </th>
  179. <td colspan="1" rowspan="1"
  180. valign="top" align="left">
  181. <a href="faq.html">http://ant.apache.org/faq.html</a>
  182. </td>
  183. </tr>
  184. </table>
  185. <h4 class="subsection">
  186. <a name="jGuru"></a>
  187. jGuru
  188. </h4>
  189. <p>jGuru hosts an interactive Ant discussion forum and FAQ system</p>
  190. <table class="externals" cellspacing="1" cellpadding="4">
  191. <tr>
  192. <th colspan="1" rowspan="1"
  193. valign="top" align="left">
  194. Forum:
  195. </th>
  196. <td colspan="1" rowspan="1"
  197. valign="top" align="left">
  198. <a href="http://www.jguru.com/forums/home.jsp?topic=Ant">http://www.jguru.com/forums/home.jsp?topic=Ant</a>
  199. </td>
  200. </tr>
  201. <tr>
  202. <th colspan="1" rowspan="1"
  203. valign="top" align="left">
  204. FAQ:
  205. </th>
  206. <td colspan="1" rowspan="1"
  207. valign="top" align="left">
  208. <a href="http://www.jguru.com/faq/home.jsp?topic=Ant">http://www.jguru.com/faq/home.jsp?topic=Ant</a>
  209. </td>
  210. </tr>
  211. </table>
  212. <h4 class="subsection">
  213. <a name="FAQ about Borland Application Server tasks"></a>
  214. FAQ about Borland Application Server tasks
  215. </h4>
  216. <p>Benoit Moussaud, the original author of the Borland
  217. Application Server specific <a href="manual/OptionalTasks/ejb.html#ejbtasks">EJB tasks</a> has put
  218. together a FAQ for this specific subtask.</p>
  219. <table class="externals" cellspacing="1" cellpadding="4">
  220. <tr>
  221. <th colspan="1" rowspan="1"
  222. valign="top" align="left">
  223. FAQ:
  224. </th>
  225. <td colspan="1" rowspan="1"
  226. valign="top" align="left">
  227. <a href="http://www.moussaud.org/ejbjar.html">http://www.moussaud.org/ejbjar.html</a>
  228. </td>
  229. </tr>
  230. </table>
  231. <h3 class="section">
  232. <a name="WIKIs"></a>
  233. WIKIs
  234. </h3>
  235. <h4 class="subsection">
  236. <a name="Apache"></a>
  237. Apache
  238. </h4>
  239. <p>The ASF provides a Wiki farm for Apache projects.</p>
  240. <table class="externals" cellspacing="1" cellpadding="4">
  241. <tr>
  242. <th colspan="1" rowspan="1"
  243. valign="top" align="left">
  244. Main page:
  245. </th>
  246. <td colspan="1" rowspan="1"
  247. valign="top" align="left">
  248. <a href="http://wiki.apache.org/general">Apache Wiki Farm</a>
  249. </td>
  250. </tr>
  251. <tr>
  252. <th colspan="1" rowspan="1"
  253. valign="top" align="left">
  254. Ant Wiki:
  255. </th>
  256. <td colspan="1" rowspan="1"
  257. valign="top" align="left">
  258. <a href="http://wiki.apache.org/ant/">Ant Wiki</a>
  259. </td>
  260. </tr>
  261. </table>
  262. <h3 class="section">
  263. <a name="Books"></a>
  264. Books
  265. </h3>
  266. <p>The most recent books come first</p>
  267. <h4 class="subsection">
  268. <a name="Ant in Action"></a>
  269. Ant in Action
  270. </h4>
  271. <p>Published April/May 2007, and covering Ant 1.7.</p>
  272. <p>This is a major rewrite of the first edition; still 600 pages long.
  273. </p>
  274. <p>
  275. This book moves up from Ant1.5 to Java1.5 and 1.7, with a near-complete
  276. rewrite of the applied-ant section, covering new topics such as
  277. antlibs, repository management with Ivy, Xml Schema validation,
  278. EJB3.0/Java EE development and advanced deployment using SmartFrog.
  279. The ant coding section looks at AntUnit, antlib authoring and
  280. scripting languages, while the beginners chapters, the first third
  281. of the book, still shows developers how to build, test, package and
  282. redistribute a Java application.
  283. </p>
  284. <p>
  285. If you are one of the 20,000+ owners of the first edition, it is now
  286. obsolete. Sorry :)
  287. </p>
  288. <table class="externals" cellspacing="1" cellpadding="4">
  289. <tr>
  290. <th colspan="1" rowspan="1"
  291. valign="top" align="left">
  292. Author:
  293. </th>
  294. <td colspan="1" rowspan="1"
  295. valign="top" align="left">
  296. Steve Loughran and Erik Hatcher
  297. </td>
  298. </tr>
  299. <tr>
  300. <th colspan="1" rowspan="1"
  301. valign="top" align="left">
  302. Publisher URL:
  303. </th>
  304. <td colspan="1" rowspan="1"
  305. valign="top" align="left">
  306. <a href="http://www.manning.com/loughran/">
  307. http://www.manning.com/loughran/
  308. </a>
  309. </td>
  310. </tr>
  311. <tr>
  312. <th colspan="1" rowspan="1"
  313. valign="top" align="left">
  314. Book URL
  315. </th>
  316. <td colspan="1" rowspan="1"
  317. valign="top" align="left">
  318. <a href="http://antbook.org/">
  319. http://antbook.org/
  320. </a>
  321. </td>
  322. </tr>
  323. <tr>
  324. <th colspan="1" rowspan="1"
  325. valign="top" align="left">
  326. Source code repository
  327. </th>
  328. <td colspan="1" rowspan="1"
  329. valign="top" align="left">
  330. <a href="http://sourceforge.net/projects/antbook">
  331. http://sourceforge.net/projects/antbook
  332. </a>
  333. </td>
  334. </tr>
  335. <tr><th>ISBN:</th><td>1-932394-80-X</td></tr>
  336. </table>
  337. <p><b>Available from:</b><br>
  338. <a href="http://www.amazon.com/exec/obidos/tg/detail/-/1-932394-80-X/apachesoftwar-20/" target="_blank">Amazon.com</a>
  339. | <a href="http://service.bfast.com/bfast/click?bfmid=2181&amp;bfmtype=book&amp;sourceid=41462544&amp;bfpid=1-932394-80-X" target="_blank">Barnes &amp; Noble</a>
  340. | <a href="http://www.booksense.com/product/info.jsp?affiliateId=Apache&amp;isbn=1-932394-80-X" target="_blank">Book Sense</a>
  341. | <a href="http://www.powells.com/cgi-bin/biblio?isbn=1-932394-80-X&amp;partner_id=29693" target="_blank">Powells.com</a>
  342. <br></p>
  343. <h4 class="subsection">
  344. <a name="Ant: The Definitive Guide, 2nd edition"></a>
  345. Ant: The Definitive Guide, 2nd edition
  346. </h4>
  347. <p>Published April 2005, and covers Ant release 1.6.1.</p>
  348. <p>This is a complete rewrite of the first edition; this book is
  349. now 290 pages and so covers Ant in more depth than its predecessor.
  350. </p>
  351. <p>It also mixes reference information (tables) with text explanation
  352. on how to use the tasks. Contents includes JUnit, CVS, execution, basic
  353. deployment, Web application development and XDoclet. There is also coverage
  354. of XDoclet, and a chapter on how to extend Ant in Java.</p>
  355. <table class="externals" cellspacing="1" cellpadding="4">
  356. <tr>
  357. <th colspan="1" rowspan="1"
  358. valign="top" align="left">
  359. Author:
  360. </th>
  361. <td colspan="1" rowspan="1"
  362. valign="top" align="left">
  363. Steve Holzner
  364. </td>
  365. </tr>
  366. <tr>
  367. <th colspan="1" rowspan="1"
  368. valign="top" align="left">
  369. URL:
  370. </th>
  371. <td colspan="1" rowspan="1"
  372. valign="top" align="left">
  373. <a href="http://www.oreilly.com/catalog/anttdg2/">http://www.oreilly.com/catalog/anttdg2/</a>
  374. </td>
  375. </tr>
  376. <tr><th>ISBN:</th><td>0596006098</td></tr>
  377. </table>
  378. <p><b>Available from:</b><br>
  379. <a href="http://www.amazon.com/exec/obidos/tg/detail/-/0596006098/apachesoftwar-20/" target="_blank">Amazon.com</a>
  380. | <a href="http://service.bfast.com/bfast/click?bfmid=2181&amp;bfmtype=book&amp;sourceid=41462544&amp;bfpid=0596006098" target="_blank">Barnes &amp; Noble</a>
  381. | <a href="http://www.booksense.com/product/info.jsp?affiliateId=Apache&amp;isbn=0596006098" target="_blank">Book Sense</a>
  382. | <a href="http://www.powells.com/cgi-bin/biblio?isbn=0596006098&amp;partner_id=29693" target="_blank">Powells.com</a>
  383. <br></p>
  384. <h4 class="subsection">
  385. <a name="Pragmatic Project Automation"></a>
  386. Pragmatic Project Automation
  387. </h4>
  388. <p>
  389. How to Build, Deploy, and Monitor Java Applications.
  390. Published: July 2004 ISBN: 0-9745140-3-9
  391. </p>
  392. <p>
  393. This is not a reference guide to Ant, but a book on how to automate the build process.
  394. The core build, continuous integration, reporting and release management
  395. are all covered. Ant is of course central to this. This is a fun read!
  396. </p>
  397. <table class="externals" cellspacing="1" cellpadding="4">
  398. <tr>
  399. <th colspan="1" rowspan="1"
  400. valign="top" align="left">
  401. Author:
  402. </th>
  403. <td colspan="1" rowspan="1"
  404. valign="top" align="left">
  405. Mike Clark
  406. </td>
  407. </tr>
  408. <tr>
  409. <th colspan="1" rowspan="1"
  410. valign="top" align="left">
  411. URL:
  412. </th>
  413. <td colspan="1" rowspan="1"
  414. valign="top" align="left">
  415. <a href="http://www.pragmaticprogrammer.com/sk/auto/">http://www.pragmaticprogrammer.com/sk/auto//</a>
  416. </td>
  417. </tr>
  418. <tr><th>ISBN:</th><td>0974514039</td></tr>
  419. </table>
  420. <p><b>Available from:</b><br>
  421. <a href="http://www.amazon.com/exec/obidos/tg/detail/-/0974514039/apachesoftwar-20/" target="_blank">Amazon.com</a>
  422. | <a href="http://service.bfast.com/bfast/click?bfmid=2181&amp;bfmtype=book&amp;sourceid=41462544&amp;bfpid=0974514039" target="_blank">Barnes &amp; Noble</a>
  423. | <a href="http://www.booksense.com/product/info.jsp?affiliateId=Apache&amp;isbn=0974514039" target="_blank">Book Sense</a>
  424. | <a href="http://www.powells.com/cgi-bin/biblio?isbn=0974514039&amp;partner_id=29693" target="_blank">Powells.com</a>
  425. <br></p>
  426. <h4 class="subsection">
  427. <a name="Extreme Programming with Ant"></a>
  428. Extreme Programming with Ant
  429. </h4>
  430. <p> This book shows how to implement an XP project using Ant 1.5.3, and many other 3rd party tools. Covers:</p>
  431. <ul>
  432. <li>The fundamentals of Ant: concepts, core and optional tasks</li>
  433. <li>How to write custom Ant components, including custom Tasks, Loggers, Listeners, Input Handlers, Selectors, Filters, Mappers and Data Types</li>
  434. <li>Mitigating risks by creating spike tests with Ant buildfiles</li>
  435. <li>Add CVS version control and testing with JUnit</li>
  436. <li>Automate nightly builds and reporting</li>
  437. <li>Deploy applications dynamically using XDoclet</li>
  438. <li>Enforcing Code Standards with Jalopy, PMD, CheckStyle, iContract, JDepend</li>
  439. <li>Using Remote Ant (Rant) and CruiseControl</li>
  440. <li>Generating project documentation</li>
  441. <li>Adapting an XP process for use by other teams or across an enterprise</li>
  442. <li>Custom Task examples to generating UML diagrams, creating reports and metrics on-the-fly</li>
  443. <li>Follows a case-study of a team that implements an XP Project</li>
  444. </ul>
  445. <table class="externals" cellspacing="1" cellpadding="4">
  446. <tr>
  447. <th colspan="1" rowspan="1"
  448. valign="top" align="left">
  449. Authors:
  450. </th>
  451. <td colspan="1" rowspan="1"
  452. valign="top" align="left">
  453. Glenn Niemeyer and Jeremy Poteet
  454. </td>
  455. </tr>
  456. <tr>
  457. <th colspan="1" rowspan="1"
  458. valign="top" align="left">
  459. URL:
  460. </th>
  461. <td colspan="1" rowspan="1"
  462. valign="top" align="left">
  463. <a href="http://www.sams.com/catalog/product.asp?product_id=%7BFB825A48-BC04-4C55-BD8C-DF93C6BBF920%7D">http://www.sams.com/catalog/product.asp?product_id=%7BFB825A48-BC04-4C55-BD8C-DF93C6BBF920%7D</a>
  464. </td>
  465. </tr>
  466. <tr><th>ISBN:</th><td>0672325624</td></tr>
  467. </table>
  468. <p><b>Available from:</b><br>
  469. <a href="http://www.amazon.com/exec/obidos/tg/detail/-/0672325624/apachesoftwar-20/" target="_blank">Amazon.com</a>
  470. | <a href="http://service.bfast.com/bfast/click?bfmid=2181&amp;bfmtype=book&amp;sourceid=41462544&amp;bfpid=0672325624" target="_blank">Barnes &amp; Noble</a>
  471. | <a href="http://www.booksense.com/product/info.jsp?affiliateId=Apache&amp;isbn=0672325624" target="_blank">Book Sense</a>
  472. | <a href="http://www.powells.com/cgi-bin/biblio?isbn=0672325624&amp;partner_id=29693" target="_blank">Powells.com</a>
  473. <br></p>
  474. <h4 class="subsection">
  475. <a name="Ant. Das Java-Build-Tool in der Praxis"></a>
  476. Ant. Das Java-Build-Tool in der Praxis
  477. </h4>
  478. <p>A German language book on Ant that covers Ant 1.5.
  479. This is the original description:</p>
  480. <pre class="code">
  481. Das Build-Tool Ant ist das Open-Source-Werkzeug, das den Entwicklungsprozess einer Java-
  482. oder J2EE-Anwendung wesentlich vereinfacht. Gesteuert durch XML-basierte Skripte f�hrt es
  483. nahezu alle Aufgaben aus, die nach dem Kodieren einer Anwendung anfallen.</pre>
  484. <p>Some topics:</p>
  485. <ul>
  486. <li>creating archives (zip, jar)</li>
  487. <li>call the java compiler</li>
  488. <li>edit property files</li>
  489. <li>file operation</li>
  490. <li>source code control systems</li>
  491. </ul>
  492. <p>The book is available in English as "Ant: The Java Build Tool in Practice"</p>
  493. <table class="externals" cellspacing="1" cellpadding="4">
  494. <tr>
  495. <th colspan="1" rowspan="1"
  496. valign="top" align="left">
  497. Authors:
  498. </th>
  499. <td colspan="1" rowspan="1"
  500. valign="top" align="left">
  501. Bernd Matzke
  502. </td>
  503. </tr>
  504. <tr>
  505. <th colspan="1" rowspan="1"
  506. valign="top" align="left">
  507. URL:
  508. </th>
  509. <td colspan="1" rowspan="1"
  510. valign="top" align="left">
  511. <a href="http://www.addison-wesley.de/main/main.asp?page=home/bookdetails&amp;ProductID=13459">http://www.addison-wesley.de/main/main.asp?page=home/bookdetails&amp;ProductID=13459</a>
  512. </td>
  513. </tr>
  514. <tr><th>ISBN:</th><td>3827320666</td></tr>
  515. </table>
  516. <p><b>Available from:</b><br>
  517. <a href="http://www.amazon.com/exec/obidos/tg/detail/-/3827320666/apachesoftwar-20/" target="_blank">Amazon.com</a>
  518. | <a href="http://service.bfast.com/bfast/click?bfmid=2181&amp;bfmtype=book&amp;sourceid=41462544&amp;bfpid=3827320666" target="_blank">Barnes &amp; Noble</a>
  519. | <a href="http://www.booksense.com/product/info.jsp?affiliateId=Apache&amp;isbn=3827320666" target="_blank">Book Sense</a>
  520. | <a href="http://www.powells.com/cgi-bin/biblio?isbn=3827320666&amp;partner_id=29693" target="_blank">Powells.com</a>
  521. <br></p>
  522. <h4 class="subsection">
  523. <a name="Java Development with Ant"></a>
  524. Java Development with Ant
  525. </h4>
  526. <p>Published 2002. This book covers Ant 1.5, including:</p>
  527. <ul>
  528. <li>The new Ant 1.5 features</li>
  529. <li>Ant's datatypes and property handling</li>
  530. <li>JUnit testing and reporting</li>
  531. <li>Continuous integration techniques</li>
  532. <li>XDoclet for attribute-oriented programming</li>
  533. <li>EJB generation, building, and packaging</li>
  534. <li>Writing and testing native code</li>
  535. <li>Building Web Services with Apache Axis</li>
  536. <li>Deploying your system to multiple remote servers</li>
  537. <li>Using and writing
  538. <ul>
  539. <li>Loggers</li>
  540. <li>Listeners</li>
  541. <li>Selectors</li>
  542. <li>Custom tasks</li>
  543. </ul>
  544. </li>
  545. </ul>
  546. <p>Also available in Korean and German editions</p>
  547. <table class="externals" cellspacing="1" cellpadding="4">
  548. <tr>
  549. <th colspan="1" rowspan="1"
  550. valign="top" align="left">
  551. Authors:
  552. </th>
  553. <td colspan="1" rowspan="1"
  554. valign="top" align="left">
  555. Erik Hatcher and Steve Loughran
  556. </td>
  557. </tr>
  558. <tr>
  559. <th colspan="1" rowspan="1"
  560. valign="top" align="left">
  561. URL:
  562. </th>
  563. <td colspan="1" rowspan="1"
  564. valign="top" align="left">
  565. <a href="http://www.manning.com/antbook/">http://www.manning.com/antbook/</a>
  566. </td>
  567. </tr>
  568. <tr><th>ISBN:</th><td>1930110588</td></tr>
  569. </table>
  570. <p><b>Available from:</b><br>
  571. <a href="http://www.amazon.com/exec/obidos/tg/detail/-/1930110588/apachesoftwar-20/" target="_blank">Amazon.com</a>
  572. | <a href="http://service.bfast.com/bfast/click?bfmid=2181&amp;bfmtype=book&amp;sourceid=41462544&amp;bfpid=1930110588" target="_blank">Barnes &amp; Noble</a>
  573. | <a href="http://www.booksense.com/product/info.jsp?affiliateId=Apache&amp;isbn=1930110588" target="_blank">Book Sense</a>
  574. | <a href="http://www.powells.com/cgi-bin/biblio?isbn=1930110588&amp;partner_id=29693" target="_blank">Powells.com</a>
  575. <br></p>
  576. <h4 class="subsection">
  577. <a name="Ant: The Definitive Guide, 1st edition"></a>
  578. Ant: The Definitive Guide, 1st edition
  579. </h4>
  580. <p>Published 2002, Covers Ant release 1.4.1.</p>
  581. <table class="externals" cellspacing="1" cellpadding="4">
  582. <tr>
  583. <th colspan="1" rowspan="1"
  584. valign="top" align="left">
  585. Authors:
  586. </th>
  587. <td colspan="1" rowspan="1"
  588. valign="top" align="left">
  589. Jesse E. Tilly and Eric M. Burke
  590. </td>
  591. </tr>
  592. <tr>
  593. <th colspan="1" rowspan="1"
  594. valign="top" align="left">
  595. URL:
  596. </th>
  597. <td colspan="1" rowspan="1"
  598. valign="top" align="left">
  599. <a href="http://www.oreilly.com/catalog/anttdg/">http://www.oreilly.com/catalog/anttdg/</a>
  600. </td>
  601. </tr>
  602. <tr><th>ISBN:</th><td>0596001843</td></tr>
  603. </table>
  604. <p><b>Available from:</b><br>
  605. <a href="http://www.amazon.com/exec/obidos/tg/detail/-/0596001843/apachesoftwar-20/" target="_blank">Amazon.com</a>
  606. | <a href="http://service.bfast.com/bfast/click?bfmid=2181&amp;bfmtype=book&amp;sourceid=41462544&amp;bfpid=0596001843" target="_blank">Barnes &amp; Noble</a>
  607. | <a href="http://www.booksense.com/product/info.jsp?affiliateId=Apache&amp;isbn=0596001843" target="_blank">Book Sense</a>
  608. | <a href="http://www.powells.com/cgi-bin/biblio?isbn=0596001843&amp;partner_id=29693" target="_blank">Powells.com</a>
  609. <br></p>
  610. <h4 class="subsection">
  611. <a name="Ant. Kurz und Gut."></a>
  612. Ant. Kurz und Gut.
  613. </h4>
  614. <p>A German language short reference for Ant that covers Ant
  615. 1.4. This is the original description:</p>
  616. <pre class="code">
  617. Ant kurz &amp; gut enthlt eine vollstndige Referenz der Built-in Tasks
  618. und ihrer jeweiligen Attribute sowie kurze Beispiele fr ihre Verwendung.
  619. Daneben bietet das Buch eine knappe Einfhrung in die Arbeit mit Ant und
  620. eine Erluterung der Ant-Basiselemente (Projekte, Properties, Targets und Tasks).
  621. Behandelt werden auerdem grundlegende Konzepte wie Filesets, Patternsets und
  622. Pfadstrukturen, das Schreiben eigener Tasks, die Aufruf-Syntax und Optional Tasks. </pre>
  623. <table class="externals" cellspacing="1" cellpadding="4">
  624. <tr>
  625. <th colspan="1" rowspan="1"
  626. valign="top" align="left">
  627. Author:
  628. </th>
  629. <td colspan="1" rowspan="1"
  630. valign="top" align="left">
  631. Stefan Edlich
  632. </td>
  633. </tr>
  634. <tr>
  635. <th colspan="1" rowspan="1"
  636. valign="top" align="left">
  637. URL:
  638. </th>
  639. <td colspan="1" rowspan="1"
  640. valign="top" align="left">
  641. <a href="http://www.amazon.de/exec/obidos/ASIN/3897212412/">http://www.amazon.de/exec/obidos/ASIN/3897212412/</a>
  642. </td>
  643. </tr>
  644. <tr><th>ISBN:</th><td>3897212412</td></tr>
  645. </table>
  646. <p><b>Available from:</b><br>
  647. <a href="http://www.amazon.com/exec/obidos/tg/detail/-/3897212412/apachesoftwar-20/" target="_blank">Amazon.com</a>
  648. | <a href="http://service.bfast.com/bfast/click?bfmid=2181&amp;bfmtype=book&amp;sourceid=41462544&amp;bfpid=3897212412" target="_blank">Barnes &amp; Noble</a>
  649. | <a href="http://www.booksense.com/product/info.jsp?affiliateId=Apache&amp;isbn=3897212412" target="_blank">Book Sense</a>
  650. | <a href="http://www.powells.com/cgi-bin/biblio?isbn=3897212412&amp;partner_id=29693" target="_blank">Powells.com</a>
  651. <br></p>
  652. <h4 class="subsection">
  653. <a name="Java Tools for eXtreme Programming"></a>
  654. Java Tools for eXtreme Programming
  655. </h4>
  656. <p>This book covers the following XP subjects:</p>
  657. <ul>
  658. <li>Automated unit and functional testing</li>
  659. <li>Continuous integration through build and deployment automation</li>
  660. <li>The value of refactoring and continuous integration</li>
  661. <li>How Ant, JUnit, JUnitPerf, Cactus, HTTPUnit, and JMeter
  662. can be used to achieve the goals of the XP methodology</li>
  663. </ul>
  664. <table class="externals" cellspacing="1" cellpadding="4">
  665. <tr>
  666. <th colspan="1" rowspan="1"
  667. valign="top" align="left">
  668. Authors:
  669. </th>
  670. <td colspan="1" rowspan="1"
  671. valign="top" align="left">
  672. Richard Hightower and Nicholas Lesiecki
  673. </td>
  674. </tr>
  675. <tr>
  676. <th colspan="1" rowspan="1"
  677. valign="top" align="left">
  678. URL:
  679. </th>
  680. <td colspan="1" rowspan="1"
  681. valign="top" align="left">
  682. <a href="http://www.wiley.com/cda/product/0,,047120708X,00.html">http://www.wiley.com/cda/product/0,,047120708X,00.html</a>
  683. </td>
  684. </tr>
  685. <tr><th>ISBN:</th><td>047120708X</td></tr>
  686. </table>
  687. <p><b>Available from:</b><br>
  688. <a href="http://www.amazon.com/exec/obidos/tg/detail/-/047120708X/apachesoftwar-20/" target="_blank">Amazon.com</a>
  689. | <a href="http://service.bfast.com/bfast/click?bfmid=2181&amp;bfmtype=book&amp;sourceid=41462544&amp;bfpid=047120708X" target="_blank">Barnes &amp; Noble</a>
  690. | <a href="http://www.booksense.com/product/info.jsp?affiliateId=Apache&amp;isbn=047120708X" target="_blank">Book Sense</a>
  691. | <a href="http://www.powells.com/cgi-bin/biblio?isbn=047120708X&amp;partner_id=29693" target="_blank">Powells.com</a>
  692. <br></p>
  693. <h3 class="section">
  694. <a name="Articles and Presentations"></a>
  695. Articles and Presentations
  696. </h3>
  697. <p>The following sections list articles and presentations
  698. written about Apache Ant. If you've written something that
  699. should be included, please post it to one of the mailing
  700. lists.</p>
  701. <h3 class="section">
  702. <a name="Articles"></a>
  703. Articles
  704. </h3>
  705. <h4 class="subsection">
  706. <a name="Extending Ant Input Abilities"></a>
  707. Extending Ant Input Abilities
  708. </h4>
  709. <p>The contents of this document is the following:<ul>
  710. <li>Section 2 provides a simple example how InputHandlers are created,</li>
  711. <li>Section 3 develops an inputhandler that masks the passwords typed on the command line,</li>
  712. <li>Section 4 gives two handlers, whose input is typed in graphical components,</li>
  713. <li>Section 5 extends Input task so that we can use dierent input handlers on different uses of &lt;input&gt;,</li>
  714. <li>Section 6 describes a problem found while writing this document,</li>
  715. <li>Section 7 summarizes some dark corners the author do not understand.</li>
  716. </ul></p>
  717. <table class="externals" cellspacing="1" cellpadding="4">
  718. <tr>
  719. <th colspan="1" rowspan="1"
  720. valign="top" align="left">
  721. Author:
  722. </th>
  723. <td colspan="1" rowspan="1"
  724. valign="top" align="left">
  725. Ivan Ivanov
  726. </td>
  727. </tr>
  728. <tr>
  729. <th colspan="1" rowspan="1"
  730. valign="top" align="left">
  731. URL:
  732. </th>
  733. <td colspan="1" rowspan="1"
  734. valign="top" align="left">
  735. <a href="https://sourceforge.net/project/showfiles.php?group_id=103509">https://sourceforge.net/project/showfiles.php?group_id=103509 (Download ZIP+PDF from Sourceforge)</a>
  736. </td>
  737. </tr>
  738. </table>
  739. <h4 class="subsection">
  740. <a name="Keep the Ant, Hold the XML"></a>
  741. Keep the Ant, Hold the XML
  742. </h4>
  743. <p>Key G. Gauthier talks about writing "buildfiles" in Java.</p>
  744. <table class="externals" cellspacing="1" cellpadding="4">
  745. <tr>
  746. <th colspan="1" rowspan="1"
  747. valign="top" align="left">
  748. Author:
  749. </th>
  750. <td colspan="1" rowspan="1"
  751. valign="top" align="left">
  752. Key G. Gauthier
  753. </td>
  754. </tr>
  755. <tr>
  756. <th colspan="1" rowspan="1"
  757. valign="top" align="left">
  758. URL:
  759. </th>
  760. <td colspan="1" rowspan="1"
  761. valign="top" align="left">
  762. <a href="http://www.ftponline.com/javapro/2004_06/magazine/features/kgauthier/">http://www.ftponline.com/javapro/2004_06/magazine/features/kgauthier/</a>
  763. </td>
  764. </tr>
  765. </table>
  766. <h4 class="subsection">
  767. <a name="Ant 1.6 for Task Writers"></a>
  768. Ant 1.6 for Task Writers
  769. </h4>
  770. <p>This article talks about XML namespace handling, Ant
  771. libraries and the newly introduced type polymorphism.</p>
  772. <table class="externals" cellspacing="1" cellpadding="4">
  773. <tr>
  774. <th colspan="1" rowspan="1"
  775. valign="top" align="left">
  776. Author:
  777. </th>
  778. <td colspan="1" rowspan="1"
  779. valign="top" align="left">
  780. Stefan Bodewig
  781. </td>
  782. </tr>
  783. <tr>
  784. <th colspan="1" rowspan="1"
  785. valign="top" align="left">
  786. URL:
  787. </th>
  788. <td colspan="1" rowspan="1"
  789. valign="top" align="left">
  790. <a href="http://otn.oracle.com/pub/articles/bodewig_taskwriters.html">http://otn.oracle.com/pub/articles/bodewig_taskwriters.html</a>
  791. </td>
  792. </tr>
  793. </table>
  794. <h4 class="subsection">
  795. <a name="Managing Build Complexity with Apache Ant 1.6"></a>
  796. Managing Build Complexity with Apache Ant 1.6
  797. </h4>
  798. <p>As Apache Ant is applied to increasingly difficult tasks,
  799. its users are creating more complex and less legible build
  800. files. This is due, in part, to the limited tools for
  801. decomposition and code reuse within previous versions of
  802. Ant.</p>
  803. <table class="externals" cellspacing="1" cellpadding="4">
  804. <tr>
  805. <th colspan="1" rowspan="1"
  806. valign="top" align="left">
  807. Author:
  808. </th>
  809. <td colspan="1" rowspan="1"
  810. valign="top" align="left">
  811. Geoffrey Wiseman
  812. </td>
  813. </tr>
  814. <tr>
  815. <th colspan="1" rowspan="1"
  816. valign="top" align="left">
  817. URL:
  818. </th>
  819. <td colspan="1" rowspan="1"
  820. valign="top" align="left">
  821. <a href="http://www.sys-con.com/story/?storyid=45078&amp;DE=1">http://www.sys-con.com/story/?storyid=45078&amp;DE=1</a>
  822. </td>
  823. </tr>
  824. </table>
  825. <h4 class="subsection">
  826. <a name="New Ant 1.6 Features for Big Projects"></a>
  827. New Ant 1.6 Features for Big Projects
  828. </h4>
  829. <p>This article describes the &lt;macrodef&gt;, &lt;import&gt;
  830. and &lt;subant&gt; tasks in detail and shows how they help in
  831. building bigger systems.</p>
  832. <table class="externals" cellspacing="1" cellpadding="4">
  833. <tr>
  834. <th colspan="1" rowspan="1"
  835. valign="top" align="left">
  836. Author:
  837. </th>
  838. <td colspan="1" rowspan="1"
  839. valign="top" align="left">
  840. Stefan Bodewig
  841. </td>
  842. </tr>
  843. <tr>
  844. <th colspan="1" rowspan="1"
  845. valign="top" align="left">
  846. URL:
  847. </th>
  848. <td colspan="1" rowspan="1"
  849. valign="top" align="left">
  850. <a href="http://otn.oracle.com/pub/articles/bodewig_ant1.6.html">http://otn.oracle.com/pub/articles/bodewig_ant1.6.html</a>
  851. </td>
  852. </tr>
  853. </table>
  854. <h4 class="subsection">
  855. <a name="Programmieren fr Ant"></a>
  856. Programmieren fr Ant
  857. </h4>
  858. <p>This article describes the main topics of programming your own tasks.
  859. Description is done on five examples.</p>
  860. <p>This article is written in German and published in
  861. <a href="http://www.sigs-datacom.de/sd/publications/js/index.htm">Java-Spektrum</a>
  862. 5/2004.</p>
  863. <table class="externals" cellspacing="1" cellpadding="4">
  864. <tr>
  865. <th colspan="1" rowspan="1"
  866. valign="top" align="left">
  867. Author:
  868. </th>
  869. <td colspan="1" rowspan="1"
  870. valign="top" align="left">
  871. Bernd Matzke
  872. </td>
  873. </tr>
  874. <tr>
  875. <th colspan="1" rowspan="1"
  876. valign="top" align="left">
  877. URL:
  878. </th>
  879. <td colspan="1" rowspan="1"
  880. valign="top" align="left">
  881. <a href="http://www.sigs-datacom.de/sd/news/document?PID=216">http://www.sigs-datacom.de/sd/news/document?PID=216</a>
  882. </td>
  883. </tr>
  884. </table>
  885. <h4 class="subsection">
  886. <a name="Ant in Anger: Using Ant in a Production Development System"></a>
  887. Ant in Anger: Using Ant in a Production Development System
  888. </h4>
  889. <p>This document describes strategies and some basic examples of how to
  890. use Ant in larger team development projects.</p>
  891. <table class="externals" cellspacing="1" cellpadding="4">
  892. <tr>
  893. <th colspan="1" rowspan="1"
  894. valign="top" align="left">
  895. Author:
  896. </th>
  897. <td colspan="1" rowspan="1"
  898. valign="top" align="left">
  899. Steve Loughran
  900. </td>
  901. </tr>
  902. <tr>
  903. <th colspan="1" rowspan="1"
  904. valign="top" align="left">
  905. URL:
  906. </th>
  907. <td colspan="1" rowspan="1"
  908. valign="top" align="left">
  909. <a href="ant_in_anger.html">http://ant.apache.org/ant_in_anger.html</a>
  910. </td>
  911. </tr>
  912. </table>
  913. <h4 class="subsection">
  914. <a name="Ant Task Guidelines"></a>
  915. Ant Task Guidelines
  916. </h4>
  917. <p>This document describes how to write custom Ant tasks, and how to submit
  918. them to potentially be included in Ant.</p>
  919. <table class="externals" cellspacing="1" cellpadding="4">
  920. <tr>
  921. <th colspan="1" rowspan="1"
  922. valign="top" align="left">
  923. Author:
  924. </th>
  925. <td colspan="1" rowspan="1"
  926. valign="top" align="left">
  927. Steve Loughran
  928. </td>
  929. </tr>
  930. <tr>
  931. <th colspan="1" rowspan="1"
  932. valign="top" align="left">
  933. URL:
  934. </th>
  935. <td colspan="1" rowspan="1"
  936. valign="top" align="left">
  937. <a href="ant_task_guidelines.html">http://ant.apache.org/ant_task_guidelines.html</a>
  938. </td>
  939. </tr>
  940. </table>
  941. <h4 class="subsection">
  942. <a name="Build a Better Robot with Ant"></a>
  943. Build a Better Robot with Ant
  944. </h4>
  945. <p>This article describes the gory details of writing custom
  946. Ant tasks.</p>
  947. <table class="externals" cellspacing="1" cellpadding="4">
  948. <tr>
  949. <th colspan="1" rowspan="1"
  950. valign="top" align="left">
  951. Author:
  952. </th>
  953. <td colspan="1" rowspan="1"
  954. valign="top" align="left">
  955. Erik Hatcher
  956. </td>
  957. </tr>
  958. <tr>
  959. <th colspan="1" rowspan="1"
  960. valign="top" align="left">
  961. URL:
  962. </th>
  963. <td colspan="1" rowspan="1"
  964. valign="top" align="left">
  965. <a href="http://www.fawcette.com/javapro/2003_02/magazine/features/ehatcher/">http://www.fawcette.com/javapro/2003_02/magazine/features/ehatcher/l</a>
  966. </td>
  967. </tr>
  968. </table>
  969. <h4 class="subsection">
  970. <a name="Automating the build and test process"></a>
  971. Automating the build and test process
  972. </h4>
  973. <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>
  974. <table class="externals" cellspacing="1" cellpadding="4">
  975. <tr>
  976. <th colspan="1" rowspan="1"
  977. valign="top" align="left">
  978. Author:
  979. </th>
  980. <td colspan="1" rowspan="1"
  981. valign="top" align="left">
  982. <a href="mailto:ehatcher@apache.org">Erik Hatcher</a>
  983. </td>
  984. </tr>
  985. <tr>
  986. <th colspan="1" rowspan="1"
  987. valign="top" align="left">
  988. URL:
  989. </th>
  990. <td colspan="1" rowspan="1"
  991. valign="top" align="left">
  992. <a href="http://www.ibm.com/developerworks/java/library/j-junitmail/">http://www.ibm.com/developerworks/java/library/j-junitmail/</a>
  993. </td>
  994. </tr>
  995. </table>
  996. <h4 class="subsection">
  997. <a name="Incremental development with Ant and JUnit"></a>
  998. Incremental development with Ant and JUnit
  999. </h4>
  1000. <p>This article explores the benefits of unit testing with Ant and
  1001. JUnit, detailing how to develop automated unit tests and integrate them
  1002. into your build process.</p>
  1003. <table class="externals" cellspacing="1" cellpadding="4">
  1004. <tr>
  1005. <th colspan="1" rowspan="1"
  1006. valign="top" align="left">
  1007. Author:
  1008. </th>
  1009. <td colspan="1" rowspan="1"
  1010. valign="top" align="left">
  1011. <a href="mailto:malcolm@nuearth.com">Malcolm Davis</a>
  1012. </td>
  1013. </tr>
  1014. <tr>
  1015. <th colspan="1" rowspan="1"
  1016. valign="top" align="left">
  1017. URL:
  1018. </th>
  1019. <td colspan="1" rowspan="1"
  1020. valign="top" align="left">
  1021. <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>
  1022. </td>
  1023. </tr>
  1024. </table>
  1025. <h4 class="subsection">
  1026. <a name="Automate your build process using Java and Ant"></a>
  1027. Automate your build process using Java and Ant
  1028. </h4>
  1029. <p>This article provides an introduction to using Ant with some basic
  1030. examples and by highlighting some of the important tasks.</p>
  1031. <table class="externals" cellspacing="1" cellpadding="4">
  1032. <tr>
  1033. <th colspan="1" rowspan="1"
  1034. valign="top" align="left">
  1035. Author:
  1036. </th>
  1037. <td colspan="1" rowspan="1"
  1038. valign="top" align="left">
  1039. <a href="mailto:michael.cymerman@javaworld.com">Michael Cymerman</a>
  1040. </td>
  1041. </tr>
  1042. <tr>
  1043. <th colspan="1" rowspan="1"
  1044. valign="top" align="left">
  1045. URL:
  1046. </th>
  1047. <td colspan="1" rowspan="1"
  1048. valign="top" align="left">
  1049. <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>
  1050. </td>
  1051. </tr>
  1052. </table>
  1053. <h4 class="subsection">
  1054. <a name="Short tutorial in Cactus' (formerly J2EEUnit) documentation"></a>
  1055. Short tutorial in Cactus' (formerly J2EEUnit) documentation
  1056. </h4>
  1057. <p>There is a short tutorial on how to use Ant in Cactus'
  1058. documentation. It has a slant towards build files that will be used
  1059. with Cactus.</p>
  1060. <table class="externals" cellspacing="1" cellpadding="4">
  1061. <tr>
  1062. <th colspan="1" rowspan="1"
  1063. valign="top" align="left">
  1064. Author:
  1065. </th>
  1066. <td colspan="1" rowspan="1"
  1067. valign="top" align="left">
  1068. Cactus development team
  1069. </td>
  1070. </tr>
  1071. <tr>
  1072. <th colspan="1" rowspan="1"
  1073. valign="top" align="left">
  1074. URL:
  1075. </th>
  1076. <td colspan="1" rowspan="1"
  1077. valign="top" align="left">
  1078. <a href="http://jakarta.apache.org/cactus/howto_ant_primer.html">http://jakarta.apache.org/cactus/howto_ant_primer.html</a>
  1079. </td>
  1080. </tr>
  1081. </table>
  1082. <h4 class="subsection">
  1083. <a name="Developing custom Ant tasks with VisualAge for Java"></a>
  1084. Developing custom Ant tasks with VisualAge for Java
  1085. </h4>
  1086. <p>This article outlines how to integrate Ant into VisualAge for Java,
  1087. and how to write and debug custom tasks using the IDE and the
  1088. integrated debugger.</p>
  1089. <table class="externals" cellspacing="1" cellpadding="4">
  1090. <tr>
  1091. <th colspan="1" rowspan="1"
  1092. valign="top" align="left">
  1093. Author:
  1094. </th>
  1095. <td colspan="1" rowspan="1"
  1096. valign="top" align="left">
  1097. <a href="mailto:glenn@somanetworks.com">Glenn McAllister</a>
  1098. </td>
  1099. </tr>
  1100. <tr>
  1101. <th colspan="1" rowspan="1"
  1102. valign="top" align="left">
  1103. URL:
  1104. </th>
  1105. <td colspan="1" rowspan="1"
  1106. valign="top" align="left">
  1107. <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>
  1108. </td>
  1109. </tr>
  1110. </table>
  1111. <h4 class="subsection">
  1112. <a name="Automated builds with VisualAge for Java and Ant"></a>
  1113. Automated builds with VisualAge for Java and Ant
  1114. </h4>
  1115. <p>This article shows how you can perform command line builds with a
  1116. VisualAge for Java repository.</p>
  1117. <table class="externals" cellspacing="1" cellpadding="4">
  1118. <tr>
  1119. <th colspan="1" rowspan="1"
  1120. valign="top" align="left">
  1121. Author:
  1122. </th>
  1123. <td colspan="1" rowspan="1"
  1124. valign="top" align="left">
  1125. <a href="mailto:glenn@somanetworks.com">Glenn McAllister</a>
  1126. </td>
  1127. </tr>
  1128. <tr>
  1129. <th colspan="1" rowspan="1"
  1130. valign="top" align="left">
  1131. URL:
  1132. </th>
  1133. <td colspan="1" rowspan="1"
  1134. valign="top" align="left">
  1135. <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>
  1136. </td>
  1137. </tr>
  1138. </table>
  1139. <h4 class="subsection">
  1140. <a name="Ant: A Build Tool from the Jakarta Project"></a>
  1141. Ant: A Build Tool from the Jakarta Project
  1142. </h4>
  1143. <p>This article is from the "Best Practices" section of
  1144. Sun's Dot-Com Builder Site.</p>
  1145. <table class="externals" cellspacing="1" cellpadding="4">
  1146. <tr>
  1147. <th colspan="1" rowspan="1"
  1148. valign="top" align="left">
  1149. Author:
  1150. </th>
  1151. <td colspan="1" rowspan="1"
  1152. valign="top" align="left">
  1153. Laura Geele Wang
  1154. </td>
  1155. </tr>
  1156. <tr>
  1157. <th colspan="1" rowspan="1"
  1158. valign="top" align="left">
  1159. URL:
  1160. </th>
  1161. <td colspan="1" rowspan="1"
  1162. valign="top" align="left">
  1163. <a href="http://dcb.sun.com/practices/profiles/ant.jsp">http://dcb.sun.com/practices/profiles/ant.jsp</a>
  1164. </td>
  1165. </tr>
  1166. </table>
  1167. <h4 class="subsection">
  1168. <a name="Making a Mountain Out of an Anthill"></a>
  1169. Making a Mountain Out of an Anthill
  1170. </h4>
  1171. <p>This article is from the June 2001 issue of the Java Developer'
  1172. Journal. You need to be a registered JDJ subscriber to view this
  1173. article.</p>
  1174. <table class="externals" cellspacing="1" cellpadding="4">
  1175. <tr>
  1176. <th colspan="1" rowspan="1"
  1177. valign="top" align="left">
  1178. Author:
  1179. </th>
  1180. <td colspan="1" rowspan="1"
  1181. valign="top" align="left">
  1182. Neal Ford
  1183. </td>
  1184. </tr>
  1185. <tr>
  1186. <th colspan="1" rowspan="1"
  1187. valign="top" align="left">
  1188. URL:
  1189. </th>
  1190. <td colspan="1" rowspan="1"
  1191. valign="top" align="left">
  1192. <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>
  1193. </td>
  1194. </tr>
  1195. </table>
  1196. <h4 class="subsection">
  1197. <a name="Using Ant and Weblogic EJBs"></a>
  1198. Using Ant and Weblogic EJBs
  1199. </h4>
  1200. <p>This article describes how to use Ant to create Weblogic EJBs, and
  1201. some workarounds for issues you may encounter.</p>
  1202. <table class="externals" cellspacing="1" cellpadding="4">
  1203. <tr>
  1204. <th colspan="1" rowspan="1"
  1205. valign="top" align="left">
  1206. Author:
  1207. </th>
  1208. <td colspan="1" rowspan="1"
  1209. valign="top" align="left">
  1210. Jesse E. Tilly
  1211. </td>
  1212. </tr>
  1213. <tr>
  1214. <th colspan="1" rowspan="1"
  1215. valign="top" align="left">
  1216. URL:
  1217. </th>
  1218. <td colspan="1" rowspan="1"
  1219. valign="top" align="left">
  1220. <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>
  1221. </td>
  1222. </tr>
  1223. </table>
  1224. <h4 class="subsection">
  1225. <a name="Using JavaScript with Ant"></a>
  1226. Using JavaScript with Ant
  1227. </h4>
  1228. <p>A tutorial about using JavaScript and XSLT with Ant.</p>
  1229. <table class="externals" cellspacing="1" cellpadding="4">
  1230. <tr>
  1231. <th colspan="1" rowspan="1"
  1232. valign="top" align="left">
  1233. Author:
  1234. </th>
  1235. <td colspan="1" rowspan="1"
  1236. valign="top" align="left">
  1237. Dylan Schiemann
  1238. </td>
  1239. </tr>
  1240. <tr>
  1241. <th colspan="1" rowspan="1"
  1242. valign="top" align="left">
  1243. URL:
  1244. </th>
  1245. <td colspan="1" rowspan="1"
  1246. valign="top" align="left">
  1247. <a href="http://www.sitepen.com/ant/javascript.html">http://www.sitepen.com/ant/javascript.html</a>
  1248. </td>
  1249. </tr>
  1250. </table>
  1251. <h4 class="subsection">
  1252. <a name="Building with Ant"></a>
  1253. Building with Ant
  1254. </h4>
  1255. <p>Series of articles that describe a framework for web
  1256. application development based on Ant and JUnit.</p>
  1257. <table class="externals" cellspacing="1" cellpadding="4">
  1258. <tr>
  1259. <th colspan="1" rowspan="1"
  1260. valign="top" align="left">
  1261. Author:
  1262. </th>
  1263. <td colspan="1" rowspan="1"
  1264. valign="top" align="left">
  1265. <a href="mailto:alexc@purpletech.com">Alex Chaffee</a>
  1266. </td>
  1267. </tr>
  1268. <tr>
  1269. <th colspan="1" rowspan="1"
  1270. valign="top" align="left">
  1271. URL:
  1272. </th>
  1273. <td colspan="1" rowspan="1"
  1274. valign="top" align="left">
  1275. 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 />
  1276. 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 />
  1277. 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>
  1278. </td>
  1279. </tr>
  1280. </table>
  1281. <h4 class="subsection">
  1282. <a name="Developing with JAXB and Ant"></a>
  1283. Developing with JAXB and Ant
  1284. </h4>
  1285. <p>Series of articles that shows how to use Ant together with
  1286. the Java API for XML Binding (JAXB).</p>
  1287. <table class="externals" cellspacing="1" cellpadding="4">
  1288. <tr>
  1289. <th colspan="1" rowspan="1"
  1290. valign="top" align="left">
  1291. Author:
  1292. </th>
  1293. <td colspan="1" rowspan="1"
  1294. valign="top" align="left">
  1295. Joseph Shelby
  1296. </td>
  1297. </tr>
  1298. <tr>
  1299. <th colspan="1" rowspan="1"
  1300. valign="top" align="left">
  1301. URL:
  1302. </th>
  1303. <td colspan="1" rowspan="1"
  1304. valign="top" align="left">
  1305. <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 />
  1306. <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>
  1307. </td>
  1308. </tr>
  1309. </table>
  1310. <h3 class="section">
  1311. <a name="Presentations"></a>
  1312. Presentations
  1313. </h3>
  1314. <h4 class="subsection">
  1315. <a name="Ant Build Tool"></a>
  1316. Ant Build Tool
  1317. </h4>
  1318. <p>A PowerPoint presentation on Ant 1.2. It provides a basic overview
  1319. of Ant's capabilities.</p>
  1320. <table class="externals" cellspacing="1" cellpadding="4">
  1321. <tr>
  1322. <th colspan="1" rowspan="1"
  1323. valign="top" align="left">
  1324. Author:
  1325. </th>
  1326. <td colspan="1" rowspan="1"
  1327. valign="top" align="left">
  1328. <a href="mailto:chanezon@netscape.com">Patrick Chanezon</a>
  1329. </td>
  1330. </tr>
  1331. <tr>
  1332. <th colspan="1" rowspan="1"
  1333. valign="top" align="left">
  1334. URL:
  1335. </th>
  1336. <td colspan="1" rowspan="1"
  1337. valign="top" align="left">
  1338. <a href="http://people.netscape.com/chanezon/tech/ant/ant_preso.ppt">http://people.netscape.com/chanezon/tech/ant/ant_preso.ppt</a>
  1339. </td>
  1340. </tr>
  1341. </table>
  1342. <h4 class="subsection">
  1343. <a name="Ant"></a>
  1344. Ant
  1345. </h4>
  1346. <p>A detailed Ant 1.3 PowerPoint presentation, made at the St. Louis Java Users Group
  1347. meeting in March 2001. Includes a detailed build file and basic
  1348. descriptions of all the built in and optional tasks. Updated for Ant 1.4 in October 2001.
  1349. Available in PDF format now.</p>
  1350. <table class="externals" cellspacing="1" cellpadding="4">
  1351. <tr>
  1352. <th colspan="1" rowspan="1"
  1353. valign="top" align="left">
  1354. Author:
  1355. </th>
  1356. <td colspan="1" rowspan="1"
  1357. valign="top" align="left">
  1358. Mark Volkmann
  1359. </td>
  1360. </tr>
  1361. <tr>
  1362. <th colspan="1" rowspan="1"
  1363. valign="top" align="left">
  1364. URL:
  1365. </th>
  1366. <td colspan="1" rowspan="1"
  1367. valign="top" align="left">
  1368. <a href="http://www.ociweb.com/jnb/files/Ant.pdf">http://www.ociweb.com/jnb/files/Ant.pdf</a>
  1369. </td>
  1370. </tr>
  1371. </table>
  1372. <h4 class="subsection">
  1373. <a name="Modern Development Crises"></a>
  1374. Modern Development Crises
  1375. </h4>
  1376. <p>This presentation is an overview of the state of software
  1377. development in 2001. There are a couple of slides that briefly cover
  1378. Ant.</p>
  1379. <table class="externals" cellspacing="1" cellpadding="4">
  1380. <tr>
  1381. <th colspan="1" rowspan="1"
  1382. valign="top" align="left">
  1383. Author:
  1384. </th>
  1385. <td colspan="1" rowspan="1"
  1386. valign="top" align="left">
  1387. Steve Loughran
  1388. </td>
  1389. </tr>
  1390. <tr>
  1391. <th colspan="1" rowspan="1"
  1392. valign="top" align="left">
  1393. URL:
  1394. </th>
  1395. <td colspan="1" rowspan="1"
  1396. valign="top" align="left">
  1397. <a href="http://www.iseran.com/Steve/modern_development_processes.html">http://www.iseran.com/Steve/modern_development_processes.html</a>
  1398. </td>
  1399. </tr>
  1400. </table>
  1401. <h4 class="subsection">
  1402. <a name="When Web Services Go Bad"></a>
  1403. When Web Services Go Bad
  1404. </h4>
  1405. <p>A presentation from the <a href="http://www.sellsbrothers.com/conference/">Web Services
  1406. DevCon</a> in March 2002.</p>
  1407. <table class="externals" cellspacing="1" cellpadding="4">
  1408. <tr>
  1409. <th colspan="1" rowspan="1"
  1410. valign="top" align="left">
  1411. Author:
  1412. </th>
  1413. <td colspan="1" rowspan="1"
  1414. valign="top" align="left">
  1415. Steve Loughran
  1416. </td>
  1417. </tr>
  1418. <tr>
  1419. <th colspan="1" rowspan="1"
  1420. valign="top" align="left">
  1421. URL:
  1422. </th>
  1423. <td colspan="1" rowspan="1"
  1424. valign="top" align="left">
  1425. <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>
  1426. </td>
  1427. </tr>
  1428. </table>
  1429. </div>
  1430. </div>
  1431. <p class="copyright">
  1432. <script type="text/javascript" language="JavaScript"><!--
  1433. document.write(" - "+"Last Published: " + document.lastModified);
  1434. // -->
  1435. </script>
  1436. </p>
  1437. </body>
  1438. </html>