Community
Participate
Working Groups
The WTP 3.4.0 build is now failing with: Processing inclusion from feature org.eclipse.jst.web_core.feature: Bundle org.eclipse.jst.jsp.core_1.2.500.v201112071854 failed to resolve.:[build-wtp4x-jst4x-sdk] Unsatisfied import package javax.servlet.jsp.tagext_[2.0.0,2.2.0).
It would appear that simply widening the range to javax.servlet.jsp.tagext;version="[2.0.0,2.3.0)" solves the issue.
Seeing as this was blocking builds (of which there will likely need to be several others) Carl ask if I could apply fix. Which I did. little after midnight. But, I really widened range [2.0,3.0) ... from what I could tell, we didn't use much complicated ("internal") looking from there and while they do not necessarily strictly follow OSGi semantics, unlikely a wide range for package import would hurt any thing. Feel free to make tighter, if a core JSP committer has a different opinion. I would not be offended ... no questions asked :)