On 16-Mar-06, at 12:00 PM, Dola Woolfe wrote:
Here's lines 17-22
<jasper2
validateXml="false"
uriroot="${webapp.path}"
webXmlFragment="${webapp.path}/WEB-INF/generated_web.xml"
outputDir="${webapp.path}/WEB-INF/src" />
What is the value of webapp.path seems like it either is not being set or is se to a location that doesn't exist.
Read the Ant documentation for specifying parameters, using a properties file, or edit build.xml to specify the value of webapp.path
