glennm      01/06/26 12:34:38

  Modified:    webpage/xdocs resources.xml
               webpage/docs resources.html
  Log:
  Change resource page format to match external tools page.
  
  Revision  Changes    Path
  1.8       +220 -46   jakarta-ant/webpage/xdocs/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/webpage/xdocs/resources.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- resources.xml     2001/06/26 18:13:40     1.7
  +++ resources.xml     2001/06/26 19:34:35     1.8
  @@ -8,60 +8,234 @@
   
     <body>
       
  -    <section name="Articles">
  -      <ul>
  -        <li>Ant in Anger: Using Ant in a Production Development System
  -          <a 
href="http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/docs/ant_in_anger.html?content-type=text/html";>http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/docs/ant_in_anger.html?content-type=text/html</a>.</li>
  -
  -        <li>Ant Task Guidelines
  -          <a 
href="http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/docs/ant_task_guidelines.html?content-type=text/html";>http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/docs/ant_task_guidelines.html?content-type=text/html</a>.</li>
  -
  -        <li>Incremental development with Ant and JUnit 
  -          <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>.</li>
  -
  -        <li>Automate your build process using Java and Ant
  -          <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>.</li>
  +    <section name="Articles and Presentations">
   
  -        <li>Short tutorial in Cactus&apos; (formerly J2EEUnit)
  -          documentation
  -          <a 
href="http://jakarta.apache.org/commons/cactus/ant.html";>http://jakarta.apache.org/commons/cactus/ant.html</a>.</li>
  +      <p>This page lists articles and presentations written about Ant.  If
  +      you've written something that should be included, please post it to one
  +      of the mailing lists.</p>
   
  -        <li>Developing custom Ant tasks with Visual Age for Java
  -          <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>.</li>
  -
  -     <li>Automated builds with VisualAge for Java and Ant
  -       <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>.</li>
  -
  -        <li>Ant&apos;s profile in the &quot;Best Practices&quot;
  -          section of Sun&apos;s Dot-Com Builder site 
  -          <a 
href="http://dcb.sun.com/practices/profiles/ant.jsp";>http://dcb.sun.com/practices/profiles/ant.jsp</a>.</li>
  +    </section>
   
  -        <li>Ant in Java Developer&apos;s Journal&apos;s June 2001
  -          issue: Making a Mountain Out of an Anthill 
  -          <a 
href="http://www.sys-con.com/java/archives/0606/ford/";>http://www.sys-con.com/java/archives/0606/ford/</a>.</li>
  +    <section name="Articles">
   
  -        <li>Using Ant and Weblogic EJBs
  -          <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>.</li>
  +      <subsection name="Ant in Anger: Using Ant in a Production Development
  +      System">
  +        <p>This document describes strategies and some basic examples of how 
to 
  +        use Ant in larger team development projects.</p>
  +
  +        <table>
  +          <tr>
  +            <th>Author:</th>
  +            <td><a href="mailto:[EMAIL PROTECTED]">Steve Loughran</a></td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/docs/ant_in_anger.html?content-type=text/html";>http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/docs/ant_in_anger.html?content-type=text/html</a></td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
  +      <subsection name="Ant Task Guidelines">
  +        <p>This document describes how to write custom Ant tasks, and how to 
submit
  +        them to potentially be included in Ant.</p>
  +
  +        <table>
  +          <tr>
  +            <th>Author:</th>
  +            <td><a href="mailto:[EMAIL PROTECTED]">Steve Loughran</a></td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/docs/ant_task_guidelines.html?content-type=text/html";>http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/docs/ant_task_guidelines.html?content-type=text/html</a></td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
  +      <subsection name="Incremental development with Ant and JUnit">
  +        <p>This article explores the benefits of unit testing with Ant and
  +        JUnit, detailing how to develop automated unit tests and integrate 
