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 -- View this message in context: http://www.nabble.com/Changelog-parameters-tp23265536p23265536.html Sent from the LiquiBase - User mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Liquibase-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/liquibase-user
