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.
------------------------------------------------------------------------------
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