Prelude: Ant-Contrib provides a very well explained wiki page for installation and launch ([http://ant-contrib.sourceforge.net/#install][1]).
Indeed, only two steps is necessary: - build ant-contrib-0.3.jar (by ant dist...), - move the built .jat into the lib directory of your Ant installation,
Use it by writing in your own project:
<taskdef resource="net/sf/antcontrib/antcontrib.properties"/>
My problem: I succeeded to build the .jar (build successful is written). But I cannot find any "antcontrib.properties" in the jat built!
Request: What is the important thing I have forgotten? Is it better to search any ant-contrib-0.3.jar already built? Thanks