Community
Participate
Working Groups
The WTP 3.4.0 build is now failing with: Processing inclusion from feature org.eclipse.jst.webpageeditor.feature: Bundle org.eclipse.jst.pagedesigner.jsp.core_1.2.0.v20100308 failed to resolve.: Unsatisfied import package org.apache.commons.el_1.0.0. Unsatisfied import package org.apache.commons.el.parser_1.0.0.
It looks like this is now com.sun.el. see bug 362724#c11
This gets ugly real fast- there is a com.sun.el.parser in that plugin, but it is not exported.
I'm not yet understanding how I can produce a plugin that builds and runs under both platform 3.8 and 4.2 when 3.8 needs to import org.apache.commons.el and 4.2 needs to import com.sun.el. Did we just hit a blocker for a single branch for both platforms?
The change appears to have been done in both the 3.8 and 4.2 streams. The latest wtp-3.4.0-I build (WTP 3.4.0 on Eclipse 3.8) fails with exactly the same error.
We are working on this issue.
Fix committed to HEAD (3.4.0) at 2011/12/08 12:20PM PST.
Released. We will watch the build for errors
Bundles with qualifier-only increases org.eclipse.jst.pagedesigner.jsp.core 1.2.0.v201112081543 (current) 1.2.0.v20100308 (reference) This versioning error is a blocker for M4.
Version is now 1.2.100.v201112111111 (in build I-3.4.0-20111212171647).