Painless Spell Checking in Ant

I've been using ant as a scripting language for assembling and deploying the new CFOsoft.com website. A few embarrassing typos later, I realized it would be nice to also be able to spellcheck it in the same process.

A quick google search turned up Rob Mayhew's AntSpell task. It works as advertised, no muss no fuss. 10 minutes later, I had it integrated into my build with a custom dictionary. Thanks Rob!

Comments are closed.