The classname should be lowcase for the izpack part.
It should be
classname="com.izforge.izpack.ant.IzPackTask"/>
and not
classname="com.izforge.IzPack.ant.IzPackTask"/>
Description
In the online documentation:
http://izpack.org/documentation/3.11.0/advanced-features.html
In the section: "Apache Ant integration"
The classname should be lowcase for the izpack part.
It should be
classname="com.izforge.izpack.ant.IzPackTask"/>
and not
classname="com.izforge.IzPack.ant.IzPackTask"/>