Change Log Properties not working on command line in 1.9.4
Description
Environment
None
Activity
Show:
Nathan Voxland April 29, 2010 at 4:46 AM
Fixed in 2.0 and backported to 1.9 branch

Mike Deeks September 16, 2009 at 9:31 PM
Wiki formatting broke the output. Here it is again:
After upgrading from 1.9.3 to 1.9.4, the -D command line parameters dont work anymore.
./liquibase --logFile=logs/identity.log --logLevel=finer --driver=oracle.jdbc.OracleDriver --changeLogFile=changelogs/nucleus/58/identity.xml --defaultsFile=conf/mdeeks/identity.properties -DIdentitySchema=foo -DBillingSchema=bar status
Unexpected value DIdentitySchema=foo: parameters must start with a '-'
Changing it to --D didn't work either.