Volker Hoss wrote:
Hi,
I am using the following jspC task call in a WebSphere
build environment to validate the JSP pages:
${dir.web} refers to a directory structure "WebContent\WEB-INF\tlds" where
my
taglib files are located. However my JSP pages also refer to taglibs
located in a jar file
ontag, 26. Februar 2007 09:49
>An: user@ant.apache.org
>Betreff: JSP precompile with taglib files in a jar file
>
>
>Hi,
>
>I am using the following jspC task call in a WebSphere
>build environment to validate the JSP pages:
>
> classpath="${output.jar}"
Hi,
I am using the following jspC task call in a WebSphere
build environment to validate the JSP pages:
${dir.web} refers to a directory structure "WebContent\WEB-INF\tlds" where
my
taglib files are located. However my JSP pages also refer to taglibs
located in a jar file and I have
not found