I have another ant task that compiles and runs the class and successfully, but the only reason im doing this ant task is to generate the schema, because the
<property name="hbm2ddl.auto">create</property>
does not work.
I tryed taking the "./" out and am giveing a proper path the src/datamodel package is a few packages down from my ant base directory.
It sees the hibernate config file on the root of the ant base directory, but it wont recognise any folders down from it when the config file trys to add the hbm.xml files.
I really like the idea of hibernate, but it just isnt working for me.
|