Hello Bryan, > How can I use CustomGeneratorStrategy with my Ant build script? > Do I have to create a Generator which uses my CustomGeneratorStrategy?
This is currently not possible. The org.jooq.util.GenerationTask It is not really up to date with the latest improvements in jooq-codegen. I suggest, you use the GenerationTool directly, with a separate XML configuration file. In ant, you can run code generation using <java classname="org.jooq.util.GenerationTool" .../> Adding more features to the GenerationTask is a pending feature request: https://sourceforge.net/apps/trac/jooq/ticket/1118 Cheers Lukas
