I'm looking to alter the way classes are named when generated. I've extended the DefaultGeneratorStrategy and created a CustomGeneratorStrategy. While tweaking my Ant script to use CustomStrategy, I noticed that I didn't have the option (that I saw) to specify a GeneratorStrategy, only a Generator. How can I use CustomGeneratorStrategy with my Ant build script? Do I have to create a Generator which uses my CustomGeneratorStrategy?
I appreciate all help provided, thanks!
