Depend on your database....

>Can we perform these tasks using an ANT build script.
> - start a DataBase (say mySql)

<exec> with spawn/fork (havent it in my mind).


> - run a particular DB script on it.

<exec> and your db-script-runner.
If your script is in sql, try <sql> task.


> - export some particular data(projects) into it.

Again, <exec> and your db-tool.


> - and then close down.

Again ....


Jan

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

Reply via email to