Patches item #686874, was opened at 2003-02-14 18:30
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428710&aid=686874&group_id=40712

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Rong C. Ou (rongou)
Assigned to: Nobody/Anonymous (nobody)
Summary: SchemaExport ant task

Initial Comment:
I can't believe no one has bothered to create an ant task 
for SchemaExport yet, so I went ahead and created one.

It's pretty much a direct port of the command line 
version. Please see attached sample build file for an 
example.

Attributes:

properties: path to the properties file
config: hibernate configuration file as a resource
quiet: whether to output DDL scripts (default: no)
text: whether to create DDL only without touching the 
database (default: no)
drop: whether to drop the tables only (default: no)
output: output file name for DDL

Nested element:

fileset: specifies the mapping files

None of the attributes is really required, but in the end 
they should provide a valid connection and some 
mapping files (either through fileset or config).

I haven't put it in any package yet.

Thanks,

Rong





----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428710&aid=686874&group_id=40712


-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


Reply via email to