taskdef class org.apache.catalina.ant.InstallTask cannot be found

前端 未结 6 1882
感情败类
感情败类 2020-12-24 14:32

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.         


        
6条回答
  •  失恋的感觉
    2020-12-24 14:51

    If you are using eclipes then you need to change your ant_home location by following below steps, navigate to window>prefrances>Ant>runtime>classpath>AntHome click on anthome button and provide your anthome directory path.

    and to solv ur problem u need to copy catalina-ant.jar inside anthome/lib folder

    Thanks, Sharad

提交回复
热议问题