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