hello all,
i am trying to run the hibernate:schema-export task, but so far
unsuccessfully :(
here's my hibernate.properties file
hibernate.connection.driver_class=org.hsqldb.jdbcDriver
hibernate.connection.url=jdbc:hsqldb:foo
hibernate.connection.username=sa
hibernate.dialect=net.sf.hibernate.dialect.HSQLDialect
here's my maven.xml
..
<attainGoal name="hibernate:schema-export"/>
i am using hibernate-2.1.8jar, and the hibernate plugin that i am using is
version 1.3
anyone could help me?
regards
marco