Ant script to export projects to a DataBase

2006-06-29 Thread Deepak Rao
Hi, I have to export some projects to database (MySql). The DB script pertaining to that project is already written in the database. How can we do this task (of exporting projects ) using the ANT ? hope someone has an idea. Thanks and Regards Deepak Rao

How to starta DB using ANT script

2006-06-27 Thread Deepak Rao
Hi, Can we perform these tasks using an ANT build script. - start a DataBase (say mySql) - run a particular DB script on it. - export some particular data(projects) into it. - and then close down. Hope some one has an idea. Thanks and Regards Deepak Rao

How to run JUnit Test cases using ANT script ?

2006-06-20 Thread Deepak Rao
I have a simple JAVA based application, for which there are some JUnit Test Cases. How do we write an ANT script which -builds the application -runs the JUnit test cases for it, and -then show test report and close down. Hope someone has an idea. Thanks and Regards Deepak Rao