classpath attribute of the taskdef tag in my build.xml file.
Here is one example:
<taskdef name="CreatePartition"
classname="org.wwre.ant.tasks.xis.CreatePartition"
classpath="build/classes;${xis.client.jar};${log4j.jar}"
/>

