Hi Steve,
Now It works with :
java
-jar liquibase.jar --driver=com.mysql.jdbc.Driver --classpath=myapplication.jar:
mysqldriver.jar
--changeLogFile=/liquibase/current-changelog.xml
--url=jdbc:mysql://localhost/liquibase --username=root
--password=root updateSQL > /tmp/script.sql
Thx
a lot