Hello!
I've downloaded and installed Hibernate 2.1, with hibernate extensions 2.1x and latest hsqldb_1_8_0_2.
Do have ant and log4j in place working as required
I've referred java ref. guide from
http://www.informit.com/guides/content. ... seqNum=145 and could successfully create .java and .class files from htm.xml file.
I'm trying to proceed further and "Gnerate the database" using the content given in article
http://www.informit.com/guides/content. ... seqNum=146. I've successfully executed all the steps and got to see the verbose output on console which said "schema export complete" and "build successful" on giving command "ant schema", where in i wanted a book table to be created.
I get to see the drop table book, create table book with rest all fields info etc.
However, on executing "ant launchdb" i don't get to see the 'book' table structure. The default properties are very much seen.
Need urgent help pls.
Thanks
Lakshmi Saripella