| <sql > task with MySQL | <sql > task with MySQL 2007-06-25 - By Steve Loughran
Martin Gainty wrote: > Hello All > > Any ideas where to locate working example of sql task using MySQL DB. .including which Driver classes work? >
I would point you at Ant in Action, by one S. Loughran, that is available in PDF form as of yesterday:
http://manning.com/loughran
You can use Ivy to pull down the right driver (which makes your app GPL henceforth)
http://antbook.cvs.sourceforge.net/antbook/examples/diary/persist-webapp/ivy .xml?view=markup
and then declare and use it in the build
http://antbook.cvs.sourceforge.net/antbook/examples/diary/persist-webapp/ch16 -mysql.xml?view=markup
-steve
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |