From b37c2c40b172576f11f2e88a1a354be711a0349d Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Wed, 26 Sep 2007 06:36:56 +0000 Subject: [PATCH] Adding spell task. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@579486 13f79535-47bb-0310-9956-ffa450edef68 --- docs/external.html | 49 ++++++++++++++++++++++++++++++++++++++++++++++ xdocs/external.xml | 25 +++++++++++++++++++++++ 2 files changed, 74 insertions(+) diff --git a/docs/external.html b/docs/external.html index 468b20664..e756aab51 100644 --- a/docs/external.html +++ b/docs/external.html @@ -5180,6 +5180,55 @@ valign="top" align="left"> Revised BSD + + +

+ + spell +

+

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.

+ + + + + + + + + + + + + + + +
+ Compatibility: + + +
+ URL: + + http://robmayhew.com/antspell/antspelltask.html +
+ Contact: + + Rob Mayhew +
+ License: + + +

diff --git a/xdocs/external.xml b/xdocs/external.xml index 11381612e..484d7929f 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -2809,6 +2809,31 @@ + +

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.

+ + + + + + + + + + + + + + + + + + +
Compatibility:
URL:http://robmayhew.com/antspell/antspelltask.html
Contact:Rob Mayhew
License:
+
+

SQL Compiler (SQLC) compiles database metadata and SQL statements into data access and data transfer classes.