Re: [Hibernate] v 1.2 SchemaExport.execute() method to be made public

2003-02-19 Thread Gavin . King
[EMAIL PROTECTED] cc: eforge.net Subject: [Hibernate] v 1.2 SchemaExport.execute() method to be made

RE: [Hibernate] v 1.2 SchemaExport.execute() method to be made public

2003-02-19 Thread Ou, Rong
v 1.2 SchemaExport.execute() method to be made public For Hibernate 1.2 (code in HEAD as at 20 Feb 2003) I am writing a couple of ant tasks to allow for the execution of the SchemaExport and SchemaUpdate processes directly from ant, rather than using a forked java process. The main reason for doing this

[Hibernate] v 1.2 SchemaExport.execute() method to be made public

2003-02-19 Thread Cameron Braid
For Hibernate 1.2 (code in HEAD as at 20 Feb 2003) I am writing a couple of ant tasks to allow for the execution of the SchemaExport and SchemaUpdate processes directly from ant, rather than using a forked java process. The main reason for doing this is to be able to use the ant fileset to specif