I try to generate table script (create table sql script) from hibernate mapping file. My project is driven by the UI. So I use Xdoclet tag in the beans to generate hibernate mapping and would like to generate automaticaly sql script from this mapping.
Hibernate has some tools to do so (org.hibernate.tool.hbm2ddl.SchemaExport)
I was just asking if someone achieved to configure this tool in an eclipse +MyEclipse environnement. This tools is also defined as an Ant task org.hibernate.tool.hbm2ddl.SchemaExportTask.
Thank you