RE: How to add jstl.jar to the jasper task

2014-06-10 Thread Jeff Cai
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, June 10, 2014 12:54 AM To: Tomcat Users List Subject: Re: How to add jstl.jar to the jasper task * PGP Signed by an unknown key Jeff, On 6/9/14, 1:39 AM, Jeff Cai wrote: Snip

Re: How to add jstl.jar to the jasper task

2014-06-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeff, On 6/9/14, 1:39 AM, Jeff Cai wrote: Snip ... Try setting classPath attribute on jasper element. http://svn.apache.org/viewvc/tomcat/tc7.0.x/tags/TOMCAT_7_0_54/java/org/apache/jasper/JspC.java?view=markup#l766 Best regards,

RE: How to add jstl.jar to the jasper task

2014-06-08 Thread Jeff Cai
Snip ... Try setting classPath attribute on jasper element. http://svn.apache.org/viewvc/tomcat/tc7.0.x/tags/TOMCAT_7_0_54/java/org/apache/jasper/JspC.java?view=markup#l766 Best regards, Konstantin Kolinko Konstantin, Thanks for your information. Now I can include the jar file through

Re: How to add jstl.jar to the jasper task

2014-06-06 Thread Konstantin Kolinko
2014-06-06 13:36 GMT+04:00 Jeff Cai jeff_...@symantec.com: Hi, Jstl.jar should be added to the classpath of jasper task which is defined in ${tomcat_home}/bin/catalina-tasks.xml. How can I add the jstl.jar to the task’s classpath in Ant? 1. What for? 2. Put jstl.jar into WEB-INF/lib of

RE: How to add jstl.jar to the jasper task

2014-06-06 Thread Jeff Cai
, June 06, 2014 5:43 PM To: Tomcat Users List Subject: Re: How to add jstl.jar to the jasper task 2014-06-06 13:36 GMT+04:00 Jeff Cai jeff_...@symantec.com: Hi, Jstl.jar should be added to the classpath of jasper task which is defined in ${tomcat_home}/bin/catalina-tasks.xml. How can I add

Re: How to add jstl.jar to the jasper task

2014-06-06 Thread Konstantin Kolinko
: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Friday, June 06, 2014 5:43 PM To: Tomcat Users List Subject: Re: How to add jstl.jar to the jasper task 2014-06-06 13:36 GMT+04:00 Jeff Cai jeff_...@symantec.com: Hi, Jstl.jar should be added to the classpath of jasper task which

RE: How to add jstl.jar to the jasper task

2014-06-06 Thread Jeff Cai
-Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Friday, June 06, 2014 6:19 PM To: Tomcat Users List Subject: Re: How to add jstl.jar to the jasper task 2014-06-06 14:06 GMT+04:00 Jeff Cai jeff_...@symantec.com: Since my source directory is not under

Re: How to add jstl.jar to the jasper task

2014-06-06 Thread Konstantin Kolinko
2014-06-06 14:33 GMT+04:00 Jeff Cai jeff_...@symantec.com: Jstl.jar should be added to the classpath of jasper task which is defined in ${tomcat_home}/bin/catalina-tasks.xml. How can I add the jstl.jar to the task’s classpath in Ant? 1. What for? 2. Put jstl.jar into WEB-INF/lib of