Tim Funk wrote:

I haven't read the docs for this so I am very surprised it wasn't there. The source for JSPC is very easy to read. Anything that is a set method can be called via ant. With luck - I might find some time to update the docs for this one.

Actually the semantics is more unclear than the syntax to me. What exactly does addWebXmlMappings="true" mean? Add to the file specified in webXmlFragment? But in your example the file "generated_web.xml" isn't present at first, so there can't anything be added?


Regards,

Andreas

<jasper2 compile="true"
validateXml="false"
uriroot="${basedir}/${build.dir}"
poolingEnabled="false"
webXmlFragment="${basedir}/${build.dir}/WEB-INF/generated_web.xml"
addWebXmlMappings="true"
outputDir="${basedir}/${jspc.base}"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to