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 2004/11/12 11:36:29 UTC

cvs commit: ant/docs/manual/OptionalTypes extension.html

bodewig     2004/11/12 02:36:29

  Modified:    docs/manual/OptionalTasks BorlandGenerateClient.html
                        antlr.html ccm.html chgrp.html chown.html
                        clearcase.html csc.html depend.html ejb.html
                        ftp.html icontract.html image.html
                        jarlib-available.html jarlib-manifest.html
                        jarlib-resolve.html jjtree.html jpcoverage.html
                        jspc.html netrexxc.html perforce.html pvcstask.html
                        replaceregexp.html rpm.html scp.html script.html
                        scriptdef.html serverdeploy.html sshexec.html
                        starteam.html symlink.html test.html vss.html
                        wljspc.html
               docs/manual/OptionalTypes extension.html
  Log:
  Lots of typos and spelling (was that misspelt/misspelled ;-) errors.
  
  Submitted by:	Larry Shatzer
  
  Revision  Changes    Path
  1.10      +1 -1      ant/docs/manual/OptionalTasks/BorlandGenerateClient.html
  
  Index: BorlandGenerateClient.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/BorlandGenerateClient.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- BorlandGenerateClient.html	9 Feb 2004 21:50:08 -0000	1.9
  +++ BorlandGenerateClient.html	12 Nov 2004 10:36:28 -0000	1.10
  @@ -62,7 +62,7 @@
   <pre>
   &lt;blgenclient ejbjar=&quot;lib/secutest-ejb.jar&quot; clientjar=&quot;lib/client.jar&quot; debug=&quot;true&quot; mode=&quot;fork&quot;&gt; version=&quot;5&quot;&gt;
       &lt;classpath&gt;
  -        &lt;pathelement locacation=&quot;mymodule.jar&quot;/&gt;
  +        &lt;pathelement location=&quot;mymodule.jar&quot;/&gt;
       &lt;/classpath&gt;
   &lt;/blgenclient&gt;
   </pre>
  
  
  
  1.13      +1 -1      ant/docs/manual/OptionalTasks/antlr.html
  
  Index: antlr.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/antlr.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- antlr.html	9 Feb 2004 21:50:08 -0000	1.12
  +++ antlr.html	12 Nov 2004 10:36:28 -0000	1.13
  @@ -91,7 +91,7 @@
     <tr>
       <td valign="top">diagnostic</td>
       <td valign="top">
  -      Generates a text file with debugging infomation based on the target grammar.
  +      Generates a text file with debugging information based on the target grammar.
       </td>
       <td valign="top" align="center">No</td>
     </tr>
  
  
  
  1.13      +2 -2      ant/docs/manual/OptionalTasks/ccm.html
  
  Index: ccm.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/ccm.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- ccm.html	23 Jul 2004 06:40:26 -0000	1.12
  +++ ccm.html	12 Nov 2004 10:36:28 -0000	1.13
  @@ -17,7 +17,7 @@
   </ul>
   
   <p>These ant tasks are wrappers around Continuus Source Manager. They have been tested
  -  agains versions 5.1/6.2 on Windows 2000, but should work on other platforms with ccm installed.</p>
  +  against versions 5.1/6.2 on Windows 2000, but should work on other platforms with ccm installed.</p>
   <p>author: <a href="mailto:benoit.moussaud@criltelecom.com">Benoit Mousaud (benoit.moussaud@criltelecom.com) </a></p>
   <hr>
   <h2><a name="ccmcheckin">CCMCheckin</a></h2>
  @@ -78,7 +78,7 @@
     </tr>
     <tr>
       <td>fileset</td>
  -    <td>filset containing the file to be checked out</td>
  +    <td>fileset containing the file to be checked out</td>
     </tr>
     <tr>
       <td>comment</td>
  
  
  
  1.7       +1 -1      ant/docs/manual/OptionalTasks/chgrp.html
  
  Index: chgrp.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/chgrp.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- chgrp.html	13 Apr 2004 07:15:53 -0000	1.6
  +++ chgrp.html	12 Nov 2004 10:36:28 -0000	1.7
  @@ -121,7 +121,7 @@
   </blockquote>
   
   <p>makes all <code>.test.jsp</code>, and <code>.new</code> files belong to 
  -group webdev. Directories begining with <code>test_</code> also will belong 
  +group webdev. Directories beginning with <code>test_</code> also will belong 
   to webdev, but if there is a directory that ends in <code>.new</code> or a file
   that begins with <code>test_</code> it will be unaffected.</p>
   
  
  
  
  1.5       +3 -3      ant/docs/manual/OptionalTasks/chown.html
  
  Index: chown.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/chown.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- chown.html	24 Jun 2003 09:16:10 -0000	1.4
  +++ chown.html	12 Nov 2004 10:36:28 -0000	1.5
  @@ -13,7 +13,7 @@
   
   <p>Changes the owner of a file or all files inside specified
   directories. Right now it has effect only under Unix.  The owner
  -atribute is equivalent to the coresponding argument for the chown
  +attribute is equivalent to the corresponding argument for the chown
   command.</p>
   
   <p><a href="../CoreTypes/fileset.html">FileSet</a>s, 
  @@ -121,8 +121,8 @@
   </blockquote>
   
   <p>makes cgi scripts, files with a <code>.old</code> extension or
  -directories begining with <code>private_</code> belong to the user named
  -webadmin. A directory ending in <code>.old</code> or a file begining with 
  +directories beginning with <code>private_</code> belong to the user named
  +webadmin. A directory ending in <code>.old</code> or a file beginning with 
   <code>private_</code> would remain unaffected.</p>
   
   <hr>
  
  
  
  1.11      +1 -1      ant/docs/manual/OptionalTasks/clearcase.html
  
  Index: clearcase.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/clearcase.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- clearcase.html	9 Feb 2004 21:50:08 -0000	1.10
  +++ clearcase.html	12 Nov 2004 10:36:28 -0000	1.11
  @@ -39,7 +39,7 @@
   <hr>
   <h2><a name="introduction">Introduction</a></h2>
   <p>Ant provides several optional tasks for working with ClearCase. These tasks correspond to various
  -ClearCase commands using the Cleartool program. The current tasks avaliable for Ant correspond to only
  +ClearCase commands using the Cleartool program. The current tasks available for Ant correspond to only
   a few of the significant ClearCase commands.</p>
   
   <p>More tasks can be easily added by deriving from the ClearCase class and then adding
  
  
  
  1.3       +1 -1      ant/docs/manual/OptionalTasks/csc.html
  
  Index: csc.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/csc.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- csc.html	25 Nov 2003 09:16:57 -0000	1.2
  +++ csc.html	12 Nov 2004 10:36:28 -0000	1.3
  @@ -46,7 +46,7 @@
         </td></tr>
   
         <tr><td><blockquote>
  -        Compiles C# source into executables or modules. csc.exe on Windows or mcs on any other platform must be on the execute path, unless another executable or the full path to that executable is specified in the <tt>executable</tt> parameter <p> All parameters are optional: &lt;csc/&gt; should suffice to produce a debug build of all *.cs files. However, naming an <tt>destFile</tt>stops the csc compiler from choosing an output name from random, and allows the dependency checker to determine if the file is out of date. <p> The task is a directory based task, so attributes like <b>includes="*.cs" </b> and <b>excludes="broken.cs"</b> can be used to control the files pulled in. By default, all *.cs files from the project folder down are included in the command. When this happens the output file -if not specified- is taken as the first file in the list, which may be somewhat hard to control. Specifying the output file with <tt>destFile</tt> seems prudent. <p> <p> For more complex source trees, nested <tt>src</tt> elemements can be supplied. When such an element is present, the implicit fileset is ignored. This makes sense, when you think about it :) <p> References to external files can be made through the references attribute, or (since Ant1.6), via nested &lt;reference&gt; filesets. With the latter, the timestamps of the references are also used in the dependency checking algorithm. <p> Example <pre>&lt;csc optimize=&quot;true&quot; debug=&quot;false&quot; docFile=&quot;documentation.xml&quot; warnLevel=&quot;4&quot; unsafe=&quot;false&quot; targetType=&quot;exe&quot; incremental=&quot;false&quot; mainClass = &quot;MainApp&quot; destFile=&quot;NetApp.exe&quot; &gt; &lt;src dir="src" includes="*.cs" /&gt; &lt;reference file="${testCSC.dll}" /&gt; &lt;define name="RELEASE" /&gt; &lt;define name="DEBUG" if="debug.property"/&gt; &lt;define name="def3" unless="def3.property"/&gt; &lt;/csc&gt; </pre>
  +        Compiles C# source into executables or modules. csc.exe on Windows or mcs on any other platform must be on the execute path, unless another executable or the full path to that executable is specified in the <tt>executable</tt> parameter <p> All parameters are optional: &lt;csc/&gt; should suffice to produce a debug build of all *.cs files. However, naming an <tt>destFile</tt>stops the csc compiler from choosing an output name from random, and allows the dependency checker to determine if the file is out of date. <p> The task is a directory based task, so attributes like <b>includes="*.cs" </b> and <b>excludes="broken.cs"</b> can be used to control the files pulled in. By default, all *.cs files from the project folder down are included in the command. When this happens the output file -if not specified- is taken as the first file in the list, which may be somewhat hard to control. Specifying the output file with <tt>destFile</tt> seems prudent. <p> <p> For more complex source trees, nested <tt>src</tt> elements can be supplied. When such an element is present, the implicit fileset is ignored. This makes sense, when you think about it :) <p> References to external files can be made through the references attribute, or (since Ant1.6), via nested &lt;reference&gt; filesets. With the latter, the timestamps of the references are also used in the dependency checking algorithm. <p> Example <pre>&lt;csc optimize=&quot;true&quot; debug=&quot;false&quot; docFile=&quot;documentation.xml&quot; warnLevel=&quot;4&quot; unsafe=&quot;false&quot; targetType=&quot;exe&quot; incremental=&quot;false&quot; mainClass = &quot;MainApp&quot; destFile=&quot;NetApp.exe&quot; &gt; &lt;src dir="src" includes="*.cs" /&gt; &lt;reference file="${testCSC.dll}" /&gt; &lt;define name="RELEASE" /&gt; &lt;define name="DEBUG" if="debug.property"/&gt; &lt;define name="def3" unless="def3.property"/&gt; &lt;/csc&gt; </pre>
         </blockquote></td></tr>
   
       </table>
  
  
  
  1.12      +1 -1      ant/docs/manual/OptionalTasks/depend.html
  
  Index: depend.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/depend.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- depend.html	8 Oct 2004 11:09:45 -0000	1.11
  +++ depend.html	12 Nov 2004 10:36:28 -0000	1.12
  @@ -143,7 +143,7 @@
     </tr>
     <tr>
       <td valign="top">classpath</td>
  -    <td valign="top">The classpath containg jars and classes for which <code>&lt;depend&gt;</code> should also
  +    <td valign="top">The classpath containing jars and classes for which <code>&lt;depend&gt;</code> should also
                        check dependencies</td>
       <td valign="top" align="center">No</td>
     </tr>
  
  
  
  1.40      +3 -3      ant/docs/manual/OptionalTasks/ejb.html
  
  Index: ejb.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/ejb.html,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- ejb.html	9 Feb 2004 21:50:08 -0000	1.39
  +++ ejb.html	12 Nov 2004 10:36:28 -0000	1.40
  @@ -427,7 +427,7 @@
   <h3>Nested Elements</h3>
   
   <p>The wlrun task supports nested &lt;classpath&gt; and &lt;wlclasspath&gt;
  -elements to set the repsective classpaths.</p>
  +elements to set the respective classpaths.</p>
   
   <h3>Examples</h3>
   
  @@ -1296,7 +1296,7 @@
     </tr>
     <tr>
       <td valign="top">ejbdeploy</td>
  -    <td valign="top">Decides wether ejbdeploy is called. When you set this to true,
  +    <td valign="top">Decides whether ejbdeploy is called. When you set this to true,
                        be sure, to run ant with the ibm jdk.</td>
       <td valign="top" align="center">No, defaults to true</td>
     </tr>
  
  
  
  1.26      +2 -2      ant/docs/manual/OptionalTasks/ftp.html
  
  Index: ftp.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/ftp.html,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- ftp.html	2 Jun 2004 21:18:41 -0000	1.25
  +++ ftp.html	12 Nov 2004 10:36:28 -0000	1.26
  @@ -32,7 +32,7 @@
   <p>
   <b>Warning: </b> there have been problems reported concerning the ftp get with newer attribute.
   Problems might be due to format of ls -l differing from what is expected by commons-net,
  -for instance due to specificities of langage used by the ftp server in the directory listing.
  +for instance due to specificities of language used by the ftp server in the directory listing.
   If you encounter such a problem, please send an email including a sample directory listing
   coming from your ftp server (ls -l on the ftp prompt).
   <h3>Parameters</h3>
  @@ -426,7 +426,7 @@
   it will start at the leaves moving up to the root, so that when
   it tries to remove a directory it is sure all the directories under it are
   already removed.
  -Obviuosly all the files in the tree must have been already deleted.
  +Obviously all the files in the tree must have been already deleted.
   </p>
   <p>As an example suppose you want to delete everything contained into 
   <code>/somedir</code>, so invoke first the <code>&lt;ftp&gt;</code> task with
  
  
  
  1.12      +1 -1      ant/docs/manual/OptionalTasks/icontract.html
  
  Index: icontract.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/icontract.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- icontract.html	9 Feb 2004 21:50:08 -0000	1.11
  +++ icontract.html	12 Nov 2004 10:36:28 -0000	1.12
  @@ -110,7 +110,7 @@
      </tr>
      <tr>
        <td valign="top">classdir</td>
  -     <td valign="top">Indicates where compiled (unistrumented) classes are located.
  +     <td valign="top">Indicates where compiled (uninstrumented) classes are located.
          This is required in order to properly update the icontrol.properties file, not
          for instrumentation.</td>
        <td valign="top" align="center">Only if <code>updateicontrol=true</code></td>
  
  
  
  1.4       +2 -2      ant/docs/manual/OptionalTasks/image.html
  
  Index: image.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/image.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- image.html	25 Aug 2003 15:58:38 -0000	1.3
  +++ image.html	12 Nov 2004 10:36:28 -0000	1.4
  @@ -96,7 +96,7 @@
     </tr>
     <tr>
       <td valign="top"> followSymlinks </td>
  -    <td valign="top"> Boolean value. Sets whether or not symbolic links hsould be followed. </td>
  +    <td valign="top"> Boolean value. Sets whether or not symbolic links should be followed. </td>
       <td align="center"> no (defaults to <i>true</i>) </td>
     </tr>
   </table>
  @@ -154,7 +154,7 @@
       <td align="center"> no (defaults to <i>100%</i>) </td>
     </tr>
     <tr>
  -    <td valign="top"> heigth </td>
  +    <td valign="top"> height </td>
       <td valign="top"> Sets the height of the image, either as an integer or a %. </td>
           <!-- todo: if integer, what kind? cm, px, inches, ... -->
       <td align="center"> no (defaults to <i>100%</i>) </td>
  
  
  
  1.4       +1 -1      ant/docs/manual/OptionalTasks/jarlib-available.html
  
  Index: jarlib-available.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/jarlib-available.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- jarlib-available.html	9 Feb 2004 21:50:08 -0000	1.3
  +++ jarlib-available.html	12 Nov 2004 10:36:28 -0000	1.4
  @@ -66,7 +66,7 @@
     &lt;/jarlib-available&gt;
   </pre>
   
  -<p><b>Search for extension in single file refencing external Extension</b></p>
  +<p><b>Search for extension in single file referencing external Extension</b></p>
   <pre>
     &lt;extension id=&quot;myext&quot;
       extensionName=&quot;org.apache.tools.ant&quot;
  
  
  
  1.4       +1 -1      ant/docs/manual/OptionalTasks/jarlib-manifest.html
  
  Index: jarlib-manifest.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/jarlib-manifest.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- jarlib-manifest.html	9 Feb 2004 21:50:08 -0000	1.3
  +++ jarlib-manifest.html	12 Nov 2004 10:36:28 -0000	1.4
  @@ -50,7 +50,7 @@
   <h4>options</h4>
    <p><a href="../OptionalTypes/extensionset.html">ExtensionSet</a>s containing
    all optional dependencies for jar. (Optional dependencies will be used if
  - present else they wilkl be ignored)</p>
  + present else they will be ignored)</p>
   
   <h3>Examples</h3>
   <p><b>Basic Manifest generated for single Extension</b></p>
  
  
  
  1.4       +3 -3      ant/docs/manual/OptionalTasks/jarlib-resolve.html
  
  Index: jarlib-resolve.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/jarlib-resolve.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- jarlib-resolve.html	9 Feb 2004 21:50:08 -0000	1.3
  +++ jarlib-resolve.html	12 Nov 2004 10:36:28 -0000	1.4
  @@ -12,7 +12,7 @@
   <p>Try to locate a jar to satisfy an extension and place
    location of jar into property. The task allows you to
    add a number of resolvers that are capable of locating a
  - library for a specifc extension. Each resolver will be attempted
  + library for a specific extension. Each resolver will be attempted
    in specified order until library is found or no resolvers are left.
    If no resolvers are left and failOnError is true then a BuildException
    will be thrown.</p>
  @@ -46,7 +46,7 @@
     </tr>
     <tr>
       <td valign="top">checkExtension</td>
  -    <td valign="top">True if librarys returned by nested resolvers should be checked to see if
  +    <td valign="top">True if libraries returned by nested resolvers should be checked to see if
       they supply extension.</td>
       <td valign="top" align="center">No, defaults to true.</td>
     </tr>
  @@ -171,7 +171,7 @@
   </pre>
   
   <p><b>Resolve Extension via multiple methods.</b> First check local file to see if it implements
  -  extension. If it does not then try to build it from source in parralel directory. If that
  +  extension. If it does not then try to build it from source in parallel directory. If that
     fails then finally try to download it from a website. If all steps fail then throw a build
     exception.</p>
   <pre>
  
  
  
  1.10      +1 -1      ant/docs/manual/OptionalTasks/jjtree.html
  
  Index: jjtree.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/jjtree.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- jjtree.html	9 Feb 2004 21:50:08 -0000	1.9
  +++ jjtree.html	12 Nov 2004 10:36:28 -0000	1.10
  @@ -517,7 +517,7 @@
   </tr>
   </table>
   
  -<p>*) <u>Footnote</u>: When running JJTree with the Ant taskdesk <i>jjtree</i> the option <code>-OUTPUT_DIRECTORY</code> must always 
  +<p>*) <u>Footnote</u>: When running JJTree with the Ant taskdef <i>jjtree</i> the option <code>-OUTPUT_DIRECTORY</code> must always 
   be set, because the project's basedir and the ant working directory might differ. So even if you don't specify the jjtree taskdef 
   <i>outputdirectory</i> JJTree will be called with the <code>-OUTPUT_DIRECTORY</code> set to the project's basedirectory. 
   But when the <code>-OUTPUT_DIRECTORY</code> is set, the <code>-OUTPUT_FILE</code> setting is handled as if relative to this 
  
  
  
  1.8       +2 -2      ant/docs/manual/OptionalTasks/jpcoverage.html
  
  Index: jpcoverage.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/jpcoverage.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- jpcoverage.html	9 Feb 2004 21:50:08 -0000	1.7
  +++ jpcoverage.html	12 Nov 2004 10:36:28 -0000	1.8
  @@ -54,7 +54,7 @@
   </tr>
     <tr>
       <td valign="top">home</td> 
  -    <td valign="top">The directory where JProbe is intalled.</td>
  +    <td valign="top">The directory where JProbe is installed.</td>
       <td align="center" valign="top">Yes</td>
     </tr>
     <tr>
  @@ -380,7 +380,7 @@
   </tr>
   <tr>
       <td valign="top">home</td>
  -    <td valign="top">The directory where JProbe is intalled.</td>
  +    <td valign="top">The directory where JProbe is installed.</td>
       <td align="center" valign="top">Yes</td>
   </tr>
   <tr>
  
  
  
  1.19      +1 -1      ant/docs/manual/OptionalTasks/jspc.html
  
  Index: jspc.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/jspc.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- jspc.html	28 Jun 2004 08:49:46 -0000	1.18
  +++ jspc.html	12 Nov 2004 10:36:28 -0000	1.19
  @@ -237,7 +237,7 @@
   &lt;/jspc&gt;
   </pre>
   Build all jsp pages under src/war into the destination /gensrc, in a
  -package heirarchy beginning with com.i3sp.jsp.
  +package hierarchy beginning with com.i3sp.jsp.
   <pre>
   
   &lt;jspc
  
  
  
  1.10      +2 -2      ant/docs/manual/OptionalTasks/netrexxc.html
  
  Index: netrexxc.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/netrexxc.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- netrexxc.html	9 Feb 2004 21:50:08 -0000	1.9
  +++ netrexxc.html	12 Nov 2004 10:36:28 -0000	1.10
  @@ -284,13 +284,13 @@
     <tr>
       <td valign="top">suppressExceptionNotSignalled</td>
       <td valign="top">Tells whether we should filter out the
  -      &amp;Exception is declared, but not signalled within the method&amp;
  +      &amp;Exception is declared, but not signaled within the method&amp;
         messages in strictsignal mode.</td>
       <td valign="top" align="center">no</td>
     </tr>
     <tr>
       <td valign="top">suppressDeprecation</td>
  -    <td valign="top">Tells wether we should filter out any deprecation-messages
  +    <td valign="top">Tells whether we should filter out any deprecation-messages
         of the compiler out.</td>
       <td valign="top" align="center">no</td>
     </tr>
  
  
  
  1.27      +1 -1      ant/docs/manual/OptionalTasks/perforce.html
  
  Index: perforce.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/perforce.html,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- perforce.html	27 Jul 2004 06:38:59 -0000	1.26
  +++ perforce.html	12 Nov 2004 10:36:28 -0000	1.27
  @@ -224,7 +224,7 @@
       <td valign="top">force</td>
       <td valign="top">force a refresh of files, if this attribute has
       been set.</td>
  -    <td valign="top" align="center">no - if ommitted, it will be off,
  +    <td valign="top" align="center">no - if omitted, it will be off,
       otherwise a refresh will be forced.</td>
     </tr>
   <tr>
  
  
  
  1.10      +1 -1      ant/docs/manual/OptionalTasks/pvcstask.html
  
  Index: pvcstask.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/pvcstask.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- pvcstask.html	7 Oct 2004 16:25:04 -0000	1.9
  +++ pvcstask.html	12 Nov 2004 10:36:28 -0000	1.10
  @@ -43,7 +43,7 @@
   of the source code from a PVCS repository. PVCS is a version control system
   developed by <a href="http://www.merant.com/products/pvcs">Merant</a>.
   <br>
  -This version has been tested agains PVCS version 6.5 and 6.6 under Windows and Solaris.
  +This version has been tested against PVCS version 6.5 and 6.6 under Windows and Solaris.
   
   <hr>
   <h2><a NAME="pvcs">Pvcs Task</a></h2>
  
  
  
  1.21      +2 -2      ant/docs/manual/OptionalTasks/replaceregexp.html
  
  Index: replaceregexp.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/replaceregexp.html,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- replaceregexp.html	20 Apr 2004 12:48:43 -0000	1.20
  +++ replaceregexp.html	12 Nov 2004 10:36:28 -0000	1.21
  @@ -49,7 +49,7 @@
       <td valign="top">flags</td>
       <td valign="top">The flags to use when matching the regular expression.  For more
                        information, consult the Perl5 syntax<br />
  -                     g : Global replacement.  Replace all occurences found<br />
  +                     g : Global replacement.  Replace all occurrences found<br />
                        i : Case Insensitive.  Do not consider case in the match<br />
                        m : Multiline.  Treat the string as multiple lines of input, using "^" and "$" as the start or end of any line, respectively, rather than start or end of string.<br />
                        s : Singleline.  Treat the string as a single line of input, using "." to match any character, including a newline, which normally, it would not match.<br />
  @@ -60,7 +60,7 @@
       <td valign="top">byline</td>
       <td valign="top">Process the file(s) one line at a time, executing the replacement
                        on one line at a time (<i>true/false</i>).  This is useful if you
  -                     want to only replace the first occurence of a regular expression on
  +                     want to only replace the first occurrence of a regular expression on
                        each line, which is not easy to do when processing the file as a whole.
                        Defaults to <i>false</i>.</td>
       <td valign="top" align="center">No</td>
  
  
  
  1.8       +1 -0      ant/docs/manual/OptionalTasks/rpm.html
  
  Index: rpm.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/rpm.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- rpm.html	9 Feb 2004 21:50:08 -0000	1.7
  +++ rpm.html	12 Nov 2004 10:36:28 -0000	1.8
  @@ -1,3 +1,4 @@
  +
   <html>
   
   <head>
  
  
  
  1.15      +3 -3      ant/docs/manual/OptionalTasks/scp.html
  
  Index: scp.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/scp.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- scp.html	14 Jun 2004 12:23:50 -0000	1.14
  +++ scp.html	12 Nov 2004 10:36:28 -0000	1.15
  @@ -33,7 +33,7 @@
       <td valign="top">file</td>
       <td valign="top">The file to copy.  This can be a local path or a
       remote path of the form <i>user[:password]@host:/directory/path</i>.
  -    <i>:password</i> can be ommitted if you use key based
  +    <i>:password</i> can be omitted if you use key based
       authentication or specify the password attribute.  The way remote
       path is recognized is whether it contains @ character or not. This
       will not work if your localPath contains @ character.</td>
  @@ -59,7 +59,7 @@
       <td valign="top">todir</td>
       <td valign="top">The directory to copy to.  This can be a local path
       or a remote path of the form <i>user[:password]@host:/directory/path</i>.
  -    <i>:password</i> can be ommitted if you use key based
  +    <i>:password</i> can be omitted if you use key based
       authentication or specify the password attribute.  The way remote
       path is recognized is whether it contains @ character or not. This
       will not work if your localPath contains @ character.</td>
  @@ -209,7 +209,7 @@
   
   <p><strong>Security Note:</strong>  Hard coding passwords and/or usernames
   in scp task can be a serious security hole.  Consider using variable
  -substituion and include the password on the command line.  For example:<br>
  +substitution and include the password on the command line.  For example:<br>
   <pre>
       &lt;scp todir=&quot;${username}:${password}@host:/dir&quot; ...&gt;
   </pre>
  
  
  
  1.20      +2 -2      ant/docs/manual/OptionalTasks/script.html
  
  Index: script.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/script.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- script.html	17 Sep 2004 12:53:48 -0000	1.19
  +++ script.html	12 Nov 2004 10:36:28 -0000	1.20
  @@ -85,7 +85,7 @@
     start on the first column.
     </p>
     <p>
  -    The following script shows a little more complicted jruby example:
  +    The following script shows a little more complicated jruby example:
     </p>
     <blockquote><pre>
   &lt;script language="ruby"&gt;
  @@ -256,7 +256,7 @@
   normal Java API here.<br>
   Finally we use the &lt;echo&gt; task for producing the output. The task is not executed by
   its execute() method, because the perform() method (implemented in Task itself) does the
  -apropriate logging before and after invoking execute().
  +appropriate logging before and after invoking execute().
   </p>
   
   
  
  
  
  1.7       +2 -2      ant/docs/manual/OptionalTasks/scriptdef.html
  
  Index: scriptdef.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/scriptdef.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- scriptdef.html	7 Jul 2004 08:32:02 -0000	1.6
  +++ scriptdef.html	12 Nov 2004 10:36:28 -0000	1.7
  @@ -14,7 +14,7 @@
   <a href="http://jakarta.apache.org/bsf" target="_top">Apache BSF</a> may be
   used to define the script. Scriptdef provides a mechanism to encapsulate
   control logic from a build within an Ant task minimizing the need for
  -proviuding control style tasks in Ant itself. Complex logic can be made
  +providing control style tasks in Ant itself. Complex logic can be made
   available while retaining the simple structure of an Ant build file. Scriptdef
   is also useful for prototyping new custom tasks. Certainly as the complexity
   of the script increases it would be better to migrate the task definition
  @@ -123,7 +123,7 @@
   <h3>Examples</h3>
   
   <p>
  -The following definition creates a task which supprts an attribute called
  +The following definition creates a task which supports an attribute called
   attr and two nested elements, one being a fileset and the other a path. When
   executed, the resulting task logs the value of the attribute and the basedir
   of the first fileset.
  
  
  
  1.7       +6 -6      ant/docs/manual/OptionalTasks/serverdeploy.html
  
  Index: serverdeploy.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/serverdeploy.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- serverdeploy.html	9 Feb 2004 21:50:08 -0000	1.6
  +++ serverdeploy.html	12 Nov 2004 10:36:28 -0000	1.7
  @@ -70,7 +70,7 @@
       <td valign="top">A fully qualified path/filename of the component to be deployed.
       This may be an .ear, .jar, .war, or any other type that is supported by the server.
       </td>
  -    <td>Tool dependant</td>
  +    <td>Tool dependent</td>
     </tr>
   </table>
   
  @@ -91,22 +91,22 @@
       <td valign="top">classpath</td>
       <td valign="top">The classpath to be passed to the JVM running the tool.
       The classpath may also be supplied as a nested element.</td>
  -    <td>Tool dependant</td>
  +    <td>Tool dependent</td>
     </tr>
     <tr>
       <td valign="top">server</td>
       <td valign="top">The address or URL for the server where the component will be deployed.</td>
  -    <td>Tool dependant</td>
  +    <td>Tool dependent</td>
     </tr>
     <tr>
       <td valign="top">username</td>
       <td valign="top">The user with privileges to deploy applications to the server.</td>
  -    <td>Tool dependant</td>
  +    <td>Tool dependent</td>
     </tr>
     <tr>
       <td valign="top">password</td>
       <td valign="top">The password of the user with privileges to deploy applications to the server.</td>
  -    <td>Tool dependant</td>
  +    <td>Tool dependent</td>
     </tr>
   </table>
   
  @@ -231,7 +231,7 @@
   </pre>
   
   <a name="serverdeploy_jonas">
  -<h3>JOnAS (Java Open Applicaton Server) element</h3>
  +<h3>JOnAS (Java Open Application Server) element</h3>
   <p>
   The JOnAS element contains additional attributes to run the
   <code>JonasAdmin</code> deployment tool.
  
  
  
  1.12      +2 -2      ant/docs/manual/OptionalTasks/sshexec.html
  
  Index: sshexec.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/sshexec.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- sshexec.html	18 Mar 2004 11:25:34 -0000	1.11
  +++ sshexec.html	12 Nov 2004 10:36:28 -0000	1.12
  @@ -31,7 +31,7 @@
     </tr>
     <tr>
       <td valign="top">host</td>
  -    <td valign="top">The hostname or IP adress of the remote host to which you wish to connect.</td>
  +    <td valign="top">The hostname or IP address of the remote host to which you wish to connect.</td>
       <td valign="top" align="center">Yes</td>
     </tr>
     <tr>
  @@ -142,7 +142,7 @@
   
   <p><strong>Security Note:</strong>  Hard coding passwords and/or usernames
   in sshexec task can be a serious security hole.  Consider using variable
  -substituion and include the password on the command line.  For example:<br>
  +substitution and include the password on the command line.  For example:<br>
   <pre>
     &lt;sshexec host=&quot;somehost&quot;
   	username=&quot;${username}&quot;
  
  
  
  1.28      +2 -2      ant/docs/manual/OptionalTasks/starteam.html
  
  Index: starteam.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/starteam.html,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- starteam.html	11 Mar 2004 10:52:28 -0000	1.27
  +++ starteam.html	12 Nov 2004 10:36:28 -0000	1.28
  @@ -552,7 +552,7 @@
   
   <h3>Description</h3>
   
  -Creates a view label in StarTeam at the specified view.  The label will be classified by StarTeam as a "build label".  This task will fail if there already exexists in <i>viewname</i> a label with the same name as the <i>label</i> parameter. 
  +Creates a view label in StarTeam at the specified view.  The label will be classified by StarTeam as a "build label".  This task will fail if there already exists in <i>viewname</i> a label with the same name as the <i>label</i> parameter. 
   
   <h3>Parameters</h3>
   See also <A href="#common-params">the required common StarTeam parameters</A>.<br></br>
  @@ -686,7 +686,7 @@
     </tr>
     <tr>
       <td valign="top">asofdate</td>
  -    <td valign="top">List files, dates, and statusess as of this date.
  +    <td valign="top">List files, dates, and statuses as of this date.
       The date must be formatted in ISO8601 datetime
       (<code>yyyy-MM-dd'T'HH:mm:ss</code>), ISO8601
       date(<code>yyyy-MM-dd</code>) or a user-defined SimpleDateFormat
  
  
  
  1.2       +2 -2      ant/docs/manual/OptionalTasks/symlink.html
  
  Index: symlink.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/symlink.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- symlink.html	6 Nov 2002 15:07:23 -0000	1.1
  +++ symlink.html	12 Nov 2004 10:36:28 -0000	1.2
  @@ -97,7 +97,7 @@
    </pre>
   
     <p><strong>Java 1.2 and earlier:</strong> Due to limitations on executing system
  -  level comands in Java versions earlier than 1.3 this task may have difficulty
  +  level commands in Java versions earlier than 1.3 this task may have difficulty
     operating with a relative path in ANT_HOME. The typical symptom is an 
     IOException where ant can't find /some/working/directory${ANT_HOME}/bin/antRun
     or something similar. The workaround is to change your ANT_HOME environment
  @@ -109,7 +109,7 @@
     absolute paths. On non-unix systems this may cause false positives.
     Furthermore, any operating system on which the command
     <code>ln -s &lt;linkname&gt; &lt;resourcename&gt;</code> is not a valid 
  -  command on the comand line will not be able to use action="single" or 
  +  command on the command line will not be able to use action="single" or 
     action="recreate". Action="record" and action=delete should still work. Finally, 
     the lack of support for symlinks in Java means that all links are recorded as 
     links to the <strong>canonical</strong> resource name. Therefore the link:
  
  
  
  1.11      +1 -1      ant/docs/manual/OptionalTasks/test.html
  
  Index: test.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/test.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- test.html	9 Feb 2004 21:50:08 -0000	1.10
  +++ test.html	12 Nov 2004 10:36:28 -0000	1.11
  @@ -10,7 +10,7 @@
   <h2><a name="test">Test</a></h2>
   <h3>Description</h3>
   <p>This is a primitive task to execute a unit test in the org.apache.testlet framework.</p>
  -<p><strong>This task is deprectated as the Testlet framework has been
  +<p><strong>This task is deprecated as the Testlet framework has been
   abandoned in favor of JUnit by the Avalon community.</strong></p>
   <p><strong>Note:</strong> This task depends on external libraries not included
   in the Ant distribution.  See <a href="../install.html#librarydependencies">
  
  
  
  1.16      +2 -2      ant/docs/manual/OptionalTasks/vss.html
  
  Index: vss.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/vss.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- vss.html	9 Feb 2004 21:50:08 -0000	1.15
  +++ vss.html	12 Nov 2004 10:36:28 -0000	1.16
  @@ -244,7 +244,7 @@
      <tr>
         <td>version</td>
         <td>An existing file or project version to label. By default the current
  -      version is labelled.</td>
  +      version is labeled.</td>
         <td>No</td>
      </tr>
      <tr>
  
  
  
  1.9       +1 -1      ant/docs/manual/OptionalTasks/wljspc.html
  
  Index: wljspc.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/wljspc.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- wljspc.html	9 Feb 2004 21:50:08 -0000	1.8
  +++ wljspc.html	12 Nov 2004 10:36:28 -0000	1.9
  @@ -15,7 +15,7 @@
       </tr>
       <tr>
         <td>src</td>
  -      <td>oot of source tree for JSP, ie, the document root for your weblogic server</td>
  +      <td>root of source tree for JSP, ie, the document root for your weblogic server</td>
         <td>Yes</td>
       </tr>
       <tr>
  
  
  
  1.6       +1 -1      ant/docs/manual/OptionalTypes/extension.html
  
  Index: extension.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTypes/extension.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- extension.html	9 Feb 2004 21:50:10 -0000	1.5
  +++ extension.html	12 Nov 2004 10:36:29 -0000	1.6
  @@ -79,7 +79,7 @@
       implementationURL=&quot;http://somewhere.com/myExt.jar&quot;/&gt;
   </pre></blockquote>
   
  -<p>Fully specifiec extension object.</p>
  +<p>Fully specific extension object.</p>
   
   <blockquote><pre>
   &lt;extension id=&quot;e1&quot;
  
  
  

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