I am going through site
http://static.springsource.org/docs/Spring-MVC-step-by-step/part1.html . I am executing
ant tasks one by one and they are successful untill i give
ant list. When i execute ant list i get below error stack trace
I have gone through similar problems faced by people but the solutions given to them doesnot work for me. For eg
similar issue,
but the discussion there didn't helped me.
Please fine below my build.xml and build.properties file
build.properties
build.xml
Please Note
My
tomcat is installed in correct location as mentioned in build.xml file and also i have included
in my
tomcat-users.xml file.
Please help