Martin,
Good question (I usually use the modeler).
I could find no ant task that generates a sql script, but I did find
http://cayenne.apache.org/doc30/cdbgen.html
which provides the capability to generate the actual DBMS-schema. (I don't
think this can be used to create a SQL file.)
Joe
On Aug 13, 2012, at 5:15 PM, Martin Weber wrote:
> Hi,
>
> Is there a solution to create the database generation SQL script without
> starting the GUI modeler ? I would like to create the db generation script
> within an ant task or a shell/batch script.
>
> Thanks,
> Martin