Do you know http://wiki.apache.org/ant/AntExternalTaskdefs ?
Jan >-----Ursprüngliche Nachricht----- >Von: Rob Mayhew [mailto:[EMAIL PROTECTED] >Gesendet: Sonntag, 2. Oktober 2005 18:44 >An: [email protected] >Betreff: Ant source code spell check task > >Hello Everyone > >I have created an ant task to spell check source/ASCII files. > >You can use this task to check Java, HTML, XML, C#, Ruby or >just about any source file you can think of. > >The task interprets non letter characters and case changes as >word breaks. Each word is then compared to an internal >dictionary, and project dictionary. If the word is not found >then it is written to a file listing the file, line and column >of the word. > >Because many words used in source code are not in dictionaries >(javax for example) I have implemented a dictionary building >option. This option checks to see if a word is used more then >X times. If so it is then added to the project dictionary. > >Once you have created a project dictionary, spelling mistakes >are easy to find. > >More info and download at: > >http://robmayhew.com/antspell/antspelltask.html > >Enjoy > >Rob Mayhew > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] For >additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
