Rejected
Details
Assignee
UnassignedUnassignedReporter
GiliGGiliGComponents
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
GiliG
GiliGComponents
Priority
Created April 28, 2005 at 1:42 AM
Updated April 28, 2005 at 8:06 AM
Resolved April 28, 2005 at 2:21 AM
The Ant SchemaExport task has an attribute "drop" which is very misleading. When drop="true" is used, SchemaExport will only drop tables and not export anything. The name seems to imply that drop="true" means SchemaExport will add "drop table" statements and with drop="false" it will not.
The attribute should be renamed to "onlyDrop" or something. I point this out because this cost me hours of development time and someone else in #hibernate IRC channel just reported running into the exact same problem.