Changelog parameters
Greetings,
I am using changelog parameters in my liquibase changelogs. Everything works fine from the ant task, but I cant get them to be recognized from the command line. Here is a sample:
liquibase --driver=oracle.jdbc.OracleDriver --classpath=C:\oracle\product\10.2.0\db_1\jdbc\lib\ojdbc14.jar --changeLogFile=sql\base.changelog.xml --url="jdbc:oracle:thin:@myjdbc" -username=my_username --password=my_password --logLevel=finest update -Dschema.name=my_schema -Dtablespace.data=data -Dtablespace.index=index
If I try and execute updateSQL it verifies that the properties have not been applied. If I throw the update command at the end of the line, I get the liquibase.bat -help message. Any ideas?!
Cheers,
JF