——————————————————————————–
I have a project which I need to deploy with ANT build.xml and can’t deploy it with Eclipse’s provided deployment methods
I am using
Eclipse SDK Version: 3.2.1
MyEclipse Version 5.0 GA
I want to debug my JSP after deployment with ANT build.xml
I have configured TOMCAT also
Marked the breakpoints as well
But failed to Debug the JSP
WEB Project capabilities are already added to the project ( I have confirmed it)
I have also Set the WEB ROOT folder and src folder correctly
JSP Debugging is working fine if i create a seprate project in the same way
and deploy it with MyEclipse
but how can I get the same behavior if I NEED TO DEPLOY WITH ANT BUILD FILE
Please anyone could help me ??
Please give brief answer, I am new to MyEclipse