I'm looking into making my own GeneratorStrategy to control the names of the classes that are generated. I went ahead and extended DefaultGeneratorStrategy and made a CustomGeneratorStrategy. While setting up an Ant build script to give CustomGeneratorStrategy a try, I noticed that I didn't have the option (at least that I saw) to specify a GeneratorStrategy, only a Generator.
How can I utilize an Ant build script and my CustomGeneratorStrategy? I appreciate any help provided, thanks!
