I am running ANT 1.7.1 and ant-contrib-1.0b3 and getting these messages all over the build: "Trying to override old definition of task switch".
I am using taskdef declaration: <taskdef resource="net/sf/antcontrib/antlib.xml"/>. Also tested with properties file with same results. I am using only if task in my build-file.
Does anyone have any idea how to suppress those messages.