You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by cm...@apache.org on 2003/05/09 22:38:48 UTC

cvs commit: jakarta-cactus/documentation/docs/xdocs/integration/ant task_cactus.xml

cmlenz      2003/05/09 13:38:48

  Modified:    documentation/docs/xdocs/integration/ant Tag:
                        CACTUS_14_ANT_BRANCH task_cactus.xml
  Log:
  Add the 'proxyport' and 'timeout' attributes to the <containers> element doc
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +39 -8     jakarta-cactus/documentation/docs/xdocs/integration/ant/Attic/task_cactus.xml
  
  Index: task_cactus.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/integration/ant/Attic/task_cactus.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- task_cactus.xml	27 Apr 2003 12:18:15 -0000	1.1.2.1
  +++ task_cactus.xml	9 May 2003 20:38:47 -0000	1.1.2.2
  @@ -75,6 +75,45 @@
             container elements supported in this element.
           </p>
   
  +        <section title="Parameters">
  +
  +          <note>
  +            The <strong>containers</strong> element supports the following
  +            parameters:
  +          </note>
  +
  +          <table>
  +            <tr>
  +              <th>Name</th>
  +              <th>Description</th>
  +              <th>Required</th>
  +            </tr>
  +            <tr>
  +              <td>timeout</td>
  +              <td>
  +                Specifies the timeout in milliseconds after which starting up
  +                a container should be given up. If the timeout is reached
  +                before the container starts responding with a successful HTTP
  +                status code, the build will fail.
  +              </td>
  +              <td>No, default is <em>3 minutes</em></td>
  +            </tr>
  +            <tr>
  +              <td>proxyport</td>
  +              <td>
  +                By specifying this attribute it is possible to insert some
  +                application that acts as a local TCP/IP proxy between the
  +                test runner and the actual containers. Most importantly, that
  +                includes applications that record and display the HTTP
  +                transactions, which can be helpful in tracking down tricky 
  +                problems.
  +              </td>
  +              <td>No</td>
  +            </tr>
  +          </table>
  +
  +        </section>
  +
         </section>
   
       </section>
  @@ -99,14 +138,6 @@
               <th>Name</th>
               <th>Description</th>
               <th>Required</th>
  -          </tr>
  -          <tr>
  -            <td>timeout</td>
  -            <td>
  -              The timeout period in milliseconds after which the task will
  -              give up starting the container
  -            </td>
  -            <td>No, default is 3 minutes</td>
             </tr>
             <tr>
               <td>if</td>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org