Discussion:
[Liquibase-user] New Topic: hibernate integration in 2.0 rc 5/6
Liquibase Community Forum
2010-10-06 13:55:44 UTC
Permalink
A new topic, 'hibernate integration in 2.0 rc 5/6', has been made on a board you are watching.

You can see it at
http://liquibase.org/forum/index.php?topic=728.new#new

The text of the topic is shown below:

hi, I'm trying to obtain hibernate changes by:
Code:
<target name="gen-sql-changes" description="generates changes sql for hibernate">
<taskdef resource="liquibasetasks.properties">
<classpath refid="c5.compile.classpath"/>
</taskdef>
<diffDatabaseToChangeLog
referenceUrl="hibernate:hibernate-development.cfg.xml"

driver="com.mysql.jdbc.Driver"
url="jdbc:mysql://10.0.0.5:3306/c5test"
username="root"
password=""
outputFile="/home/dmytro/chg/changelog.xml"
classpathref="c5.compile.classpath" />
</target>
fg

Unsubscribe to new topics from this board by clicking here: http://liquibase.org/forum/index.php?action=notifyboard;board=1.0

Regards,
The Liquibase Community Forum Team.

Loading...