Hi Kyle,


Thank you very much for your message and for using jOOQ.



Indeed, that sounds very reasonable and since jOOQ 3.5, we’ve stopped
overwriting files that have not changed between two code generation runs:

https://github.com/jOOQ/jOOQ/issues/3756



This helps incremental compilers avoid excessive re-compilation work if
only 1-2 columns were modified. Do note that the Maven compile plugin has a
bug:

https://issues.apache.org/jira/browse/MCOMPILER-209



You actually have to turn off incremental compilation to make it work…



I hope this helps,

Lukas

2016-09-15 23:21 GMT+02:00 <kyle.j...@live.ca>:

> Hello,
>
> Does anyone know of a way that I can invoke jOOQ's code generation without
> having it overwrite the destination folder entirely? I would like a way to
> update my Database Abstraction Layer to database changes without having
> *all* the existing code necessarily overwritten.
>
> Thanks in advance,
>
> Kyle
>
> --
> 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 jooq-user+unsubscr...@googlegroups.com.
> 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 jooq-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to