This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 506636 - Fix org.eclipse.wst.jsdt.nashorn.extension to work with org.eclipse.osgi 3.12.0
Summary: Fix org.eclipse.wst.jsdt.nashorn.extension to work with org.eclipse.osgi 3.12.0
Status: RESOLVED FIXED
Alias: None
Product: JSDT
Classification: WebTools
Component: General (show other bugs)
Version: 3.8.0   Edit
Hardware: PC All
: P3 blocker (vote)
Target Milestone: 3.8.2   Edit
Assignee: Victor Rubezhny CLA
QA Contact: Victor Rubezhny CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-27 11:50 EDT by mohamed makthum mohamed ikbal CLA
Modified: 2016-10-27 21:33 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mohamed makthum mohamed ikbal CLA 2016-10-27 11:50:14 EDT
org.eclipse.wst.jsdt.nashorn.extension plugin is not compatible with org.eclipse.osgi 3.12.0. This is causing builds to fail. It needs to be fixed. 

Resolution errors:
   Bundle org.eclipse.wst.jsdt.nashorn.extension - Missing Constraint: Fragment-Host: org.eclipse.osgi; bundle-version="3.10.0"
   Bundle org.eclipse.osgi - Missing Constraint: Require-Capability: osgi.ee; filter="(|(&(osgi.ee=JavaSE)(version=1.7))(&(osgi.ee=JavaSE/compact1)(version=1.8)))"

[DEBUG] Closing connection to remote
[ERROR] Internal error: java.lang.RuntimeException: org.osgi.framework.BundleException: Bundle org.eclipse.wst.jsdt.nashorn.extension cannot be resolved
[ERROR] Resolution errors:
[ERROR] Bundle org.eclipse.wst.jsdt.nashorn.extension - Missing Constraint: Fragment-Host: org.eclipse.osgi; bundle-version="3.10.0"
[ERROR] Bundle org.eclipse.osgi - Missing Constraint: Require-Capability: osgi.ee; filter="(|(&(osgi.ee=JavaSE)(version=1.7))(&(osgi.ee=JavaSE/compact1)(version=1.8)))"
[ERROR] -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: org.osgi.framework.BundleException: Bundle org.eclipse.wst.jsdt.nashorn.extension cannot be resolved
Resolution errors:
   Bundle org.eclipse.wst.jsdt.nashorn.extension - Missing Constraint: Fragment-Host: org.eclipse.osgi; bundle-version="3.10.0"
   Bundle org.eclipse.osgi - Missing Constraint: Require-Capability: osgi.ee; filter="(|(&(osgi.ee=JavaSE)(version=1.7))(&(osgi.ee=JavaSE/compact1)(version=1.8)))"