Hello,
Hibernate SchemeExport always generate the SQL with DROP.
<schemaexport
properties="${project.build.classes}/hibernate.properties"
quiet="no"
text="yes"
drop="no"
delimiter=";"
output="${project.build.dir}/${project.name}-${project.database}-create.sql"
>
<fileset dir="${project.build.classes}">
<include name="**/*.hbm.xml"/>
</fileset>
</schemaexport>
As in the above commands, I have set the 'drop="no"', but the it always
generate the sql that DROP the table first.
Best regards,
Eric
==========================
If you know what you are doing,
it is not called RESEARCH!
==========================
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user