In Eclipse I am getting 5 warnings for my build.xml:
taskdef class.org.apache.catalina.ant.InstallTask cannot be found taskdef class.org.apache.catalina.ant.
In tomcat 7 InstallTask is replaced by DeployTask.
change your declaration like
old
with