Hi,
I just recently started using liquibase, and would like to integrate it with Hibernate. I read the manual, and thought the easiest way would be to use an Ant task for generating a changelog, and then manually copy the changesets from the generated file to a commited changelog.
However, I cant seem to get the Ant tas to run. It complains there is no property called baseUrl, and when I tried specifying a referenceUrl instead it says it cant find a JDBC driver for the url type hibernate:pathto.cfg.xml.
How should this work? I thought liquibase should just compare the schema found in the database with the schema found in the cfg.xml-file without the need for a JDBC driver for it?
Thanks in advance!