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

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