Database
autoant.txt
Associated article: Automating Batch Tasks with Ant
Tags: Database
Published source code examples accompanying the article by Hugo Troche in which he shows how Ant is a good framework for automating batch processesing of database functions.
Automating Batch Tasks with Ant
by Hugo Troche
Listing One
<project name="example" basedir="." default="deploy-example">
<path id="classpath">
<fileset dir="/home/youdir/deps"/>
&...


