Hibernate version: 
I am attempting to follow the Getting Started Roadmap which is at  
http://www.hibernate.org/152.html.
   
Quote:
1. Download Hibernate 3.1 and extract the archive
. 
I've done this.   
Quote:
place your JDBC driver jar file in the lib directory
. 
I've done this.   
Quote:
edit etc/hibernate.properties, specifying connection settings for your database (Hibernate will create a schema for the demo automatically)
. 
I've done this.  
Quote:
from a command prompt in the install dir
         1. if you have Ant installed (and copied antlr.jar and junit.jar to ANT_HOME/lib), type ant eg
         2. if not, type build eg under Windows
         3. the example should run successfully
. 
What does "the example should run successfully" mean? The build command runs and there is some output to the console window ending with "BUILD SUCCESSFUL. Total time: 3 seconds". Is this what is supposed to happen?   
Quote:
browse the sourcecode of the example in the eg directory
. 
I've done this!   
Quote:
edit etc/hibernate.properties again, setting hibernate.show_sql=true
. 
I've done this. 
Quote:
run the example again, and look at the SQL statements Hibernate generates
. 
This implies that I have run the example already. Have I?
 Basically, because there is nothing telling me what 
should happen, I have no idea whether it 
has happened. 
I would very much appreciate any help.