You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2002/09/02 11:17:20 UTC

cvs commit: jakarta-ant/xdocs external.xml

bodewig     2002/09/02 02:17:20

  Modified:    docs     Tag: ANT_15_BRANCH external.html
               xdocs    Tag: ANT_15_BRANCH external.xml
  Log:
  Add pointer to Anteater (merge from HEAD).
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.48.2.9  +77 -0     jakarta-ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/external.html,v
  retrieving revision 1.48.2.8
  retrieving revision 1.48.2.9
  diff -u -r1.48.2.8 -r1.48.2.9
  --- external.html	13 Aug 2002 20:06:48 -0000	1.48.2.8
  +++ external.html	2 Sep 2002 09:17:19 -0000	1.48.2.9
  @@ -267,6 +267,83 @@
                                     <table border="0" cellspacing="0" cellpadding="2" width="100%">
       <tr><td bgcolor="#828DA6">
         <font color="#ffffff" face="arial,helvetica,sanserif">
  +        <a name="Anteater"><strong>Anteater</strong></a>
  +      </font>
  +    </td></tr>
  +    <tr><td>
  +      <blockquote>
  +                        <p>Anteater is a set of Ant tasks for the functional testing of websites
  +          and web services (functional testing being; hit a URL and ensure the
  +          response meets certain criteria). Can test HTTP params, response
  +          codes, XPath, regexp and Relax NG expressions. Includes HTML reporting
  +          (based on junitreport) and a hierarchical grouping system for quickly
  +          configuring large test scripts.
  +        </p>
  +                                  <table>
  +              <tr>
  +                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +      valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +          Compatibility:
  +        </font>
  +  </td>
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +      valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +          Ant 1.5 and later
  +        </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://aft.sourceforge.net">http://aft.sourceforge.net</a>
  +        </font>
  +  </td>
  +      </tr>
  +                  <tr>
  +                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +      valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +          Contact:
  +        </font>
  +  </td>
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +      valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +          <a href="http://lists.sourceforge.net/lists/listinfo/aft-devel">developer
  +                mailing list</a>
  +        </font>
  +  </td>
  +      </tr>
  +                  <tr>
  +                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +      valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +          License:
  +        </font>
  +  </td>
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +      valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +          Apache Software License
  +        </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="Checkstyle"><strong>Checkstyle</strong></a>
         </font>
       </td></tr>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.35.2.10 +30 -0     jakarta-ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/xdocs/external.xml,v
  retrieving revision 1.35.2.9
  retrieving revision 1.35.2.10
  diff -u -r1.35.2.9 -r1.35.2.10
  --- external.xml	13 Aug 2002 20:06:49 -0000	1.35.2.9
  +++ external.xml	2 Sep 2002 09:17:19 -0000	1.35.2.10
  @@ -73,6 +73,36 @@
           </table>
         </subsection>
   
  +      <subsection name="Anteater">
  +
  +        <p>Anteater is a set of Ant tasks for the functional testing of websites
  +          and web services (functional testing being; hit a URL and ensure the
  +          response meets certain criteria). Can test HTTP params, response
  +          codes, XPath, regexp and Relax NG expressions. Includes HTML reporting
  +          (based on junitreport) and a hierarchical grouping system for quickly
  +          configuring large test scripts.
  +        </p>
  +        <table>
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>Ant 1.5 and later</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a href="http://aft.sourceforge.net">http://aft.sourceforge.net</a></td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td><a href="http://lists.sourceforge.net/lists/listinfo/aft-devel">developer
  +                mailing list</a></td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>Apache Software License</td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
         <subsection name="Checkstyle">
   
           <p>Checkstyle is a development tool to help programmers write
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>