Browse Source

Adding spell task.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@579486 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 17 years ago
parent
commit
b37c2c40b1
2 changed files with 74 additions and 0 deletions
  1. +49
    -0
      docs/external.html
  2. +25
    -0
      xdocs/external.xml

+ 49
- 0
docs/external.html View File

@@ -5180,6 +5180,55 @@
valign="top" align="left">
Revised BSD
</td>
</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">


+ 25
- 0
xdocs/external.xml View File

@@ -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">


Loading…
Cancel
Save