Peter Taylor - 2009-03-03

I also noticed this. There is a workaround:

<taskdef name="for" classname="net.sf.antcontrib.logic.ForTask">
<classpath>
<pathelement location="path/to/ant-contrib-1.0b3.jar" />
</classpath>
</taskdef>

but it's irritating having two taskdefs for ant-contrib.