Max, thank you for your quick replay?
yep, I've got the full log. The strange thing is, if the hsqldb is empty, I get the nomral info log statements about table creation etc. But nothing is happend to my database. But if my database has the required schema (I've imported it by hand), I got correct error statements like :
Code:
[hibernatetool] Error #1: java.sql.SQLException: Table already exists: SITE in statement [create table SITE]
[hibernatetool] java.sql.SQLException: Table already exists: SITE in statement [create table SITE]
[hibernatetool] at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
[hibernatetool] at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)
[hibernatetool] at org.hsqldb.jdbc.jdbcStatement.executeUpdate(Unknown Source)
[hibernatetool] at org.hibernate.tool.hbm2ddl.SchemaExport.execute(SchemaExport.java:306)
[hibernatetool] at org.hibernate.tool.hbm2ddl.SchemaExport.create(SchemaExport.java:265)
[hibernatetool] at org.hibernate.tool.hbm2ddl.SchemaExport.execute(SchemaExport.java:188)
[hibernatetool] at org.hibernate.tool.ant.Hbm2DDLExporterTask.execute(Hbm2DDLExporterTask.java:57)
[hibernatetool] at org.hibernate.tool.ant.HibernateToolTask.execute(HibernateToolTask.java:160)
[hibernatetool] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[hibernatetool] at org.apache.tools.ant.Task.perform(Task.java:364)
[hibernatetool] at org.apache.tools.ant.Target.execute(Target.java:341)
[hibernatetool] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[hibernatetool] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[hibernatetool] at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
[hibernatetool] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
[hibernatetool] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[hibernatetool] at org.apache.tools.ant.Main.runBuild(Main.java:668)
[hibernatetool] at org.apache.tools.ant.Main.startAnt(Main.java:187)
[hibernatetool] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
[hibernatetool] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
I'm confused about, if the database is empty, I get the normal messages about table creation and so on, but really nothing is happend!