Hi! I have already planed to add ability to specify external dictionary file from command line. >Generally there is a better practice to get external resources (like the >dictionary) dynamically during build process from the >Internet than to store in svn.
We can do this on two ways: 1. We will have two dictionaries, internal and external one. When external dictionary is used, it will switch off internal one and will be not appended to internal dictionary(this will be useful if someone wants to use only set of words defined in external dictionary). 2. We can have only one dictionary which can be deployed to local maven repository. In build time it will be treated like rest of dependency artifacts. If there is a better way, or if there is a standard way for doing something like this, please tell me. >I assume you haven't created the dictionary yourself, have you? No,I haven't. I found this dictionary as part of Jazzy spellchecker project(http://sourceforge.net/projects/jazzy), and add some missing words to it. Thanks for advice! Best regards, Marija >2009/6/30 Alexei Fedotov <[email protected]> >Hello Marija, >Generally there is a better practice to get external resources (like the >dictionary) dynamically during build process from the >Internet than to store >in svn. I assume you haven't created the dictionary >yourself, have you? > >Thanks!
