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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. <?xml version="1.0"?>
  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://jakarta.apache.org/ant/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="Articles and Presentations">
  35. <p>The following sections list articles and presentations written about Apache Ant. If
  36. you've written something that should be included, please post it to one
  37. of the mailing lists.</p>
  38. </section>
  39. <section name="Articles">
  40. <subsection name="Ant in Anger: Using Ant in a Production Development
  41. System">
  42. <p>This document describes strategies and some basic examples of how to
  43. use Ant in larger team development projects.</p>
  44. <table>
  45. <tr>
  46. <th>Author:</th>
  47. <td><a href="mailto:steve_l@iseran.com">Steve Loughran</a></td>
  48. </tr>
  49. <tr>
  50. <th>URL:</th>
  51. <td><a href="ant_in_anger.html">http://jakarta.apache.org/ant/ant_in_anger.html</a></td>
  52. </tr>
  53. </table>
  54. </subsection>
  55. <subsection name="Ant Task Guidelines">
  56. <p>This document describes how to write custom Ant tasks, and how to submit
  57. them to potentially be included in Ant.</p>
  58. <table>
  59. <tr>
  60. <th>Author:</th>
  61. <td><a href="mailto:steve_l@iseran.com">Steve Loughran</a></td>
  62. </tr>
  63. <tr>
  64. <th>URL:</th>
  65. <td><a href="ant_task_guidelines.html">http://jakarta.apache.org/ant/ant_task_guidelines.html</a></td>
  66. </tr>
  67. </table>
  68. </subsection>
  69. <subsection name="Automating the build and test process">
  70. <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>
  71. <table>
  72. <tr>
  73. <th>Author:</th>
  74. <td><a href="mailto:erik@hatcher.net">Erik Hatcher</a></td>
  75. </tr>
  76. <tr>
  77. <th>URL:</th>
  78. <td><a href="http://www.ibm.com/developerworks/java/library/j-junitmail/">http://www.ibm.com/developerworks/java/library/j-junitmail/</a></td>
  79. </tr>
  80. </table>
  81. </subsection>
  82. <subsection name="Incremental development with Ant and JUnit">
  83. <p>This article explores the benefits of unit testing with Ant and
  84. JUnit, detailing how to develop automated unit tests and integrate them
  85. into your build process.</p>
  86. <table>
  87. <tr>
  88. <th>Author:</th>
  89. <td><a href="mailto:malcolm@nuearth.com">Malcolm Davis</a></td>
  90. </tr>
  91. <tr>
  92. <th>URL:</th>
  93. <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>
  94. </tr>
  95. </table>
  96. </subsection>
  97. <subsection name="Automate your build process using Java and Ant">
  98. <p>This article provides an introduction to using Ant with some basic
  99. examples and by highlighting some of the important tasks.</p>
  100. <table>
  101. <tr>
  102. <th>Author:</th>
  103. <td><a href="mailto:michael.cymerman@javaworld.com">Michael Cymerman</a></td>
  104. </tr>
  105. <tr>
  106. <th>URL:</th>
  107. <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>
  108. </tr>
  109. </table>
  110. </subsection>
  111. <subsection name="Short tutorial in Cactus&apos; (formerly J2EEUnit)
  112. documentation">
  113. <p>There is a short tutorial on how to use Ant in Cactus&apos;
  114. documentation. It has a slant towards build files that will be used
  115. with Cactus.</p>
  116. <table>
  117. <tr>
  118. <th>Author:</th>
  119. <td>Cactus development team</td>
  120. </tr>
  121. <tr>
  122. <th>URL:</th>
  123. <td><a href="http://jakarta.apache.org/cactus/howto_ant_primer.html">http://jakarta.apache.org/cactus/howto_ant_primer.html</a></td>
  124. </tr>
  125. </table>
  126. </subsection>
  127. <subsection name="Developing custom Ant tasks with VisualAge for Java">
  128. <p>This article outlines how to integrate Ant into VisualAge for Java,
  129. and how to write and debug custom tasks using the IDE and the
  130. integrated debugger.</p>
  131. <table>
  132. <tr>
  133. <th>Author:</th>
  134. <td><a href="mailto:glenn@somanetworks.com">Glenn McAllister</a></td>
  135. </tr>
  136. <tr>
  137. <th>URL:</th>
  138. <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>
  139. </tr>
  140. </table>
  141. </subsection>
  142. <subsection name="Automated builds with VisualAge for Java and Ant">
  143. <p>This article shows how you can perform command line builds with a
  144. VisualAge for Java repository.</p>
  145. <table>
  146. <tr>
  147. <th>Author:</th>
  148. <td><a href="mailto:glenn@somanetworks.com">Glenn McAllister</a></td>
  149. </tr>
  150. <tr>
  151. <th>URL:</th>
  152. <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>
  153. </tr>
  154. </table>
  155. </subsection>
  156. <subsection name="Ant: A Build Tool from the Jakarta Project">
  157. <p>This article is from the &quot;Best Practices&quot; section of
  158. Sun&apos;s Dot-Com Builder Site.</p>
  159. <table>
  160. <tr>
  161. <th>Author:</th>
  162. <td>Laura Geele Wang</td>
  163. </tr>
  164. <tr>
  165. <th>URL:</th>
  166. <td><a href="http://dcb.sun.com/practices/profiles/ant.jsp">http://dcb.sun.com/practices/profiles/ant.jsp</a></td>
  167. </tr>
  168. </table>
  169. </subsection>
  170. <subsection name="Making a Mountain Out of an Anthill">
  171. <p>This article is from the June 2001 issue of the Java Developer&apos;
  172. Journal. You need to be a registered JDJ subscriber to view this
  173. article.</p>
  174. <table>
  175. <tr>
  176. <th>Author:</th>
  177. <td>Neal Ford</td>
  178. </tr>
  179. <tr>
  180. <th>URL:</th>
  181. <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>
  182. </tr>
  183. </table>
  184. </subsection>
  185. <subsection name="Using Ant and Weblogic EJBs">
  186. <p>This article describes how to use Ant to create Weblogic EJBs, and
  187. some workarounds for issues you may encounter.</p>
  188. <table>
  189. <tr>
  190. <th>Author:</th>
  191. <td>Jesse E. Tilly</td>
  192. </tr>
  193. <tr>
  194. <th>URL:</th>
  195. <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>
  196. </tr>
  197. </table>
  198. </subsection>
  199. <subsection name="An Introduction to Ant">
  200. <p>This article is a short introduction into the basic
  201. concepts of Ant.</p>
  202. <table>
  203. <tr>
  204. <th>Author:</th>
  205. <td>Jayakrishnan Nair</td>
  206. </tr>
  207. <tr>
  208. <th>URL:</th>
  209. <td><a href="http://varnam.org/articles/ant.html">http://varnam.org/articles/ant.html</a></td>
  210. </tr>
  211. </table>
  212. </subsection>
  213. </section>
  214. <section name="Presentations">
  215. <subsection name="Ant - presented to the Tucson Java Users Group">
  216. <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>
  217. <table>
  218. <tr>
  219. <th>Author:</th>
  220. <td><a href="mailto:erik@hatcher.net">Erik Hatcher</a></td>
  221. </tr>
  222. <tr>
  223. <th>URL:</th>
  224. <td><a href="http://erik.hatcher.net/ant-jug.zip">http://erik.hatcher.net/ant-jug.zip</a></td>
  225. </tr>
  226. </table>
  227. </subsection>
  228. <subsection name="Ant Build Tool">
  229. <p>A PowerPoint presentation on Ant 1.2. It provides a basic overview
  230. of Ant&apos;s capabilities.</p>
  231. <table>
  232. <tr>
  233. <th>Author:</th>
  234. <td><a href="mailto:chanezon@netscape.com">Patrick Chanezon</a></td>
  235. </tr>
  236. <tr>
  237. <th>URL:</th>
  238. <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>
  239. </tr>
  240. </table>
  241. </subsection>
  242. <subsection name="Ant">
  243. <p>A detailed Ant 1.3 PowerPoint presentation, made at the St. Louis Java Users Group
  244. meeting in March 2001. Includes a detailed build file and basic
  245. descriptions of all the built in and optional tasks. Updated for Ant 1.4 in October 2001.
  246. Available in PDF format now.</p>
  247. <table>
  248. <tr>
  249. <th>Author:</th>
  250. <td>Mark Volkmann</td>
  251. </tr>
  252. <tr>
  253. <th>URL:</th>
  254. <td><a href="http://www.ociweb.com/downloads/Ant.pdf">http://www.ociweb.com/downloads/Ant.pdf</a></td>
  255. </tr>
  256. </table>
  257. </subsection>
  258. <subsection name="Modern Development Crises">
  259. <p>This presentation is an overview of the current state of software
  260. development today. There are a couple of slides that briefly cover
  261. Ant.</p>
  262. <table>
  263. <tr>
  264. <th>Author:</th>
  265. <td><a href="mailto:steve_l@iseran.com">Steve Loughran</a></td>
  266. </tr>
  267. <tr>
  268. <th>URL:</th>
  269. <td><a href="http://www.iseran.com/Steve/modern_development_processes.html">http://www.iseran.com/Steve/modern_development_processes.html</a></td>
  270. </tr>
  271. </table>
  272. </subsection>
  273. </section>
  274. </body>
  275. </document>