You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jg...@apache.org on 2009/11/05 01:06:39 UTC

svn commit: r832921 - in /ant/core/trunk/docs/manual: CoreTypes/selectors.html OptionalTasks/junit.html using.html

Author: jglick
Date: Thu Nov  5 00:06:39 2009
New Revision: 832921

URL: http://svn.apache.org/viewvc?rev=832921&view=rev
Log:
Fixing some HTML errors.

Modified:
    ant/core/trunk/docs/manual/CoreTypes/selectors.html
    ant/core/trunk/docs/manual/OptionalTasks/junit.html
    ant/core/trunk/docs/manual/using.html

Modified: ant/core/trunk/docs/manual/CoreTypes/selectors.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTypes/selectors.html?rev=832921&r1=832920&r2=832921&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTypes/selectors.html (original)
+++ ant/core/trunk/docs/manual/CoreTypes/selectors.html Thu Nov  5 00:06:39 2009
@@ -326,8 +326,8 @@
     <p>Selects all files in the base directory and one directory below
     that.</p>
 
-    <a name="differentselect">
-    <h4>Different Selector</h4>
+    
+    <h4><a name="differentselect">Different Selector</a></h4>
 
     <p>The <code>&lt;different&gt;</code> selector will select a file
     if it is deemed to be 'different' from an equivalent file in
@@ -690,7 +690,7 @@
         <li> update the cache if needed and requested </li>
         <li> do the selection according to the comparison result </li>
         </ol>
-    The comparison, computing of the hashvalue and the store is done by implementation
+    <p>The comparison, computing of the hashvalue and the store is done by implementation
     of special interfaces. Therefore they may provide additional parameters.</p>
 
     <p>The <code>&lt;modified&gt;</code> selector can be used as a
@@ -807,7 +807,7 @@
                                    <i>set</i>XX-methods </li>
         <li> <b> comparator.* </b>: Value is transfered to the comparator via its
                                    <i>set</i>XX-methods </li>
-    </ul></p>
+    </ul>
 
     <table border="1" cellpadding="2" cellspacing="0">
       <tr><td colspan="2"><font size="+1"><b> Algorithm options</b></font></td></tr>
@@ -1005,7 +1005,7 @@
         <a href="http://jakarta.apache.org/bsf" target="_top">Apache BSF</a>
         or
         <a href="https://scripting.dev.java.net">JSR 223</a>
-        supported language.</p>
+        supported language.
         See the <a href="../OptionalTasks/script.html">Script</a> task for
         an explanation of scripts and dependencies.
       </p>
@@ -1190,7 +1190,7 @@
     <p>All selector containers can contain any other selector, including
     other containers, as an element. Using containers, the selector tags
     can be arbitrarily deep. Here is a complete list of allowable
-    selector elements within a container:</P>
+    selector elements within a container:</p>
 
     <ul>
       <li><code>&lt;and&gt;</code></li>

Modified: ant/core/trunk/docs/manual/OptionalTasks/junit.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/OptionalTasks/junit.html?rev=832921&r1=832920&r2=832921&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/OptionalTasks/junit.html (original)
+++ ant/core/trunk/docs/manual/OptionalTasks/junit.html Thu Nov  5 00:06:39 2009
@@ -260,7 +260,7 @@
    "sun.reflect."
    "org.apache.tools.ant."
    "org.junit."
-   "junit.framework.JUnit4TestAdapter"</pre></p>
+   "junit.framework.JUnit4TestAdapter"</pre>
 
 <h3><a name="nested">Nested Elements</a></h3>
 

Modified: ant/core/trunk/docs/manual/using.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/using.html?rev=832921&r1=832920&r2=832921&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/using.html (original)
+++ ant/core/trunk/docs/manual/using.html Thu Nov  5 00:06:39 2009
@@ -154,10 +154,10 @@
 and all its predecessors have already run.
 
 <p>The optional <code>description</code> attribute can be used to provide a one-line description of this target, which is printed by the
-<nobr><code>-projecthelp</code></nobr> command-line option. Targets
+<code>-projecthelp</code> command-line option. Targets
 without such a description are deemed internal and will not be listed,
-unless either the <nobr><code>-verbose</code></nobr> or
-<nobr><code>-debug</code></nobr> option is used.
+unless either the <code>-verbose</code> or
+<code>-debug</code> option is used.
 </p>
 <p>It is a good practice to place your <a
 href="CoreTasks/tstamp.html">tstamp</a> tasks in a so-called
@@ -203,7 +203,6 @@
     <td align="center" valign="top">No</td>
   </tr>
 </table>
-</p>
 
 <p>A target name can be any alphanumeric string valid in the encoding of the XML
 file. The empty string &quot;&quot; is in this set, as is
@@ -289,7 +288,7 @@
   found <a href="properties.html">in the concepts section</a> of this
   manual.</p>
 
-<a name="example"><h3>Example Buildfile</h3></a>
+<h3><a name="example">Example Buildfile</a></h3>
 <pre>
 &lt;project name=&quot;MyProject&quot; default=&quot;dist&quot; basedir=&quot;.&quot;&gt;
     &lt;description&gt;
@@ -348,7 +347,7 @@
 should be stored in a directory tree which matches the package names. Check the
 <tt>&lt;javac&gt;</tt> task for details.
 
-<a name="filters"><h3>Token Filters</h3></a>
+<h3><a name="filters">Token Filters</a></h3>
 <p>A project can have a set of tokens that might be automatically expanded if
 found when a file is copied, when the filtering-copy behavior is selected in the
 tasks that support this. These might be set in the buildfile