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.xml 21 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <document>
  3. <properties>
  4. <author email="bodewig@apache.org">Stefan Bodewig</author>
  5. <title>Resources</title>
  6. </properties>
  7. <body>
  8. <section name="FAQs">
  9. <subsection name="At Ant's website">
  10. <p>Starting with the release of Ant 1.4 the Ant's FAQ is
  11. bundled with the distribution, the most recent version can
  12. always be found at the website.</p>
  13. <table class="externals">
  14. <tr>
  15. <th>FAQ:</th>
  16. <td><a href="faq.html">http://ant.apache.org/faq.html</a></td>
  17. </tr>
  18. </table>
  19. </subsection>
  20. <subsection name="jGuru">
  21. <p>jGuru hosts an interactive Ant discussion forum and FAQ system</p>
  22. <table class="externals">
  23. <tr>
  24. <th>Forum:</th>
  25. <td><a href="http://www.jguru.com/forums/home.jsp?topic=Ant">http://www.jguru.com/forums/home.jsp?topic=Ant</a></td>
  26. </tr>
  27. <tr>
  28. <th>FAQ:</th>
  29. <td><a href="http://www.jguru.com/faq/home.jsp?topic=Ant">http://www.jguru.com/faq/home.jsp?topic=Ant</a></td>
  30. </tr>
  31. </table>
  32. </subsection>
  33. </section>
  34. <section name="Books">
  35. <p>Listed by descending publication date.</p>
  36. <!-- TODO: reorganize as a table? -->
  37. <subsection name="Extreme Programming with Ant">
  38. <p> This book shows how to implement an XP project using Ant 1.5.3, and many other 3rd party tools. Covers:</p>
  39. <ul>
  40. <li>The fundamentals of Ant: concepts, core and optional tasks</li>
  41. <li>How to write custom Ant components, including custom Tasks, Loggers, Listeners, Input Handlers, Selectors, Filters, Mappers and Data Types</li>
  42. <li>Mitigating risks by creating spike tests with Ant buildfiles</li>
  43. <li>Add CVS version control and testing with JUnit</li>
  44. <li>Automate nightly builds and reporting</li>
  45. <li>Deploy applications dynamically using XDoclet</li>
  46. <li>Enforcing Code Standards with Jalopy, PMD, CheckStyle, iContract, JDepend</li>
  47. <li>Using Remote Ant (Rant) and CruiseControl</li>
  48. <li>Generating project documentation</li>
  49. <li>Adapting an XP process for use by other teams or across an enterprise</li>
  50. <li>Custom Task examples to generating UML diagrams, creating reports and metrics on-the-fly</li>
  51. <li>Follows a case-study of a team that implements an XP Project</li>
  52. </ul>
  53. <table class="externals">
  54. <tr>
  55. <th>Authors:</th>
  56. <td>Glenn Niemeyer and Jeremy Poteet</td>
  57. </tr>
  58. <tr>
  59. <th>URL:</th>
  60. <td><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></td>
  61. </tr>
  62. </table>
  63. </subsection>
  64. <subsection name="Ant. Das Java-Build-Tool in der Praxis">
  65. <p>A German language book on Ant that covers Ant 1.5.
  66. This is the original description:</p>
  67. <source>
  68. Das Build-Tool Ant ist das Open-Source-Werkzeug, das den Entwicklungsprozess einer Java-
  69. oder J2EE-Anwendung wesentlich vereinfacht. Gesteuert durch XML-basierte Skripte f�hrt es
  70. nahezu alle Aufgaben aus, die nach dem Kodieren einer Anwendung anfallen.</source>
  71. <p>Some topics:</p>
  72. <ul>
  73. <li>creating archives (zip, jar)</li>
  74. <li>call the java compiler</li>
  75. <li>edit property files</li>
  76. <li>file operation</li>
  77. <li>source code control systems</li>
  78. </ul>
  79. <table class="externals">
  80. <tr>
  81. <th>Authors:</th>
  82. <td>Bernd Matzke</td>
  83. </tr>
  84. <tr>
  85. <th>URL:</th>
  86. <td><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></td>
  87. </tr>
  88. </table>
  89. </subsection>
  90. <subsection name="Java Development with Ant">
  91. <p>Covers Ant 1.5, including:</p>
  92. <ul>
  93. <li>The new Ant 1.5 features</li>
  94. <li>Ant's datatypes and property handling</li>
  95. <li>JUnit testing and reporting</li>
  96. <li>Continuous integration techniques</li>
  97. <li>XDoclet for attribute-oriented programming</li>
  98. <li>EJB generation, building, and packaging</li>
  99. <li>Writing and testing native code</li>
  100. <li>Building Web Services with Apache Axis</li>
  101. <li>Deploying your system to multiple remote servers</li>
  102. <li>Using and writing
  103. <ul>
  104. <li>Loggers</li>
  105. <li>Listeners</li>
  106. <li>Selectors</li>
  107. <li>Custom tasks</li>
  108. </ul>
  109. </li>
  110. </ul>
  111. <table class="externals">
  112. <tr>
  113. <th>Authors:</th>
  114. <td>Erik Hatcher and Steve Loughran</td>
  115. </tr>
  116. <tr>
  117. <th>URL:</th>
  118. <td><a href="http://www.manning.com/antbook/">http://www.manning.com/antbook/</a></td>
  119. </tr>
  120. </table>
  121. </subsection>
  122. <subsection name="Ant: The Definitive Guide">
  123. <!-- a soon as somebody submits a description, let's add it -->
  124. <p>Covers Ant release 1.4.1.</p>
  125. <table class="externals">
  126. <tr>
  127. <th>Authors:</th>
  128. <td>Jesse E. Tilly and Eric M. Burke</td>
  129. </tr>
  130. <tr>
  131. <th>URL:</th>
  132. <td><a href="http://www.oreilly.com/catalog/anttdg/">http://www.oreilly.com/catalog/anttdg/</a></td>
  133. </tr>
  134. </table>
  135. </subsection>
  136. <subsection name="Ant. Kurz und Gut.">
  137. <p>A German language short reference for Ant that covers Ant
  138. 1.4. This is the original description:</p>
  139. <source>
  140. Ant kurz &amp; gut enth&#xe4;lt eine vollst&#xe4;ndige Referenz der Built-in Tasks
  141. und ihrer jeweiligen Attribute sowie kurze Beispiele f&#xfc;r ihre Verwendung.
  142. Daneben bietet das Buch eine knappe Einf&#xfc;hrung in die Arbeit mit Ant und
  143. eine Erl&#xe4;uterung der Ant-Basiselemente (Projekte, Properties, Targets und Tasks).
  144. Behandelt werden au&#xdf;erdem grundlegende Konzepte wie Filesets, Patternsets und
  145. Pfadstrukturen, das Schreiben eigener Tasks, die Aufruf-Syntax und Optional Tasks. </source>
  146. <table class="externals">
  147. <tr>
  148. <th>Author:</th>
  149. <td>Stefan Edlich</td>
  150. </tr>
  151. <tr>
  152. <th>URL:</th>
  153. <td><a href="http://www.amazon.de/exec/obidos/ASIN/3897212412/">http://www.amazon.de/exec/obidos/ASIN/3897212412/</a></td>
  154. </tr>
  155. </table>
  156. </subsection>
  157. <subsection name="Java Tools for eXtreme Programming">
  158. <p>This book covers the following XP subjects:</p>
  159. <ul>
  160. <li>Automated unit and functional testing</li>
  161. <li>Continuous integration through build and deployment automation</li>
  162. <li>The value of refactoring and continuous integration</li>
  163. <li>How Ant, JUnit, JUnitPerf, Cactus, HTTPUnit, and JMeter
  164. can be used to achieve the goals of the XP methodology</li>
  165. </ul>
  166. <table class="externals">
  167. <tr>
  168. <th>Authors:</th>
  169. <td>Richard Hightower and Nicholas Lesiecki</td>
  170. </tr>
  171. <tr>
  172. <th>URL:</th>
  173. <td><a href="http://www.wiley.com/cda/product/0,,047120708X,00.html">http://www.wiley.com/cda/product/0,,047120708X,00.html</a></td>
  174. </tr>
  175. </table>
  176. </subsection>
  177. </section>
  178. <section name="Articles and Presentations">
  179. <p>The following sections list articles and presentations written about Apache Ant. If
  180. you've written something that should be included, please post it to one
  181. of the mailing lists.</p>
  182. </section>
  183. <section name="Articles">
  184. <subsection name="Ant in Anger: Using Ant in a Production Development
  185. System">
  186. <p>This document describes strategies and some basic examples of how to
  187. use Ant in larger team development projects.</p>
  188. <table class="externals">
  189. <tr>
  190. <th>Author:</th>
  191. <td><a href="mailto:steve_l@iseran.com">Steve Loughran</a></td>
  192. </tr>
  193. <tr>
  194. <th>URL:</th>
  195. <td><a href="ant_in_anger.html">http://ant.apache.org/ant_in_anger.html</a></td>
  196. </tr>
  197. </table>
  198. </subsection>
  199. <subsection name="Ant Task Guidelines">
  200. <p>This document describes how to write custom Ant tasks, and how to submit
  201. them to potentially be included in Ant.</p>
  202. <table class="externals">
  203. <tr>
  204. <th>Author:</th>
  205. <td><a href="mailto:steve_l@iseran.com">Steve Loughran</a></td>
  206. </tr>
  207. <tr>
  208. <th>URL:</th>
  209. <td><a href="ant_task_guidelines.html">http://ant.apache.org/ant_task_guidelines.html</a></td>
  210. </tr>
  211. </table>
  212. </subsection>
  213. <subsection name="Automating the build and test process">
  214. <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>
  215. <table class="externals">
  216. <tr>
  217. <th>Author:</th>
  218. <td><a href="mailto:ehatcher@apache.org">Erik Hatcher</a></td>
  219. </tr>
  220. <tr>
  221. <th>URL:</th>
  222. <td><a href="http://www.ibm.com/developerworks/java/library/j-junitmail/">http://www.ibm.com/developerworks/java/library/j-junitmail/</a></td>
  223. </tr>
  224. </table>
  225. </subsection>
  226. <subsection name="Incremental development with Ant and JUnit">
  227. <p>This article explores the benefits of unit testing with Ant and
  228. JUnit, detailing how to develop automated unit tests and integrate them
  229. into your build process.</p>
  230. <table class="externals">
  231. <tr>
  232. <th>Author:</th>
  233. <td><a href="mailto:malcolm@nuearth.com">Malcolm Davis</a></td>
  234. </tr>
  235. <tr>
  236. <th>URL:</th>
  237. <td><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></td>
  238. </tr>
  239. </table>
  240. </subsection>
  241. <subsection name="Automate your build process using Java and Ant">
  242. <p>This article provides an introduction to using Ant with some basic
  243. examples and by highlighting some of the important tasks.</p>
  244. <table class="externals">
  245. <tr>
  246. <th>Author:</th>
  247. <td><a href="mailto:michael.cymerman@javaworld.com">Michael Cymerman</a></td>
  248. </tr>
  249. <tr>
  250. <th>URL:</th>
  251. <td><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></td>
  252. </tr>
  253. </table>
  254. </subsection>
  255. <subsection name="Short tutorial in Cactus&apos; (formerly J2EEUnit)
  256. documentation">
  257. <p>There is a short tutorial on how to use Ant in Cactus&apos;
  258. documentation. It has a slant towards build files that will be used
  259. with Cactus.</p>
  260. <table class="externals">
  261. <tr>
  262. <th>Author:</th>
  263. <td>Cactus development team</td>
  264. </tr>
  265. <tr>
  266. <th>URL:</th>
  267. <td><a href="http://jakarta.apache.org/cactus/howto_ant_primer.html">http://jakarta.apache.org/cactus/howto_ant_primer.html</a></td>
  268. </tr>
  269. </table>
  270. </subsection>
  271. <subsection name="Developing custom Ant tasks with VisualAge for Java">
  272. <p>This article outlines how to integrate Ant into VisualAge for Java,
  273. and how to write and debug custom tasks using the IDE and the
  274. integrated debugger.</p>
  275. <table class="externals">
  276. <tr>
  277. <th>Author:</th>
  278. <td><a href="mailto:glenn@somanetworks.com">Glenn McAllister</a></td>
  279. </tr>
  280. <tr>
  281. <th>URL:</th>
  282. <td><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></td>
  283. </tr>
  284. </table>
  285. </subsection>
  286. <subsection name="Automated builds with VisualAge for Java and Ant">
  287. <p>This article shows how you can perform command line builds with a
  288. VisualAge for Java repository.</p>
  289. <table class="externals">
  290. <tr>
  291. <th>Author:</th>
  292. <td><a href="mailto:glenn@somanetworks.com">Glenn McAllister</a></td>
  293. </tr>
  294. <tr>
  295. <th>URL:</th>
  296. <td><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></td>
  297. </tr>
  298. </table>
  299. </subsection>
  300. <subsection name="Ant: A Build Tool from the Jakarta Project">
  301. <p>This article is from the &quot;Best Practices&quot; section of
  302. Sun&apos;s Dot-Com Builder Site.</p>
  303. <table class="externals">
  304. <tr>
  305. <th>Author:</th>
  306. <td>Laura Geele Wang</td>
  307. </tr>
  308. <tr>
  309. <th>URL:</th>
  310. <td><a href="http://dcb.sun.com/practices/profiles/ant.jsp">http://dcb.sun.com/practices/profiles/ant.jsp</a></td>
  311. </tr>
  312. </table>
  313. </subsection>
  314. <subsection name="Making a Mountain Out of an Anthill">
  315. <p>This article is from the June 2001 issue of the Java Developer&apos;
  316. Journal. You need to be a registered JDJ subscriber to view this
  317. article.</p>
  318. <table class="externals">
  319. <tr>
  320. <th>Author:</th>
  321. <td>Neal Ford</td>
  322. </tr>
  323. <tr>
  324. <th>URL:</th>
  325. <td><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></td>
  326. </tr>
  327. </table>
  328. </subsection>
  329. <subsection name="Using Ant and Weblogic EJBs">
  330. <p>This article describes how to use Ant to create Weblogic EJBs, and
  331. some workarounds for issues you may encounter.</p>
  332. <table class="externals">
  333. <tr>
  334. <th>Author:</th>
  335. <td>Jesse E. Tilly</td>
  336. </tr>
  337. <tr>
  338. <th>URL:</th>
  339. <td><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></td>
  340. </tr>
  341. </table>
  342. </subsection>
  343. <subsection name="Using JavaScript with Ant">
  344. <p>A tutorial about using JavaScript and XSLT with Ant.</p>
  345. <table class="externals">
  346. <tr>
  347. <th>Author:</th>
  348. <td>Dylan Schiemann</td>
  349. </tr>
  350. <tr>
  351. <th>URL:</th>
  352. <td><a href="http://www.sitepen.com/ant/javascript.html">http://www.sitepen.com/ant/javascript.html</a></td>
  353. </tr>
  354. </table>
  355. </subsection>
  356. <subsection name="Building with Ant">
  357. <p>Series of articles that describe a framework for web
  358. application development based on Ant and JUnit.</p>
  359. <table class="externals">
  360. <tr>
  361. <th>Author:</th>
  362. <td><a href="mailto:alexc@purpletech.com">Alex Chaffee</a></td>
  363. </tr>
  364. <tr>
  365. <th>URL:</th>
  366. <td>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/>
  367. 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/>
  368. 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></td>
  369. </tr>
  370. </table>
  371. </subsection>
  372. <subsection name="Developing with JAXB and Ant">
  373. <p>Series of articles that shows how to use Ant together with
  374. the Java API for XML Binding (JAXB).</p>
  375. <table class="externals">
  376. <tr>
  377. <th>Author:</th>
  378. <td>Joseph Shelby</td>
  379. </tr>
  380. <tr>
  381. <th>URL:</th>
  382. <td><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/>
  383. <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></td>
  384. </tr>
  385. </table>
  386. </subsection>
  387. </section>
  388. <section name="Presentations">
  389. <subsection name="Ant - presented to the Tucson Java Users Group">
  390. <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>
  391. <table class="externals">
  392. <tr>
  393. <th>Author:</th>
  394. <td><a href="mailto:ehatcher@apache.org">Erik Hatcher</a></td>
  395. </tr>
  396. <tr>
  397. <th>URL:</th>
  398. <td><a href="http://erik.hatcher.net/ant-jug.zip">http://erik.hatcher.net/ant-jug.zip</a></td>
  399. </tr>
  400. </table>
  401. </subsection>
  402. <subsection name="Ant Build Tool">
  403. <p>A PowerPoint presentation on Ant 1.2. It provides a basic overview
  404. of Ant&apos;s capabilities.</p>
  405. <table class="externals">
  406. <tr>
  407. <th>Author:</th>
  408. <td><a href="mailto:chanezon@netscape.com">Patrick Chanezon</a></td>
  409. </tr>
  410. <tr>
  411. <th>URL:</th>
  412. <td><a href="http://people.netscape.com/chanezon/tech/ant/ant_preso.ppt">http://people.netscape.com/chanezon/tech/ant/ant_preso.ppt</a></td>
  413. </tr>
  414. </table>
  415. </subsection>
  416. <subsection name="Ant">
  417. <p>A detailed Ant 1.3 PowerPoint presentation, made at the St. Louis Java Users Group
  418. meeting in March 2001. Includes a detailed build file and basic
  419. descriptions of all the built in and optional tasks. Updated for Ant 1.4 in October 2001.
  420. Available in PDF format now.</p>
  421. <table class="externals">
  422. <tr>
  423. <th>Author:</th>
  424. <td>Mark Volkmann</td>
  425. </tr>
  426. <tr>
  427. <th>URL:</th>
  428. <td><a href="http://www.ociweb.com/jnb/files/Ant.pdf">http://www.ociweb.com/jnb/files/Ant.pdf</a></td>
  429. </tr>
  430. </table>
  431. </subsection>
  432. <subsection name="Modern Development Crises">
  433. <p>This presentation is an overview of the current state of software
  434. development today. There are a couple of slides that briefly cover
  435. Ant.</p>
  436. <table class="externals">
  437. <tr>
  438. <th>Author:</th>
  439. <td><a href="mailto:steve_l@iseran.com">Steve Loughran</a></td>
  440. </tr>
  441. <tr>
  442. <th>URL:</th>
  443. <td><a href="http://www.iseran.com/Steve/modern_development_processes.html">http://www.iseran.com/Steve/modern_development_processes.html</a></td>
  444. </tr>
  445. </table>
  446. </subsection>
  447. <subsection name="When Web Services Go Bad">
  448. <p>A presentation from the <a
  449. href="http://www.sellsbrothers.com/conference/">Web Services
  450. DevCon</a> in March 2002.</p>
  451. <table class="externals">
  452. <tr>
  453. <th>Author:</th>
  454. <td><a href="mailto:steve_l@iseran.com">Steve Loughran</a></td>
  455. </tr>
  456. <tr>
  457. <th>URL:</th>
  458. <td><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></td>
  459. </tr>
  460. </table>
  461. </subsection>
  462. </section>
  463. </body>
  464. </document>