A new topic, 'LB2.0-RC7:  Howto pass change log properties via commandline?', 
has been made on a board you are watching.

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

The text of the topic is shown below:

Hi all,
I am trying to pass change log properties on a Win commandline to LB 2.0-RC7 
(syntax: --D<property.name>=<property.value>), but face following error:
   Unknown parameter: 'D<property.name>' (pls. see below)

Is there anyone who can give me a hint?
-Thanks in advance!!
Frank

My Commandline:
%LIQUIBASE_HOME%liquibase --username=%LB_USR% --password=%LB_PWD% 
--url="%LB_RUN_URL%" --driver=oracle.jdbc.OracleDriver 
--classpath="%LIQUIBASE_HOME%libojdbc6.jar" --defaultSchemaName=%LB_SCHEMA% 
--logLevel=info --contexts=%LB_CONTEXT% --changeLogFile=".myChangelog.xml" 
--Dliquibase.update.schema=%LB_SCHEMA%,liquibase.update.user=%LB_USR% update

My Errors:
  Unknown parameter: 'Dliquibase.update.schema'

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.
------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to