them
  +        into your build process.</p>
  +
  +        <table>
  +          <tr>
  +            <th>Author:</th>
  +            <td><a href="mailto:[EMAIL PROTECTED]">Malcolm Davis</a></td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <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>
  +          </tr>
  +        </table>
  +      </subsection>
  +
  +      <subsection name="Automate your build process using Java and Ant">
  +        <p>This article provides an introduction to using Ant with some basic
  +        examples and by highlighting some of the important tasks.</p>
  +
  +        <table>
  +          <tr>
  +            <th>Author:</th>
  +            <td><a href="mailto:[EMAIL PROTECTED]">Michael Cymerman</a></td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <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>
  +          </tr>
  +        </table>
  +      </subsection>
  +
  +      <subsection name="Short tutorial in Cactus&apos; (formerly J2EEUnit)
  +      documentation">
  +        <p>There is a short tutorial on how to use Ant in Cactus&apos;
  +        documentation.  It has a slant towards build files that will be used
  +        with Cactus.</p>
  +
  +        <table>
  +          <tr>
  +            <th>Author:</th>
  +            <td>Cactus development team</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://jakarta.apache.org/commons/cactus/ant.html";>http://jakarta.apache.org/commons/cactus/ant.html</a></td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
  +      <subsection name="Developing custom Ant tasks with VisualAge for Java">
  +        <p>This article outlines how to integrate Ant into VisualAge for 
Java,
  +        and how to write and debug custom tasks using the IDE and the
  +        integrated debugger.</p>
  +
  +        <table>
  +          <tr>
  +            <th>Author:</th>
  +            <td><a href="mailto:[EMAIL PROTECTED]">Glenn McAllister</a></td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <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>
  +          </tr>
  +        </table>
  +      </subsection>
  +
  +      <subsection name="Automated builds with VisualAge for Java and Ant">
  +        <p>This article shows how you can perform command line builds with a
  +        VisualAge for Java repository.</p>
  +
  +        <table>
  +          <tr>
  +            <th>Author:</th>
  +            <td><a href="mailto:[EMAIL PROTECTED]">Glenn McAllister</a></td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <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>
  +          </tr>
  +        </table>
  +      </subsection>
  +
  +      <subsection name="Ant: A Build Tool from the Jakarta Project">
  +        <p>This article is from the &quot;Best Practices&quot; section of
  +        Sun&apos;s Dot-Com Builder Site.</p>
  +
  +        <table>
  +          <tr>
  +            <th>Author:</th>
  +            <td>Laura Geele Wang</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://dcb.sun.com/practices/profiles/ant.jsp";>http://dcb.sun.com/practices/profiles/ant.jsp</a></td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
  +      <subsection name="Making a Mountain Out of an Anthill">
  +        <p>This article is from the June 2001 issue of the Java 
Developer&apos;
  +        Journal.  You need to be a registered JDJ subscriber to view this
  +        article.</p>
  +
  +        <table>
  +          <tr>
  +            <th>Author:</th>
  +            <td>?</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <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>
  +          </tr>
  +        </table>
  +      </subsection>
  +
  +      <subsection name="Using Ant and Weblogic EJBs">
  +        <p>This article describes how to use Ant to create Weblogic EJBs, and
  +        some workarounds for issues you may encounter.</p>
  +
  +        <table>
  +          <tr>
  +            <th>Author:</th>
  +            <td>Jesse E. Tilly</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <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>
  +          </tr>
  +        </table>
  +      </subsection>
   
  -      </ul>
       </section>
   
       <section name="Presentations">
  -      <ul>
  -        <li>There is a powerpoint presentation on Ant 1.2 by 
  -          <a href="mailto:[EMAIL PROTECTED]">Patrick Chanezon</a> here:
  -          <a 
href="http://people.netscape.com/chanezon/tech/ant/ant_preso.ppt";>http://people.netscape.com/chanezon/tech/ant/ant_preso.ppt</a></li>
  -
  -        <li>An Ant presentation, made at the St. Louis Java Users Group
  -          meeting in March 2001 (PowerPoint): 
  -          <a 
href="http://www.ociweb.com/javasig/knowledgebase/March2001/index.html";>http://www.ociweb.com/javasig/knowledgebase/March2001/index.html</a></li>
  -
  -        <li>A presentation by 
  -          <a href="mailto:[EMAIL PROTECTED]">Steve Loughran</a>
  -          on software develpoment processes that briefly covers Ant is here
  -          <a 
