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/14 01:12:09 UTC

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

cmlenz      2003/05/13 16:12:09

  Modified:    documentation/docs/xdocs/integration/ant task_cactify.xml
  Log:
  Sync documentation with the current implementation
  
  Revision  Changes    Path
  1.3       +24 -12    jakarta-cactus/documentation/docs/xdocs/integration/ant/task_cactify.xml
  
  Index: task_cactify.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/integration/ant/task_cactify.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- task_cactify.xml	12 May 2003 08:53:59 -0000	1.2
  +++ task_cactify.xml	13 May 2003 23:12:08 -0000	1.3
  @@ -48,21 +48,24 @@
               <th>Required</th>
             </tr>
             <tr>
  -            <td><strong>srcfile</strong></td>
  +            <td><strong>destfile</strong></td>
               <td>
  -              The original web-application archive that is going to be cactified
  +              The location of the cactified web-application archive
               </td>
               <td>Yes</td>
             </tr>
             <tr>
  -            <td><strong>destfile</strong></td>
  +            <td>srcfile</td>
               <td>
  -              The location of the cactified web-application archive
  +              The original web-application archive that is going to be
  +              cactified. If this attribute is not specified, a new web-app
  +              archive will be created. You'll need to specify the
  +              <em>version</em> attribute in that case.
               </td>
  -            <td>Yes</td>
  +            <td>No</td>
             </tr>
             <tr>
  -            <td><strong>mergewebxml</strong></td>
  +            <td>mergewebxml</td>
               <td>
                 Allows the specification of a web deployment descriptor whose 
                 content will get merged into the resulting descriptor. This is
  @@ -74,6 +77,15 @@
               </td>
               <td>No</td>
             </tr>
  +          <tr>
  +            <td>version</td>
  +            <td>
  +              The version of the web application archive to create if no source
  +              archive has been specified with the <em>srcfile</em> attribute.
  +              Can be either <code>2.2</code> or <code>2.3</code>.
  +            </td>
  +            <td>No, unless the <em>srcfile</em> attribute is omitted</td>
  +          </tr>
           </table>
   
         </section>
  @@ -103,12 +115,12 @@
                   <th>Required</th>
                 </tr>
                 <tr>
  -                <td><strong>mapping</strong></td>
  +                <td>mapping</td>
                   <td>
                     The URL-pattern to which the redirector should be mapped.
                     Must start with a forward slash (&quot;/&quot;).
                   </td>
  -                <td>Yes</td>
  +                <td>No, the default is <em>/FilterRedirector</em></td>
                 </tr>
               </table>
   
  @@ -137,12 +149,12 @@
                   <th>Required</th>
                 </tr>
                 <tr>
  -                <td><strong>mapping</strong></td>
  +                <td>mapping</td>
                   <td>
                     The URL-pattern to which the redirector should be mapped.
                     Must start with a forward slash (&quot;/&quot;).
                   </td>
  -                <td>Yes</td>
  +                <td>No, the default is <em>/JspRedirector</em></td>
                 </tr>
               </table>
   
  @@ -167,12 +179,12 @@
                   <th>Required</th>
                 </tr>
                 <tr>
  -                <td><strong>mapping</strong></td>
  +                <td>mapping</td>
                   <td>
                     The URL-pattern to which the redirector should be mapped.
                     Must start with a forward slash (&quot;/&quot;).
                   </td>
  -                <td>Yes</td>
  +                <td>No, the default is <em>/ServletRedirector</em></td>
                 </tr>
               </table>
   
  
  
  

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