| Summary: | Unable to resolve JSTL libraries when using jetty-maven-plugin | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] Jetty | Reporter: | j3nsch | ||||
| Component: | other | Assignee: | Jan Bartel <janb> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | janb | ||||
| Version: | 8.0.0 | ||||||
| Target Milestone: | 7.1.x | ||||||
| Hardware: | PC | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Fixed in jetty-8 branch. |
Created attachment 173176 [details] Error message and stack trace I am using JSTL 1.1.2 (also tried 1.2) and Jetty doesn't seem to be able to resolve the URI for the tag library (see attachment). I am using the 'jetty-maven-plugin' without specifying a version number. It uses 8.0.0.M0 automatically. So far that has worked fine, but now have started using JSTL in my current web application. I have the correct dependencies included (javax.servlet:jstl:1.1.2 and taglibs:standard:1.1.2, or javax.servlet:jstl:1.2) and I have used JSTL successfully before, but with the 'maven-jetty-plugin'. I am using Maven 2.2.1 and Java 1.6.0_20. If I specify version 7.1.4.v20100610 for the plugin it works. As a workaround that is currently good enough for me, but I thought I report since I couldn't find anything about this issue regarding the latest version of the plugin (just some earlier issues connected to version 6.x).