<target name="setup-db" depends="db-create,db-prepare,db-load"
description="creates database and populates by calling other tasks" />


1) this task will call db-create to create the database, but will it
overwrite the database if there is already existed ? 

2) subsequently, db-prepare will be executed to create the schema & tables,
will the existing schema or tables be overwritten ?

3) Finally , db-load will import the data from metadata/sql/sample-data.xml,
will it overwrite the data even if the database, schemas, tables are not
overwritten in the previous two tasks which are db-create and db-prepare ?


-- 
View this message in context: 
http://www.nabble.com/setup-db%2C-db-export%2C-db-load-tf2840654s2369.html#a7930931
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to