Liquibase Community Forum
2010-12-10 17:28:32 UTC
A new topic, 'dropAllDatabaseObjects--no confirmation, no output file.', has been made on a board you are watching.
You can see it at
http://liquibase.org/forum/index.php?topic=828.new#new
The text of the topic is shown below:
Setup ant task as follows:
Code:
<dropAllDatabaseObjects driver="${jdbc.driver}" url="${jdbc.url}" username="${jdbc.username}" password="${jdbc.password}" promptOnNonLocalDatabase="true" classpathref="build.classpath" defaultSchemaName="${jdbc.schemaName}" outputFile="dropall.sql">
</dropAllDatabaseObjects>
#1> promptOnNonLocalDatabase did not prompt me for a remote database
#2> outputFile was not written--all changes were immediately applied to database.
Does anybody else have this same problem? Using ant 1.8.1, and liquibase-core 1.9.5
-David
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.
You can see it at
http://liquibase.org/forum/index.php?topic=828.new#new
The text of the topic is shown below:
Setup ant task as follows:
Code:
<dropAllDatabaseObjects driver="${jdbc.driver}" url="${jdbc.url}" username="${jdbc.username}" password="${jdbc.password}" promptOnNonLocalDatabase="true" classpathref="build.classpath" defaultSchemaName="${jdbc.schemaName}" outputFile="dropall.sql">
</dropAllDatabaseObjects>
#1> promptOnNonLocalDatabase did not prompt me for a remote database
#2> outputFile was not written--all changes were immediately applied to database.
Does anybody else have this same problem? Using ant 1.8.1, and liquibase-core 1.9.5
-David
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.