hELLO all, i solved my problem... i had to specify in project.properties the location of my hibernate.properties
maven.hibernate.properties=Backend/src/conf/hibernate.properties thanx anyway and regards marco On 11/1/05, Marco Mistroni <[EMAIL PROTECTED]> wrote: > > 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 >
