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

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