Author: jhm Date: Tue Sep 25 23:36:56 2007 New Revision: 579486 URL: http://svn.apache.org/viewvc?rev=579486&view=rev Log: Adding spell task.
Modified: ant/core/trunk/docs/external.html ant/core/trunk/xdocs/external.xml Modified: ant/core/trunk/docs/external.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/external.html?rev=579486&r1=579485&r2=579486&view=diff ============================================================================== --- ant/core/trunk/docs/external.html (original) +++ ant/core/trunk/docs/external.html Tue Sep 25 23:36:56 2007 @@ -5183,6 +5183,55 @@ </tr> </table> <h4 class="subsection"> + <a name="spell"></a> + spell + </h4> + <p>Spell Check checks the spelling of all files in a directory. Code is broken into + single words and compared to a dictionary. If the words are not in the dictionary + they are written to a file.</p> + <table class="externals" cellspacing="1" cellpadding="4"> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + Compatibility: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + <!-- JHM: asked Rob for that; he'll ping me if he is back at home --> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + URL: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + <a href="http://robmayhew.com/antspell/antspelltask.html">http://robmayhew.com/antspell/antspelltask.html</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + Contact: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + <a href="http://www.robmayhew.com/">Rob Mayhew</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + License: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + <!-- same as above --> + </td> + </tr> + </table> + <h4 class="subsection"> <a name="SQL Compiler (SQLC)"></a> SQL Compiler (SQLC) </h4> Modified: ant/core/trunk/xdocs/external.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/external.xml?rev=579486&r1=579485&r2=579486&view=diff ============================================================================== --- ant/core/trunk/xdocs/external.xml (original) +++ ant/core/trunk/xdocs/external.xml Tue Sep 25 23:36:56 2007 @@ -2809,6 +2809,31 @@ </table> </subsection> + <subsection name="spell"> + <p>Spell Check checks the spelling of all files in a directory. Code is broken into + single words and compared to a dictionary. If the words are not in the dictionary + they are written to a file.</p> + + <table class="externals"> + <tr> + <th>Compatibility:</th> + <td> <!-- JHM: asked Rob for that; he'll ping me if he is back at home --> </td> + </tr> + <tr> + <th>URL:</th> + <td><a href="http://robmayhew.com/antspell/antspelltask.html">http://robmayhew.com/antspell/antspelltask.html</a></td> + </tr> + <tr> + <th>Contact:</th> + <td><a href="http://www.robmayhew.com/">Rob Mayhew</a></td> + </tr> + <tr> + <th>License:</th> + <td> <!-- same as above --> </td> + </tr> + </table> + </subsection> + <subsection name="SQL Compiler (SQLC)"> <p>SQL Compiler (SQLC) compiles database metadata and SQL statements into data access and data transfer classes.</p> <table class="externals"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]