href="http://www.iseran.com/Steve/modern_development_processes.html";>http://www.iseran.com/Steve/modern_development_processes.html</a>.</li>
  -      </ul>
  +      <subsection name="Ant Build Tool">
  +        <p>A PowerPoint presentation on Ant 1.2.  It provides a basic 
overview
  +        of Ant&apos;s capabilities.</p>
  +
  +        <table>
  +          <tr>
  +            <th>Author:</th>
  +            <td><a href="mailto:[EMAIL PROTECTED]">Patrick Chanezon</a></td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <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>
  +          </tr>
  +        </table>
  +      </subsection>
  +
  +      <subsection name="Ant">
  +        <p>A detailed Ant 1.3 PowerPoint presentation, made at the St. Louis 
Java Users Group
  +        meeting in March 2001.  Includes a detailed build file and basic
  +        descriptions of all the built in and optional tasks.</p>
  +
  +        <table>
  +          <tr>
  +            <th>Author:</th>
  +            <td>Mark Volkmann</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://www.ociweb.com/javasig/knowledgebase/March2001/index.html";>http://www.ociweb.com/javasig/knowledgebase/March2001/index.html</a></td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
  +      <subsection name="Modern Development Crises">
  +        <p>This presentation is an overview of the current state of software
  +        development today.  There are a couple of slides that briefly cover
  +        Ant.</p>
  +
  +        <table>
  +          <tr>
  +            <th>Author:</th>
  +            <td><a href="mailto:[EMAIL PROTECTED]">Steve Loughran</a></td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://www.iseran.com/Steve/modern_development_processes.html";>http://www.iseran.com/Steve/modern_development_processes.html</a></td>
  +          </tr>
  +        </table>
  +      </subsection>
       </section>
     </body>
   </document>
  
  
  
  1.8       +578 -48   jakarta-ant/webpage/docs/resources.html
  
  Index: resources.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/webpage/docs/resources.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- resources.html    2001/06/26 18:13:46     1.7
  +++ resources.html    2001/06/26 19:34:36     1.8
  @@ -82,46 +82,459 @@
           <table border="0" cellspacing="0" cellpadding="2" width="100%">
       <tr><td bgcolor="#525D76">
         <font color="#ffffff" face="arial,helvetica,sanserif">
  +        <a name="Articles and Presentations"><strong>Articles and 
Presentations</strong></a>
  +      </font>
  +    </td></tr>
  +    <tr><td>
  +      <blockquote>
  +                        <p>This page lists articles and presentations 
written about Ant.  If
  +      you've written something that should be included, please post it to one
  +      of the mailing lists.</p>
  +                    </blockquote>
  +    </td></tr>
  +  </table>
  +        <table border="0" cellspacing="0" cellpadding="2" width="100%">
  +    <tr><td bgcolor="#525D76">
  +      <font color="#ffffff" face="arial,helvetica,sanserif">
           <a name="Articles"><strong>Articles</strong></a>
         </font>
       </td></tr>
       <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 in Anger: Using Ant in a Production Development       
System"><strong>Ant in Anger: Using Ant in a Production Development       
System</strong></a>
  +      </font>
  +    </td></tr>
  +    <tr><td>
  +      <blockquote>
  +                        <p>This document describes strategies and some basic 
examples of how to 
  +        use Ant in larger team development projects.</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]">Steve Loughran</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://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/docs/ant_in_anger.html?content-type=text/html";>http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/docs/ant_in_anger.html?content-type=text/html</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 Task Guidelines"><strong>Ant Task 
Guidelines</strong></a>
  +      </font>
  +    </td></tr>
  +    <tr><td>
  +      <blockquote>
  +                        <p>This document describes how to write custom Ant 
tasks, and how to submit
  +        them to potentially be included in Ant.</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]">Steve Loughran</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://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/docs/ant_task_guidelines.html?content-type=text/html";>http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/docs/ant_task_guidelines.html?content-type=text/html</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="Incremental development with Ant and 
JUnit"><strong>Incremental development with Ant and JUnit</strong></a>
  +      </font>
  +    </td></tr>
  +    <tr><td>
  +      <blockquote>
  +                        <p>This article explores the benefits of unit 
testing with Ant and
  +        JUnit, detailing how to develop automated unit tests and integrate 
