bodewig 2004/04/20 05:48:43 Modified: docs/manual dirtasks.html docs/manual/CoreTasks concat.html java.html docs/manual/CoreTypes xmlcatalog.html docs/manual/OptionalTasks ccm.html dotnet.html replaceregexp.html src/etc tagdiff.xsl Log: Various typo fixes by Jesse Glick, PR: 28480 Revision Changes Path 1.22 +1 -1 ant/docs/manual/dirtasks.html Index: dirtasks.html =================================================================== RCS file: /home/cvs/ant/docs/manual/dirtasks.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- dirtasks.html 9 Feb 2004 21:50:05 -0000 1.21 +++ dirtasks.html 20 Apr 2004 12:48:43 -0000 1.22 @@ -188,7 +188,7 @@ <li><a href="CoreTasks/tar.html"><tar></a></li> <li><a href="CoreTasks/zip.html"><zip></a></li> <li><a href="OptionalTasks/ejb.html#ddcreator"><ddcreator></a></li> - <li><a href="OptionalTasks/ejb.html#ejbjar.html"><ejbjar></a></li> + <li><a href="OptionalTasks/ejb.html#ejbjar"><ejbjar></a></li> <li><a href="OptionalTasks/ejb.html#ejbc"><ejbc></a></li> <li><a href="OptionalTasks/cab.html"><cab></a></li> <li><a href="OptionalTasks/icontract.html"><icontract></a></li> 1.11 +1 -1 ant/docs/manual/CoreTasks/concat.html Index: concat.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/concat.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- concat.html 9 Feb 2004 21:50:05 -0000 1.10 +++ concat.html 20 Apr 2004 12:48:43 -0000 1.11 @@ -18,7 +18,7 @@ </p> <p> - <a href="../CoreTypes/path.html">Path</a>s and/or + <a href="../using.html#path">Path</a>s and/or <a href="../CoreTypes/fileset.html">FileSet</a>s and/or <a href="../CoreTypes/filelist.html">FileList</a>s are used to select which files are to be concatenated. There is no 1.31 +5 -5 ant/docs/manual/CoreTasks/java.html Index: java.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/java.html,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- java.html 6 Apr 2004 14:09:25 -0000 1.30 +++ java.html 20 Apr 2004 12:48:43 -0000 1.31 @@ -94,7 +94,7 @@ <tr> <td valign="top">failonerror</td> <td valign="top">Stop the buildprocess if the command exits with a - returncode other than 0. Default is "false" (see <a href="#failonerror">note)</a></td> + returncode other than 0. Default is "false" (see <a href="#failonerror">note</a>)</td> <td align="center" valign="top">No</td> </tr> <tr> @@ -235,10 +235,10 @@ <p>When the permission RuntimePermission exitVM has not been granted (or has been revoked) the System.exit() call will be intercepted and treated like indicated in <i>failonerror</i>.</p> -<p><a name="failonerror"/> -If you specify <code>failonerror="true"</code> and you do not specify permissions, -a set of default permissions will be added to your java invocation making sure that -a non zero return code will lead to a <code>BuildException</code>. +<p><a name="failonerror">Note:</a> +if you specify <code>failonerror="true"</code> and you do not specify permissions, +a set of default permissions will be added to your Java invocation to make sure that +a non-zero return code will lead to a <code>BuildException</code>. </p> <p>Settings will be ignored if fork is enabled.</p> 1.9 +1 -1 ant/docs/manual/CoreTypes/xmlcatalog.html Index: xmlcatalog.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTypes/xmlcatalog.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xmlcatalog.html 9 Feb 2004 21:50:07 -0000 1.8 +++ xmlcatalog.html 20 Apr 2004 12:48:43 -0000 1.9 @@ -211,7 +211,7 @@ <h4>catalogpath</h4> <p> The nested <code>catalogpath</code> element is a <a -href="using.html#path">path</a>-like structure listing catalog files to +href="../using.html#path">path</a>-like structure listing catalog files to search. All files in this path are assumed to be OASIS catalog files, in either <a href="http://oasis-open.org/committees/entity/background/9401.html"> 1.11 +1 -1 ant/docs/manual/OptionalTasks/ccm.html Index: ccm.html =================================================================== RCS file: /home/cvs/ant/docs/manual/OptionalTasks/ccm.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ccm.html 9 Feb 2004 21:50:08 -0000 1.10 +++ ccm.html 20 Apr 2004 12:48:43 -0000 1.11 @@ -61,7 +61,7 @@ Comment attribute <i>mycomment</i> is added as a task comment. The task used is the one set as the default.</p> <hr> -<h2><a name="ccmheckout">CCMCheckout</a></h2> +<h2><a name="ccmcheckout">CCMCheckout</a></h2> <h3>Description</h3> Task to perform a Checkout command to Continuus <h3>Parameters</h3> 1.19 +1 -1 ant/docs/manual/OptionalTasks/dotnet.html Index: dotnet.html =================================================================== RCS file: /home/cvs/ant/docs/manual/OptionalTasks/dotnet.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- dotnet.html 9 Feb 2004 21:50:08 -0000 1.18 +++ dotnet.html 20 Apr 2004 12:48:43 -0000 1.19 @@ -94,7 +94,7 @@ </tr> <tr> - <td><a href="ImportTypelib.html">ImportTypelib .html</a></td> + <td><a href="importtypelib.html">ImportTypelib</a></td> <td>Imports a COM type library into .NET</td> </tr> 1.20 +1 -1 ant/docs/manual/OptionalTasks/replaceregexp.html Index: replaceregexp.html =================================================================== RCS file: /home/cvs/ant/docs/manual/OptionalTasks/replaceregexp.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- replaceregexp.html 9 Feb 2004 21:50:08 -0000 1.19 +++ replaceregexp.html 20 Apr 2004 12:48:43 -0000 1.20 @@ -20,7 +20,7 @@ type mappers</a> this task needs a supporting regular expression library and an implementation of <code>org.apache.tools.ant.util.regexp.Regexp</code>. -See details in the documentation of the <a href=../CoreTypes/regexp.html#implementation">Regexp Type</a>. </p> +See details in the documentation of the <a href="../CoreTypes/regexp.html#implementation">Regexp Type</a>. </p> <h3>Parameters</h3> <table border="1" cellpadding="2" cellspacing="0"> 1.6 +1 -1 ant/src/etc/tagdiff.xsl Index: tagdiff.xsl =================================================================== RCS file: /home/cvs/ant/src/etc/tagdiff.xsl,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- tagdiff.xsl 3 Mar 2004 17:08:49 -0000 1.5 +++ tagdiff.xsl 20 Apr 2004 12:48:43 -0000 1.6 @@ -64,7 +64,7 @@ </h1> Tagdiff between <xsl:value-of select="@startTag"/> <xsl:value-of select="@startDate"/> and <xsl:value-of select="@endTag"/> <xsl:value-of select="@endDate"/> - <p align="right">Designed for use with <a href="http://jakarta.apache.org">Ant</a>.</p> + <p align="right">Designed for use with <a href="http://ant.apache.org/">Ant</a>.</p> <hr size="2"/> <a name="TOP"/> <table width="100%">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]