Re: JSP precompile with taglib files in a jar file

2007-02-26 Thread Steve Loughran
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

AW: JSP precompile with taglib files in a jar file

2007-02-26 Thread Jan.Materne
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}"

JSP precompile with taglib files in a jar file

2007-02-26 Thread Volker Hoss
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