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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!--
  3. Copyright 2001-2004 The Apache Software Foundation
  4. Licensed under the Apache License, Version 2.0 (the "License");
  5. you may not use this file except in compliance with the License.
  6. You may obtain a copy of the License at
  7. http://www.apache.org/licenses/LICENSE-2.0
  8. Unless required by applicable law or agreed to in writing, software
  9. distributed under the License is distributed on an "AS IS" BASIS,
  10. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. See the License for the specific language governing permissions and
  12. limitations under the License.
  13. -->
  14. <document>
  15. <properties>
  16. <author email="bodewig@apache.org">Stefan Bodewig</author>
  17. <title>Resources</title>
  18. </properties>
  19. <body>
  20. <section name="FAQs">
  21. <subsection name="At Ant's website">
  22. <p>Starting with the release of Ant 1.4 the Ant's FAQ is
  23. bundled with the distribution, the most recent version can
  24. always be found at the website.</p>
  25. <table class="externals">
  26. <tr>
  27. <th>FAQ:</th>
  28. <td><a href="faq.html">http://ant.apache.org/faq.html</a></td>
  29. </tr>
  30. </table>
  31. </subsection>
  32. <subsection name="jGuru">
  33. <p>jGuru hosts an interactive Ant discussion forum and FAQ system</p>
  34. <table class="externals">
  35. <tr>
  36. <th>Forum:</th>
  37. <td><a href="http://www.jguru.com/forums/home.jsp?topic=Ant">http://www.jguru.com/forums/home.jsp?topic=Ant</a></td>
  38. </tr>
  39. <tr>
  40. <th>FAQ:</th>
  41. <td><a href="http://www.jguru.com/faq/home.jsp?topic=Ant">http://www.jguru.com/faq/home.jsp?topic=Ant</a></td>
  42. </tr>
  43. </table>
  44. </subsection>
  45. <subsection name="FAQ about Borland Application Server tasks">
  46. <p>Benoit Moussaud, the original author of the Borland
  47. Application Server specific <a
  48. href="manual/OptionalTasks/ejb.html#ejbtasks">EJB tasks</a> has put
  49. together a FAQ for this specific subtask.</p>
  50. <table class="externals">
  51. <tr>
  52. <th>FAQ:</th>
  53. <td><a href="http://www.moussaud.org/ejbjar.html">http://www.moussaud.org/ejbjar.html</a></td>
  54. </tr>
  55. </table>
  56. </subsection>
  57. </section>
  58. <section name="WIKIs">
  59. <subsection name="Apache">
  60. <p>The ASF provides a Wiki farm for Apache projects.</p>
  61. <table class="externals">
  62. <tr>
  63. <th>Main page:</th>
  64. <td><a href="http://wiki.apache.org/general">Apache Wiki Farm</a></td>
  65. </tr>
  66. <tr>
  67. <th>Ant Wiki:</th>
  68. <td><a href="http://wiki.apache.org/ant/">Ant Wiki</a></td>
  69. </tr>
  70. </table>
  71. </subsection>
  72. </section>
  73. <section name="Books">
  74. <p>Listed by descending publication date.</p>
  75. <!-- TODO: reorganize as a table? -->
  76. <subsection name="Extreme Programming with Ant">
  77. <p> This book shows how to implement an XP project using Ant 1.5.3, and many other 3rd party tools. Covers:</p>
  78. <ul>
  79. <li>The fundamentals of Ant: concepts, core and optional tasks</li>
  80. <li>How to write custom Ant components, including custom Tasks, Loggers, Listeners, Input Handlers, Selectors, Filters, Mappers and Data Types</li>
  81. <li>Mitigating risks by creating spike tests with Ant buildfiles</li>
  82. <li>Add CVS version control and testing with JUnit</li>
  83. <li>Automate nightly builds and reporting</li>
  84. <li>Deploy applications dynamically using XDoclet</li>
  85. <li>Enforcing Code Standards with Jalopy, PMD, CheckStyle, iContract, JDepend</li>
  86. <li>Using Remote Ant (Rant) and CruiseControl</li>
  87. <li>Generating project documentation</li>
  88. <li>Adapting an XP process for use by other teams or across an enterprise</li>
  89. <li>Custom Task examples to generating UML diagrams, creating reports and metrics on-the-fly</li>
  90. <li>Follows a case-study of a team that implements an XP Project</li>
  91. </ul>
  92. <table class="externals">
  93. <tr>
  94. <th>Authors:</th>
  95. <td>Glenn Niemeyer and Jeremy Poteet</td>
  96. </tr>
  97. <tr>
  98. <th>URL:</th>
  99. <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>
  100. </tr>
  101. </table>
  102. </subsection>
  103. <subsection name="Ant. Das Java-Build-Tool in der Praxis">
  104. <p>A German language book on Ant that covers Ant 1.5.
  105. This is the original description:</p>
  106. <source>
  107. Das Build-Tool Ant ist das Open-Source-Werkzeug, das den Entwicklungsprozess einer Java-
  108. oder J2EE-Anwendung wesentlich vereinfacht. Gesteuert durch XML-basierte Skripte f�hrt es
  109. nahezu alle Aufgaben aus, die nach dem Kodieren einer Anwendung anfallen.</source>
  110. <p>Some topics:</p>
  111. <ul>
  112. <li>creating archives (zip, jar)</li>
  113. <li>call the java compiler</li>
  114. <li>edit property files</li>
  115. <li>file operation</li>
  116. <li>source code control systems</li>
  117. </ul>
  118. <table class="externals">
  119. <tr>
  120. <th>Authors:</th>
  121. <td>Bernd Matzke</td>
  122. </tr>
  123. <tr>
  124. <th>URL:</th>
  125. <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>
  126. </tr>
  127. </table>
  128. </subsection>
  129. <subsection name="Java Development with Ant">
  130. <p>Covers Ant 1.5, including:</p>
  131. <ul>
  132. <li>The new Ant 1.5 features</li>
  133. <li>Ant's datatypes and property handling</li>
  134. <li>JUnit testing and reporting</li>
  135. <li>Continuous integration techniques</li>
  136. <li>XDoclet for attribute-oriented programming</li>
  137. <li>EJB generation, building, and packaging</li>
  138. <li>Writing and testing native code</li>
  139. <li>Building Web Services with Apache Axis</li>
  140. <li>Deploying your system to multiple remote servers</li>
  141. <li>Using and writing
  142. <ul>
  143. <li>Loggers</li>
  144. <li>Listeners</li>
  145. <li>Selectors</li>
  146. <li>Custom tasks</li>
  147. </ul>
  148. </li>
  149. </ul>
  150. <table class="externals">
  151. <tr>
  152. <th>Authors:</th>
  153. <td>Erik Hatcher and Steve Loughran</td>
  154. </tr>
  155. <tr>
  156. <th>URL:</th>
  157. <td><a href="http://www.manning.com/antbook/">http://www.manning.com/antbook/</a></td>
  158. </tr>
  159. </table>
  160. </subsection>
  161. <subsection name="Ant: The Definitive Guide">
  162. <!-- a soon as somebody submits a description, let's add it -->
  163. <p>Covers Ant release 1.4.1.</p>
  164. <table class="externals">
  165. <tr>
  166. <th>Authors:</th>
  167. <td>Jesse E. Tilly and Eric M. Burke</td>
  168. </tr>
  169. <tr>
  170. <th>URL:</th>
  171. <td><a href="http://www.oreilly.com/catalog/anttdg/">http://www.oreilly.com/catalog/anttdg/</a></td>
  172. </tr>
  173. </table>
  174. </subsection>
  175. <subsection name="Ant. Kurz und Gut.">
  176. <p>A German language short reference for Ant that covers Ant
  177. 1.4. This is the original description:</p>
  178. <source>
  179. Ant kurz &amp; gut enth&#xe4;lt eine vollst&#xe4;ndige Referenz der Built-in Tasks
  180. und ihrer jeweiligen Attribute sowie kurze Beispiele f&#xfc;r ihre Verwendung.
  181. Daneben bietet das Buch eine knappe Einf&#xfc;hrung in die Arbeit mit Ant und
  182. eine Erl&#xe4;uterung der Ant-Basiselemente (Projekte, Properties, Targets und Tasks).
  183. Behandelt werden au&#xdf;erdem grundlegende Konzepte wie Filesets, Patternsets und
  184. Pfadstrukturen, das Schreiben eigener Tasks, die Aufruf-Syntax und Optional Tasks. </source>
  185. <table class="externals">
  186. <tr>
  187. <th>Author:</th>
  188. <td>Stefan Edlich</td>
  189. </tr>
  190. <tr>
  191. <th>URL:</th>
  192. <td><a href="http://www.amazon.de/exec/obidos/ASIN/3897212412/">http://www.amazon.de/exec/obidos/ASIN/3897212412/</a></td>
  193. </tr>
  194. </table>
  195. </subsection>
  196. <subsection name="Java Tools for eXtreme Programming">
  197. <p>This book covers the following XP subjects:</p>
  198. <ul>
  199. <li>Automated unit and functional testing</li>
  200. <li>Continuous integration through build and deployment automation</li>
  201. <li>The value of refactoring and continuous integration</li>
  202. <li>How Ant, JUnit, JUnitPerf, Cactus, HTTPUnit, and JMeter
  203. can be used to achieve the goals of the XP methodology</li>
  204. </ul>
  205. <table class="externals">
  206. <tr>
  207. <th>Authors:</th>
  208. <td>Richard Hightower and Nicholas Lesiecki</td>
  209. </tr>
  210. <tr>
  211. <th>URL:</th>
  212. <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>
  213. </tr>
  214. </table>
  215. </subsection>
  216. </section>
  217. <section name="Articles and Presentations">
  218. <p>The following sections list articles and presentations
  219. written about Apache Ant. If you've written something that
  220. should be included, please post it to one of the mailing
  221. lists.</p>
  222. </section>
  223. <section name="Articles">
  224. <subsection name="Extending Ant Input Abilities">
  225. <p>The contents of this document is the following:<ul>
  226. <li>Section 2 provides a simple example how InputHandlers are created,</li>
  227. <li>Section 3 develops an inputhandler that masks the passwords typed on the command line,</li>
  228. <li>Section 4 gives two handlers, whose input is typed in graphical components,</li>
  229. <li>Section 5 extends Input task so that we can use dierent input handlers on different uses of &lt;input&gt;,</li>
  230. <li>Section 6 describes a problem found while writing this document,</li>
  231. <li>Section 7 summarizes some dark corners the author do not understand.</li>
  232. </ul></p>
  233. <table class="externals">
  234. <tr>
  235. <th>Author:</th>
  236. <td>Ivan Ivanov</td>
  237. </tr>
  238. <tr>
  239. <th>URL:</th>
  240. <td><a href="https://sourceforge.net/project/showfiles.php?group_id=103509">https://sourceforge.net/project/showfiles.php?group_id=103509 (Download ZIP+PDF from Sourceforge)</a></td>
  241. </tr>
  242. </table>
  243. </subsection>
  244. <subsection name="Keep the Ant, Hold the XML">
  245. <p>Key G. Gauthier talks about writing "buildfiles" in Java.</p>
  246. <table class="externals">
  247. <tr>
  248. <th>Author:</th>
  249. <td>Key G. Gauthier</td>
  250. </tr>
  251. <tr>
  252. <th>URL:</th>
  253. <td><a href="http://www.ftponline.com/javapro/2004_06/magazine/features/kgauthier/">http://www.ftponline.com/javapro/2004_06/magazine/features/kgauthier/</a></td>
  254. </tr>
  255. </table>
  256. </subsection>
  257. <subsection name="Ant 1.6 for Task Writers">
  258. <p>This article talks about XML namespace handling, Ant
  259. libraries and the newly introduced type polymorphism.</p>
  260. <table class="externals">
  261. <tr>
  262. <th>Author:</th>
  263. <td>Stefan Bodewig</td>
  264. </tr>
  265. <tr>
  266. <th>URL:</th>
  267. <td><a href="http://otn.oracle.com/pub/articles/bodewig_taskwriters.html">http://otn.oracle.com/pub/articles/bodewig_taskwriters.html</a></td>
  268. </tr>
  269. </table>
  270. </subsection>
  271. <subsection name="Managing Build Complexity with Apache Ant 1.6">
  272. <p>As Apache Ant is applied to increasingly difficult tasks,
  273. its users are creating more complex and less legible build
  274. files. This is due, in part, to the limited tools for
  275. decomposition and code reuse within previous versions of
  276. Ant.</p>
  277. <table class="externals">
  278. <tr>
  279. <th>Author:</th>
  280. <td>Geoffrey Wiseman</td>
  281. </tr>
  282. <tr>
  283. <th>URL:</th>
  284. <td><a href="http://www.sys-con.com/story/?storyid=45078&amp;DE=1">http://www.sys-con.com/story/?storyid=45078&amp;DE=1</a></td>
  285. </tr>
  286. </table>
  287. </subsection>
  288. <subsection name="New Ant 1.6 Features for Big Projects">
  289. <p>This article describes the &lt;macrodef&gt;, &lt;import&gt;
  290. and &lt;subant&gt; tasks in detail and shows how they help in
  291. building bigger systems.</p>
  292. <table class="externals">
  293. <tr>
  294. <th>Author:</th>
  295. <td>Stefan Bodewig</td>
  296. </tr>
  297. <tr>
  298. <th>URL:</th>
  299. <td><a href="http://otn.oracle.com/pub/articles/bodewig_ant1.6.html">http://otn.oracle.com/pub/articles/bodewig_ant1.6.html</a></td>
  300. </tr>
  301. </table>
  302. </subsection>
  303. <subsection name="Programmieren fr Ant">
  304. <p>This article describes the main topics of programming your own tasks.
  305. Description is done on five examples.</p>
  306. <p>This article is written in German and published in
  307. <a href="http://www.sigs-datacom.de/sd/publications/js/index.htm">Java-Spektrum</a>
  308. 5/2004.</p>
  309. <table class="externals">
  310. <tr>
  311. <th>Author:</th>
  312. <td>Bernd Matzke</td>
  313. </tr>
  314. <tr>
  315. <th>URL:</th>
  316. <td><a href="http://www.sigs-datacom.de/sd/news/document?PID=216">http://www.sigs-datacom.de/sd/news/document?PID=216</a></td>
  317. </tr>
  318. </table>
  319. </subsection>
  320. <subsection name="Ant in Anger: Using Ant in a Production Development System">
  321. <p>This document describes strategies and some basic examples of how to
  322. use Ant in larger team development projects.</p>
  323. <table class="externals">
  324. <tr>
  325. <th>Author:</th>
  326. <td><a href="mailto:steve_l@iseran.com">Steve Loughran</a></td>
  327. </tr>
  328. <tr>
  329. <th>URL:</th>
  330. <td><a href="ant_in_anger.html">http://ant.apache.org/ant_in_anger.html</a></td>
  331. </tr>
  332. </table>
  333. </subsection>
  334. <subsection name="Ant Task Guidelines">
  335. <p>This document describes how to write custom Ant tasks, and how to submit
  336. them to potentially be included in Ant.</p>
  337. <table class="externals">
  338. <tr>
  339. <th>Author:</th>
  340. <td><a href="mailto:steve_l@iseran.com">Steve Loughran</a></td>
  341. </tr>
  342. <tr>
  343. <th>URL:</th>
  344. <td><a href="ant_task_guidelines.html">http://ant.apache.org/ant_task_guidelines.html</a></td>
  345. </tr>
  346. </table>
  347. </subsection>
  348. <subsection name="Build a Better Robot with Ant">
  349. <p>This article describes the gory details of writing custom
  350. Ant tasks.</p>
  351. <table class="externals">
  352. <tr>
  353. <th>Author:</th>
  354. <td>Erik Hatcher</td>
  355. </tr>
  356. <tr>
  357. <th>URL:</th>
  358. <td><a href="http://www.fawcette.com/javapro/2003_02/magazine/features/ehatcher/">http://www.fawcette.com/javapro/2003_02/magazine/features/ehatcher/l</a></td>
  359. </tr>
  360. </table>
  361. </subsection>
  362. <subsection name="Automating the build and test process">
  363. <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>
  364. <table class="externals">
  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://www.ibm.com/developerworks/java/library/j-junitmail/">http://www.ibm.com/developerworks/java/library/j-junitmail/</a></td>
  372. </tr>
  373. </table>
  374. </subsection>
  375. <subsection name="Incremental development with Ant and JUnit">
  376. <p>This article explores the benefits of unit testing with Ant and
  377. JUnit, detailing how to develop automated unit tests and integrate them
  378. into your build process.</p>
  379. <table class="externals">
  380. <tr>
  381. <th>Author:</th>
  382. <td><a href="mailto:malcolm@nuearth.com">Malcolm Davis</a></td>
  383. </tr>
  384. <tr>
  385. <th>URL:</th>
  386. <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>
  387. </tr>
  388. </table>
  389. </subsection>
  390. <subsection name="Automate your build process using Java and Ant">
  391. <p>This article provides an introduction to using Ant with some basic
  392. examples and by highlighting some of the important tasks.</p>
  393. <table class="externals">
  394. <tr>
  395. <th>Author:</th>
  396. <td><a href="mailto:michael.cymerman@javaworld.com">Michael Cymerman</a></td>
  397. </tr>
  398. <tr>
  399. <th>URL:</th>
  400. <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>
  401. </tr>
  402. </table>
  403. </subsection>
  404. <subsection name="Short tutorial in Cactus&apos; (formerly J2EEUnit)
  405. documentation">
  406. <p>There is a short tutorial on how to use Ant in Cactus&apos;
  407. documentation. It has a slant towards build files that will be used
  408. with Cactus.</p>
  409. <table class="externals">
  410. <tr>
  411. <th>Author:</th>
  412. <td>Cactus development team</td>
  413. </tr>
  414. <tr>
  415. <th>URL:</th>
  416. <td><a href="http://jakarta.apache.org/cactus/howto_ant_primer.html">http://jakarta.apache.org/cactus/howto_ant_primer.html</a></td>
  417. </tr>
  418. </table>
  419. </subsection>
  420. <subsection name="Developing custom Ant tasks with VisualAge for Java">
  421. <p>This article outlines how to integrate Ant into VisualAge for Java,
  422. and how to write and debug custom tasks using the IDE and the
  423. integrated debugger.</p>
  424. <table class="externals">
  425. <tr>
  426. <th>Author:</th>
  427. <td><a href="mailto:glenn@somanetworks.com">Glenn McAllister</a></td>
  428. </tr>
  429. <tr>
  430. <th>URL:</th>
  431. <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>
  432. </tr>
  433. </table>
  434. </subsection>
  435. <subsection name="Automated builds with VisualAge for Java and Ant">
  436. <p>This article shows how you can perform command line builds with a
  437. VisualAge for Java repository.</p>
  438. <table class="externals">
  439. <tr>
  440. <th>Author:</th>
  441. <td><a href="mailto:glenn@somanetworks.com">Glenn McAllister</a></td>
  442. </tr>
  443. <tr>
  444. <th>URL:</th>
  445. <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>
  446. </tr>
  447. </table>
  448. </subsection>
  449. <subsection name="Ant: A Build Tool from the Jakarta Project">
  450. <p>This article is from the &quot;Best Practices&quot; section of
  451. Sun&apos;s Dot-Com Builder Site.</p>
  452. <table class="externals">
  453. <tr>
  454. <th>Author:</th>
  455. <td>Laura Geele Wang</td>
  456. </tr>
  457. <tr>
  458. <th>URL:</th>
  459. <td><a href="http://dcb.sun.com/practices/profiles/ant.jsp">http://dcb.sun.com/practices/profiles/ant.jsp</a></td>
  460. </tr>
  461. </table>
  462. </subsection>
  463. <subsection name="Making a Mountain Out of an Anthill">
  464. <p>This article is from the June 2001 issue of the Java Developer&apos;
  465. Journal. You need to be a registered JDJ subscriber to view this
  466. article.</p>
  467. <table class="externals">
  468. <tr>
  469. <th>Author:</th>
  470. <td>Neal Ford</td>
  471. </tr>
  472. <tr>
  473. <th>URL:</th>
  474. <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>
  475. </tr>
  476. </table>
  477. </subsection>
  478. <subsection name="Using Ant and Weblogic EJBs">
  479. <p>This article describes how to use Ant to create Weblogic EJBs, and
  480. some workarounds for issues you may encounter.</p>
  481. <table class="externals">
  482. <tr>
  483. <th>Author:</th>
  484. <td>Jesse E. Tilly</td>
  485. </tr>
  486. <tr>
  487. <th>URL:</th>
  488. <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>
  489. </tr>
  490. </table>
  491. </subsection>
  492. <subsection name="Using JavaScript with Ant">
  493. <p>A tutorial about using JavaScript and XSLT with Ant.</p>
  494. <table class="externals">
  495. <tr>
  496. <th>Author:</th>
  497. <td>Dylan Schiemann</td>
  498. </tr>
  499. <tr>
  500. <th>URL:</th>
  501. <td><a href="http://www.sitepen.com/ant/javascript.html">http://www.sitepen.com/ant/javascript.html</a></td>
  502. </tr>
  503. </table>
  504. </subsection>
  505. <subsection name="Building with Ant">
  506. <p>Series of articles that describe a framework for web
  507. application development based on Ant and JUnit.</p>
  508. <table class="externals">
  509. <tr>
  510. <th>Author:</th>
  511. <td><a href="mailto:alexc@purpletech.com">Alex Chaffee</a></td>
  512. </tr>
  513. <tr>
  514. <th>URL:</th>
  515. <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/>
  516. 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/>
  517. 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>
  518. </tr>
  519. </table>
  520. </subsection>
  521. <subsection name="Developing with JAXB and Ant">
  522. <p>Series of articles that shows how to use Ant together with
  523. the Java API for XML Binding (JAXB).</p>
  524. <table class="externals">
  525. <tr>
  526. <th>Author:</th>
  527. <td>Joseph Shelby</td>
  528. </tr>
  529. <tr>
  530. <th>URL:</th>
  531. <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/>
  532. <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>
  533. </tr>
  534. </table>
  535. </subsection>
  536. </section>
  537. <section name="Presentations">
  538. <subsection name="Ant Build Tool">
  539. <p>A PowerPoint presentation on Ant 1.2. It provides a basic overview
  540. of Ant&apos;s capabilities.</p>
  541. <table class="externals">
  542. <tr>
  543. <th>Author:</th>
  544. <td><a href="mailto:chanezon@netscape.com">Patrick Chanezon</a></td>
  545. </tr>
  546. <tr>
  547. <th>URL:</th>
  548. <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>
  549. </tr>
  550. </table>
  551. </subsection>
  552. <subsection name="Ant">
  553. <p>A detailed Ant 1.3 PowerPoint presentation, made at the St. Louis Java Users Group
  554. meeting in March 2001. Includes a detailed build file and basic
  555. descriptions of all the built in and optional tasks. Updated for Ant 1.4 in October 2001.
  556. Available in PDF format now.</p>
  557. <table class="externals">
  558. <tr>
  559. <th>Author:</th>
  560. <td>Mark Volkmann</td>
  561. </tr>
  562. <tr>
  563. <th>URL:</th>
  564. <td><a href="http://www.ociweb.com/jnb/files/Ant.pdf">http://www.ociweb.com/jnb/files/Ant.pdf</a></td>
  565. </tr>
  566. </table>
  567. </subsection>
  568. <subsection name="Modern Development Crises">
  569. <p>This presentation is an overview of the current state of software
  570. development today. There are a couple of slides that briefly cover
  571. Ant.</p>
  572. <table class="externals">
  573. <tr>
  574. <th>Author:</th>
  575. <td><a href="mailto:steve_l@iseran.com">Steve Loughran</a></td>
  576. </tr>
  577. <tr>
  578. <th>URL:</th>
  579. <td><a href="http://www.iseran.com/Steve/modern_development_processes.html">http://www.iseran.com/Steve/modern_development_processes.html</a></td>
  580. </tr>
  581. </table>
  582. </subsection>
  583. <subsection name="When Web Services Go Bad">
  584. <p>A presentation from the <a
  585. href="http://www.sellsbrothers.com/conference/">Web Services
  586. DevCon</a> in March 2002.</p>
  587. <table class="externals">
  588. <tr>
  589. <th>Author:</th>
  590. <td><a href="mailto:steve_l@iseran.com">Steve Loughran</a></td>
  591. </tr>
  592. <tr>
  593. <th>URL:</th>
  594. <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>
  595. </tr>
  596. </table>
  597. </subsection>
  598. </section>
  599. </body>
  600. </document>