them
  +        into your build process.</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]">Malcolm Davis</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://www-106.ibm.com/developerworks/library/j-ant/?dwzone=java";>http://www-106.ibm.com/developerworks/library/j-ant/?dwzone=java</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="Automate your build process using Java and 
Ant"><strong>Automate your build process using Java and Ant</strong></a>
  +      </font>
  +    </td></tr>
  +    <tr><td>
  +      <blockquote>
  +                        <p>This article provides an introduction to using 
Ant with some basic
  +        examples and by highlighting some of the important 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]">Michael Cymerman</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://www.javaworld.com/javaworld/jw-10-2000/jw-1020-ant.html";>http://www.javaworld.com/javaworld/jw-10-2000/jw-1020-ant.html</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="Short tutorial in Cactus' (formerly J2EEUnit)       
documentation"><strong>Short tutorial in Cactus' (formerly J2EEUnit)       
documentation</strong></a>
  +      </font>
  +    </td></tr>
  +    <tr><td>
  +      <blockquote>
  +                        <p>There is a short tutorial on how to use Ant in 
Cactus'
  +        documentation.  It has a slant towards build files that will be used
  +        with Cactus.</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">
  +          Cactus development team
  +        </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://jakarta.apache.org/commons/cactus/ant.html";>http://jakarta.apache.org/commons/cactus/ant.html</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="Developing custom Ant tasks with VisualAge for 
Java"><strong>Developing custom Ant tasks with VisualAge for Java</strong></a>
  +      </font>
  +    </td></tr>
  +    <tr><td>
  +      <blockquote>
  +                        <p>This article outlines how to integrate Ant into 
VisualAge for Java,
  +        and how to write and debug custom tasks using the IDE and the
  +        integrated debugger.</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]">Glenn McAllister</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://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>
  +        </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="Automated builds with VisualAge for Java and 
Ant"><strong>Automated builds with VisualAge for Java and Ant</strong></a>
  +      </font>
  +    </td></tr>
  +    <tr><td>
  +      <blockquote>
  +                        <p>This article shows how you can perform command 
line builds with a
  +        VisualAge for Java repository.</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]">Glenn McAllister</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://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>
  +        </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: A Build Tool from the Jakarta Project"><strong>Ant: A 
Build Tool from the Jakarta Project</strong></a>
  +      </font>
  +    </td></tr>
  +    <tr><td>
  +      <blockquote>
  +                        <p>This article is from the "Best Practices" section 
of
  +        Sun's Dot-Com Builder Site.</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">
  +          Laura Geele Wang
  +        </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://dcb.sun.com/practices/profiles/ant.jsp";>http://dcb.sun.com/practices/profiles/ant.jsp</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="Making a Mountain Out of an Anthill"><strong>Making a 
Mountain Out of an Anthill</strong></a>
  +      </font>
  +    </td></tr>
  +    <tr><td>
  +      <blockquote>
  +                        <p>This article is from the June 2001 issue of the 
Java Developer'
  +        Journal.  You need to be a registered JDJ subscriber to view this
  +        article.</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">
  +          ?
  +        </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://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>
  +        </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="Using Ant and Weblogic EJBs"><strong>Using Ant and Weblogic 
EJBs</strong></a>
  +      </font>
  +    </td></tr>
  +    <tr><td>
         <blockquote>
  -                        <ul>
  -        <li>Ant in Anger: Using Ant in a Production Development System
  -          <a 
href="http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/docs/ant_in_anger.html?content-type=text/html";>http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/docs/ant_in_anger.html?content-type=text/html</a>.</li>
  -
  -        <li>Ant Task Guidelines
  -          <a 
href="http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/docs/ant_task_guidelines.html?content-type=text/html";>http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/docs/ant_task_guidelines.html?content-type=text/html</a>.</li>
  -
  -        <li>Incremental development with Ant and JUnit 
  -          <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>.</li>
  -
  -        <li>Automate your build process using Java and Ant
  -          <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>.</li>
  -
  -        <li>Short tutorial in Cactus' (formerly J2EEUnit)
  -          documentation
  -          <a 
