This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
it fails in this row of the build.xml:
<taskdef name="install" classname="org.apache.catalina.ant.InstallTask">
<classpath refid="catalina-ant-classpath"/>
the exact error mesage is:
D:\SpringWorkspace\Inventory\apache-tomcat-7.0.27\lib does not exist.
here inventory is my project base in eclipse.i could not understand why it looks into project directory.do you have any ideas?
You need to provide more information. The portion of the build.xml you posted does not contain all of the information about the error. Please post the full build.xml and the full output from running ant. I suspect that your catalina-ant-classpath setting is incorrect.