bodewig 01/08/16 02:26:49
Modified: docs Tag: ANT_14_BRANCH resources.html
xdocs Tag: ANT_14_BRANCH resources.xml
Log:
Add presentation.
Submitted by: Erik Hatcher <[EMAIL PROTECTED]>
Revision Changes Path
No revision
No revision
1.2.2.4 +42 -0 jakarta-ant/docs/resources.html
Index: resources.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/resources.html,v
retrieving revision 1.2.2.3
retrieving revision 1.2.2.4
diff -u -r1.2.2.3 -r1.2.2.4
--- resources.html 2001/08/15 06:38:46 1.2.2.3
+++ resources.html 2001/08/16 09:26:48 1.2.2.4
@@ -721,6 +721,48 @@
<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 <antcall> 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:[EMAIL PROTECTED]">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>
</font>
</td></tr>
No revision
No revision
1.1.2.4 +16 -0 jakarta-ant/xdocs/resources.xml
Index: resources.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/xdocs/resources.xml,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -r1.1.2.3 -r1.1.2.4
--- resources.xml 2001/08/15 06:38:46 1.1.2.3
+++ resources.xml 2001/08/16 09:26:48 1.1.2.4
@@ -249,6 +249,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
<antcall> to get around it, build listeners, and writing custom tasks.</p>
+
+ <table>
+ <tr>
+ <th>Author:</th>
+ <td><a href="mailto:[EMAIL PROTECTED]">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's capabilities.</p>