Here is the output from the ant task before it breaks:
INFO: Mapping file: C:\eclipse\workspace\newsletter\src\com\guidance\domain\mappings\Wordtemp.hbm.xml
[hibernatetool] Oct 20, 2005 11:12:52 AM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
[hibernatetool] INFO: Mapping class: com.guidance.domain.mappings.Wordtemp -> wordtemp
[hibernatetool] Oct 20, 2005 11:12:52 AM org.hibernate.cfg.Configuration secondPassCompile
[hibernatetool] INFO: processing extends queue
[hibernatetool] Oct 20, 2005 11:12:52 AM org.hibernate.cfg.Configuration secondPassCompile
[hibernatetool] INFO: processing collection mappings
[hibernatetool] Oct 20, 2005 11:12:52 AM org.hibernate.cfg.Configuration secondPassCompile
[hibernatetool] INFO: processing association property references
[hibernatetool] Oct 20, 2005 11:12:52 AM org.hibernate.cfg.Configuration secondPassCompile
[hibernatetool] INFO: processing foreign key constraints
[hibernatetool] Oct 20, 2005 11:12:52 AM org.hibernate.dialect.Dialect <init>
[hibernatetool] INFO: Using dialect: org.hibernate.dialect.HSQLDialect
[hibernatetool] Oct 20, 2005 11:12:53 AM org.hibernate.cfg.Configuration secondPassCompile
[hibernatetool] INFO: processing extends queue
[hibernatetool] Oct 20, 2005 11:12:53 AM org.hibernate.cfg.Configuration secondPassCompile
[hibernatetool] INFO: processing collection mappings
[hibernatetool] Oct 20, 2005 11:12:53 AM org.hibernate.cfg.Configuration secondPassCompile
[hibernatetool] INFO: processing association property references
[hibernatetool] Oct 20, 2005 11:12:53 AM org.hibernate.cfg.Configuration secondPassCompile
[hibernatetool] INFO: processing foreign key constraints
[hibernatetool] Oct 20, 2005 11:12:54 AM org.hibernate.cfg.Configuration secondPassCompile
[hibernatetool] INFO: processing extends queue
[hibernatetool] Oct 20, 2005 11:12:54 AM org.hibernate.cfg.Configuration secondPassCompile
[hibernatetool] INFO: processing collection mappings
[hibernatetool] Oct 20, 2005 11:12:54 AM org.hibernate.cfg.Configuration secondPassCompile
[hibernatetool] INFO: processing association property references
[hibernatetool] Oct 20, 2005 11:12:54 AM org.hibernate.cfg.Configuration secondPassCompile
[hibernatetool] INFO: processing foreign key constraints
BUILD FAILED
java.lang.NoSuchMethodError: org.hibernate.tool.hbm2ddl.SchemaExport.setFormat(Z)Lorg/hibernate/tool/hbm2ddl/SchemaExport;
|