Hi all,
we have tested LB 3.0.2 (using Ant 1.8.2) with our scripts (in order to upgrade from LB 2.0.1) against DB2 v9.7.0.5 and found an error:
<dropAllDatabaseObjects
driver="@{attribute.targetdb.driver}"
classpathref=“classpath”
url="@{attribute.targetdb.url}"
username="@{attribute.targetdb.user}"
password="@{attribute.targetdb.pwd}"
defaultSchemaName="@{attribute.targetdb.schema}"
schemas="@{attribute.targetdb.schema}"
promptOnNonLocalDatabase="${liquibase.prompt.non.local.db}"
/>
[dropAllDatabaseObjects] INFO 01.08.13 16:10:liquibase: Successfully acquired change log lock
[dropAllDatabaseObjects] INFO 01.08.13 16:10:liquibase: Dropping Database Objects in schema: (another thread of mine).
This Ant script works fine with LB LB 2.0.1.
Kind regards,
Frank