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

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