Browse Source

Add presentation.

Submitted by:	Erik Hatcher <erikhatcher@earthlink.net>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269569 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 24 years ago
parent
commit
edbafdd5b5
2 changed files with 58 additions and 0 deletions
  1. +42
    -0
      docs/resources.html
  2. +16
    -0
      xdocs/resources.xml

+ 42
- 0
docs/resources.html View File

@@ -716,6 +716,48 @@
<tr><td>
<blockquote>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Ant - presented to the Tucson Java Users Group"><strong>Ant - presented to the Tucson Java Users Group</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<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>
<table>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Author:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="mailto:erik@hatcher.net">Erik Hatcher</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
URL:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="http://erik.hatcher.net/ant-jug.zip">http://erik.hatcher.net/ant-jug.zip</a>
</font>
</td>
</tr>
</table>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Ant Build Tool"><strong>Ant Build Tool</strong></a>


+ 16
- 0
xdocs/resources.xml View File

@@ -244,6 +244,22 @@
</section>

<section name="Presentations">

<subsection name="Ant - presented to the Tucson Java Users Group">
<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>

<table>
<tr>
<th>Author:</th>
<td><a href="mailto:erik@hatcher.net">Erik Hatcher</a></td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://erik.hatcher.net/ant-jug.zip">http://erik.hatcher.net/ant-jug.zip</a></td>
</tr>
</table>
</subsection>

<subsection name="Ant Build Tool">
<p>A PowerPoint presentation on Ant 1.2. It provides a basic overview
of Ant&apos;s capabilities.</p>


Loading…
Cancel
Save