ehatcher    2004/02/24 02:33:52

  Modified:    xdocs    resources.xml
               docs     resources.html
  Log:
  adding an article to a (belated) article to resources, and removing my 
unavailable JUG presentation
  
  Revision  Changes    Path
  1.33      +16 -15    ant/xdocs/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/resources.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- resources.xml     16 Feb 2004 16:38:06 -0000      1.32
  +++ resources.xml     24 Feb 2004 10:33:52 -0000      1.33
  @@ -286,6 +286,22 @@
           </table>
         </subsection>
   
  +      <subsection name="Build a Better Robot with Ant">
  +        <p>This article describes the gory details of writing custom
  +           Ant tasks.</p>
  +
  +        <table class="externals">
  +          <tr>
  +            <th>Author:</th>
  +            <td>Erik Hatcher</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <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>
  +          </tr>
  +        </table>
  +      </subsection>
  +
         <subsection name="Automating the build and test process">
           <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>
   
  @@ -486,21 +502,6 @@
       </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 class="externals">
  -          <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
  
  
  
  1.72      +28 -27    ant/docs/resources.html
  
  Index: resources.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/resources.html,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- resources.html    7 Jan 2004 07:27:59 -0000       1.71
  +++ resources.html    24 Feb 2004 10:33:52 -0000      1.72
  @@ -565,6 +565,34 @@
         </tr>
           </table>
                                                       <h4 class="subsection">
  +        <a name="Build a Better Robot with Ant"></a>
  +        Build a Better Robot with Ant
  +      </h4>
  +                        <p>This article describes the gory details of 
writing custom
  +           Ant tasks.</p>
  +                                      <table class="externals" 
cellspacing="1" cellpadding="4">
  +              <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Author:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Erik Hatcher
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          URL:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          <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>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
           <a name="Automating the build and test process"></a>
           Automating the build and test process
         </h4>
  @@ -910,33 +938,6 @@
         Presentations
       </h3>
                                 <h4 class="subsection">
  -        <a name="Ant - presented to the Tucson Java Users Group"></a>
  -        Ant - presented to the Tucson Java Users Group
  -      </h4>
  -                        <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 class="externals" 
cellspacing="1" cellpadding="4">
  -              <tr>
  -                      <th colspan="1" rowspan="1"
  -      valign="top" align="left">
  -          Author:
  -      </th>
  -                          <td colspan="1" rowspan="1"
  -      valign="top" align="left">
  -          <a href="mailto:[EMAIL PROTECTED]">Erik Hatcher</a>
  -      </td>
  -      </tr>
  -                  <tr>
  -                      <th colspan="1" rowspan="1"
  -      valign="top" align="left">
  -          URL:
  -      </th>
  -                          <td colspan="1" rowspan="1"
  -      valign="top" align="left">
  -          <a 
href="http://erik.hatcher.net/ant-jug.zip";>http://erik.hatcher.net/ant-jug.zip</a>
  -      </td>
  -      </tr>
  -        </table>
  -                                                    <h4 class="subsection">
           <a name="Ant Build Tool"></a>
           Ant Build Tool
         </h4>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to