Hi Marcus, I think you may have run into this issue: https://github.com/jOOQ/jOOQ/issues/5892
I'm glad you found the answer already. It took me a while to figure this one out. Unfortunately, in Windows, the file system is case insensitive, so jOOQ overwrites the existing file, rather than deleting it and re-creating it. This will definitely be fixed, soon. Best Regards, Lukas 2017-03-09 16:54 GMT+01:00 Marcus Gattinger <[email protected]>: > As it turns out the problem can be fixed by deleting the target folder of > the package and run the code generation again. > I guess that the code generation does not clean the target folder for the > package prior execution, but I'm not sure about that. > > -- > You received this message because you are subscribed to the Google Groups > "jOOQ User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
