See: Description
| Class | Description | 
|---|---|
| FileProperty | Ant task for assigning a file to a property. | 
| GetWild | Ant task for retrieving a particular file from a wildcarded URL source. | 
| TaskUtil | Common utility methods for ant tasks. | 
     <typedef resource='com/hfg/anttask/taskdef.xml'
             classpath='${tasks.dir}' />
 
 Define the tasks with older versions of Ant thusly:
 
     <taskdef name="getwild"
             classname="com.hfg.anttask.GetWild"
             classpath='${tasks.dir}' />
     <taskdef name="fileproperty"
             classname="com.hfg.anttask.FileProperty"
             classpath='${tasks.dir}' />
 
 
      jataylor@hairyfatguy.com