Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 318561 - Unable to resolve JSTL libraries when using jetty-maven-plugin
Summary: Unable to resolve JSTL libraries when using jetty-maven-plugin
Status: RESOLVED FIXED
Alias: None
Product: Jetty
Classification: RT
Component: other (show other bugs)
Version: 8.0.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 7.1.x   Edit
Assignee: Jan Bartel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-01 04:39 EDT by j3nsch CLA
Modified: 2010-07-01 22:18 EDT (History)
1 user (show)

See Also:


Attachments
Error message and stack trace (7.53 KB, text/plain)
2010-07-01 04:39 EDT, j3nsch CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description j3nsch CLA 2010-07-01 04:39:58 EDT
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).
Comment 1 Jan Bartel CLA 2010-07-01 22:18:13 EDT
Fixed in jetty-8 branch.