href="http://jakarta.apache.org/commons/cactus/ant.html";>http://jakarta.apache.org/commons/cactus/ant.html</a>.</li>
  -
  -        <li>Developing custom Ant tasks with Visual Age for Java
  -          <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>.</li>
  -
  -     <li>Automated builds with VisualAge for Java and Ant
  -       <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>.</li>
  -
  -        <li>Ant's profile in the "Best Practices"
  -          section of Sun's Dot-Com Builder site 
  -          <a 
href="http://dcb.sun.com/practices/profiles/ant.jsp";>http://dcb.sun.com/practices/profiles/ant.jsp</a>.</li>
  -
  -        <li>Ant in Java Developer's Journal's June 2001
  -          issue: Making a Mountain Out of an Anthill 
  -          <a 
href="http://www.sys-con.com/java/archives/0606/ford/";>http://www.sys-con.com/java/archives/0606/ford/</a>.</li>
  -
  -        <li>Using Ant and Weblogic EJBs
  -          <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>.</li>
  -
  -      </ul>
  +                        <p>This article describes how to use Ant to create 
Weblogic EJBs, and
  +        some workarounds for issues you may encounter.</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">
  +          Jesse E. Tilly
  +        </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://www.onjava.com/pub/a/onjava/2001/06/25/antejb.html";>http://www.onjava.com/pub/a/onjava/2001/06/25/antejb.html</a>
  +        </font>
  +  </td>
  +      </tr>
  +        </table>
  +                    </blockquote>
  +    </td></tr>
  +  </table>
                       </blockquote>
       </td></tr>
     </table>
  @@ -133,20 +546,137 @@
       </td></tr>
       <tr><td>
         <blockquote>
  -                        <ul>
  -        <li>There is a powerpoint presentation on Ant 1.2 by 
  -          <a href="mailto:[EMAIL PROTECTED]">Patrick Chanezon</a> here:
  -          <a 
href="http://people.netscape.com/chanezon/tech/ant/ant_preso.ppt";>http://people.netscape.com/chanezon/tech/ant/ant_preso.ppt</a></li>
  -
  -        <li>An Ant presentation, made at the St. Louis Java Users Group
  -          meeting in March 2001 (PowerPoint): 
  -          <a 
href="http://www.ociweb.com/javasig/knowledgebase/March2001/index.html";>http://www.ociweb.com/javasig/knowledgebase/March2001/index.html</a></li>
  -
  -        <li>A presentation by 
  +                          <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>
  +    <tr><td>
  +      <blockquote>
  +                        <p>A PowerPoint presentation on Ant 1.2.  It 
provides a basic overview
  +        of Ant's capabilities.</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]">Patrick Chanezon</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://people.netscape.com/chanezon/tech/ant/ant_preso.ppt";>http://people.netscape.com/chanezon/tech/ant/ant_preso.ppt</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"><strong>Ant</strong></a>
  +      </font>
  +    </td></tr>
  +    <tr><td>
  +      <blockquote>
  +                        <p>A detailed Ant 1.3 PowerPoint presentation, made 
at the St. Louis Java Users Group
  +        meeting in March 2001.  Includes a detailed build file and basic
  +        descriptions of all the built in and optional 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">
  +          Mark Volkmann
  +        </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://www.ociweb.com/javasig/knowledgebase/March2001/index.html";>http://www.ociweb.com/javasig/knowledgebase/March2001/index.html</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="Modern Development Crises"><strong>Modern Development 
Crises</strong></a>
  +      </font>
  +    </td></tr>
  +    <tr><td>
  +      <blockquote>
  +                        <p>This presentation is an overview of the current 
state of software
  +        development today.  There are a couple of slides that briefly cover
  +        Ant.</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]">Steve Loughran</a>
  -          on software develpoment processes that briefly covers Ant is here
  -          <a 
href="http://www.iseran.com/Steve/modern_development_processes.html";>http://www.iseran.com/Steve/modern_development_processes.html</a>.</li>
  -      </ul>
  +        </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://www.iseran.com/Steve/modern_development_processes.html";>http://www.iseran.com/Steve/modern_development_processes.html</a>
  +        </font>
  +  </td>
  +      </tr>
  +        </table>
  +                    </blockquote>
  +    </td></tr>
  +  </table>
                       </blockquote>
       </td></tr>
     </table>
  
  
  

Reply via email to