Re: [jetty-users] embedded Jetty issue with maven surefire plugin and tld scanning

2011-11-02 Thread Susmit Shukla
: 1. jstl has to be found on the classpath of the container, not of the webapp. 2. 8.0.0.RC0 is now old - 8.0.4 is the most recent release. regards Jan On 1 November 2011 16:20, Susmit Shukla shukla.sus...@gmail.com wrote: Hi, I have a project where I have written some tests for jsps

[jetty-users] embedded Jetty issue with maven surefire plugin and tld scanning

2011-10-31 Thread Susmit Shukla
Hi, I have a project where I have written some tests for jsps and these jsp's refer to jstl tags and using embedded jetty. The tests are running fine in eclipse workspace when I run them from Run as JUnit menu. However running as 'mvn clean install' the JSTL taglib is not found and tests fail

Re: [jetty-users] JSP issue with embedded jetty

2011-08-31 Thread Susmit Shukla
, Susmit Shukla shukla.sus...@gmail.com wrote: Hi, I'm trying to test JSP tags that are defined as .tag files in my application's WebContent directory. The webproject layout is as follows: Project ---WebContent ---WEB-INF ---tags --tag1.tag -- views