On Thu, 2006-06-29 at 19:09 +0530, Deepak Rao wrote: > 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.
Hi Deepak, If you can do it from the command line, you can do it with ant's <exec> task. This gives you a platform-dependant starting point. You may also find the <sql> task useful, depending on how you are executing the export scripts. This may give you a more portable solution. Cheers, Ben > > Thanks and Regards > Deepak Rao --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]