Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » Problem with the "ambitious" installation
Problem with the "ambitious" installation [message #1513251] Tue, 16 December 2014 11:03 Go to next message
Thomas Elskens is currently offline Thomas ElskensFriend
Messages: 159
Registered: September 2014
Location: Brussels - Belgium
Senior Member
Hello,

Until a couple of days I was using the prepackaged Luna from efxclipse.org and that worked fined.

Now I've installed a standard luna and downloaded manually the necessary dependencies for the efxclipse IDE-tooling.

Now I'm facing the following problem : when trying to create a new project, the wizard proposes "New FXGraph" and "New FXML Document" but nothing OSGI-related.

I opened the OSGI console of Eclipse (just in case) and noticed the following bundles being only installed :

289 INSTALLED org.eclipse.fx.ide.pde.ui_1.1.0.201411050807
290 INSTALLED org.eclipse.fx.ide.pde.ui.e4_1.1.0.201411050807

If I'm not mistaken, pde.ui is necessary for the Wizard ? Diagnosis of this bundles reveals the following error:

Quote:

org.eclipse.fx.ide.pde.ui [289]
Unresolved requirement: Require-Bundle: org.eclipse.fx.ide.rrobot.dsl; bundle-version="0.9.0"
-> Bundle-SymbolicName: org.eclipse.fx.ide.rrobot.dsl; bundle-version="1.1.0.201411050807"; singleton:="true"
org.eclipse.fx.ide.rrobot.dsl [292]
Bundle was not resolved because of a uses contraint violation.
org.osgi.service.resolver.ResolutionException: Uses constraint violation. Unable to resolve resource org.eclipse.fx.ide.rrobot.dsl [osgi.identity; osgi.identity="org.eclipse.fx.ide.rrobot.dsl"; type="osgi.bundle"; version:Version="1.1.0.201411050807"; singleton:="true"] because it is exposed to package 'javax.annotation' from resources org.eclipse.osgi [osgi.identity; osgi.identity="org.eclipse.osgi"; type="osgi.bundle"; version:Version="3.10.1.v20140909-1633"; singleton:="true"] and javax.annotation [osgi.identity; osgi.identity="javax.annotation"; type="osgi.bundle"; version:Version="1.2.0.v201401042248"] via two dependency chains.

Chain 1:
org.eclipse.fx.ide.rrobot.dsl [osgi.identity; osgi.identity="org.eclipse.fx.ide.rrobot.dsl"; type="osgi.bundle"; version:Version="1.1.0.201411050807"; singleton:="true"]
require: (&(osgi.wiring.bundle=org.eclipse.osgi)(bundle-version>=3.7.0))
|
provide: osgi.wiring.bundle: [org.eclipse.osgi, system.bundle]
org.eclipse.osgi [osgi.identity; osgi.identity="org.eclipse.osgi"; type="osgi.bundle"; version:Version="3.10.1.v20140909-1633"; singleton:="true"]

Chain 2:
org.eclipse.fx.ide.rrobot.dsl [osgi.identity; osgi.identity="org.eclipse.fx.ide.rrobot.dsl"; type="osgi.bundle"; version:Version="1.1.0.201411050807"; singleton:="true"]
require: (osgi.wiring.bundle=org.eclipse.xtext)
|
provide: osgi.wiring.bundle; bundle-version:Version="2.7.2.v201409160908"; osgi.wiring.bundle="org.eclipse.xtext"; singleton:="true"
com.google.guava [osgi.identity; osgi.identity="com.google.guava"; type="osgi.bundle"; version:Version="15.0.0.v201403281430"]
import: (osgi.wiring.package=javax.annotation)
|
export: osgi.wiring.package: javax.annotation
javax.annotation [osgi.identity; osgi.identity="javax.annotation"; type="osgi.bundle"; version:Version="1.2.0.v201401042248"] Bundle was not resolved because of a uses contraint violation.
org.osgi.service.resolver.ResolutionException: Uses constraint violation. //etc


This could be the root of the problem? And if it is, how could I solve it ?

There is nothing exotic in my current IDE installation :

Quote:

*** Features:
org.eclipse.cvs (1.4.100.v20140925-0400) "Eclipse CVS Client"
org.eclipse.draw2d (3.9.101.201408150207) "Graphical Editing Framework Draw2d"
org.eclipse.egit (3.4.1.201406201815-r) "Git Team Provider"
org.eclipse.emf.common (2.10.1.v20140901-1043) "EMF Common"
org.eclipse.emf.ecore (2.10.1.v20140901-1043) "EMF Ecore"
org.eclipse.emf.ecore.edit (2.9.0.v20141013-0308) "EMF Ecore Edit"
org.eclipse.emf.ecoretools.design (2.0.2.201409150953) "Ecore Graphical Modeler Based on Sirius"
org.eclipse.emf.edit (2.10.1.v20141013-0308) "EMF Edit"
org.eclipse.emf.transaction (1.8.0.201405281451) "EMF Model Transaction Core"
org.eclipse.emf.validation (1.8.0.201405281429) "EMF Validation Framework Core"
org.eclipse.emf.workspace (1.8.0.201405281451) "EMF Model Transaction Workbench Integration Core"
org.eclipse.fx.ide.css.feature (1.1.0.201411050807) "JavaFX 2.0 Tooling"
org.eclipse.gef (3.9.101.201408150207) "Graphical Editing Framework GEF"
org.eclipse.gmf (1.8.1.201408201453) "Graphical Modeling Framework"
org.eclipse.gmf.runtime.notation (1.8.0.201405281433) "GMF Notation Model Support"
org.eclipse.help (2.0.102.v20140925-0400) "Help System Base"
org.eclipse.jdt (3.10.0.v20140925-0400) "Eclipse Java Development Tools"
org.eclipse.jgit (3.4.1.201406201815-r) "JGit Core"
org.eclipse.m2e.feature (1.5.0.20140606-0033) "Maven Integration for Eclipse"
org.eclipse.pde (3.10.0.v20140925-0400) "PDE"
org.eclipse.platform (4.4.0.v20140925-0400) "Eclipse Platform"
org.eclipse.rcp (4.4.0.v20140925-0400) "Eclipse RCP"
org.eclipse.sdk (4.4.0.v20140925-0400) "Eclipse Project SDK"
org.eclipse.sirius.runtime (1.0.1.201408121314) "Sirius Core Runtime"
org.eclipse.sirius.runtime.acceleo (1.0.1.201408121314) "Sirius Support for Acceleo 3 Expressions"
org.eclipse.sirius.runtime.ide.ui (1.0.1.201408121314) "Sirius UI Commons"
org.eclipse.wst.xml_ui.feature (3.6.1.v201409111852) "Eclipse XML Editors and Tools"
org.eclipse.xsd (2.10.0.v20140901-1055) "XSD Model"
org.eclipse.xsd.doc (2.9.0.v20140901-1055) "XSD Documentation"
org.eclipse.xsd.ecore.converter (2.9.0.v20140901-1055) "XSD Ecore Converter"
org.eclipse.xsd.edit (2.8.0.v20140901-1055) "XSD Edit"
org.eclipse.xsd.editor (2.8.0.v20140901-1055) "XSD Sample Editor"
org.eclipse.xsd.mapping (2.8.0.v20140901-1055) "XSD Mapping"
org.eclipse.xsd.mapping.editor (2.9.0.v20140901-1055) "XSD Mapping Editor"
org.eclipse.xtend.sdk (2.7.2.v201409160908) "Xtend IDE"
org.eclipse.xtext.docs (2.7.2.v201409160908) "Xtext Documentation "
org.eclipse.xtext.sdk (2.7.2.v201409160908) "Xtext "
org.eclipse.xtext.ui (2.7.2.v201409160908) "Xtext UI Core "
org.eclipse.xtext.xbase (2.7.2.v201409160908) "Xbase Model "
org.eclipse.xtext.xbase.lib (2.7.2.v201409160908) "Xbase Runtime Library"
org.eclipse.xtext.xtext.ui (2.7.2.v201409160908) "Xtext Xtext UI "



Thanks in advance for any hints,

Thomas
Re: Problem with the "ambitious" installation [message #1513270 is a reply to message #1513251] Tue, 16 December 2014 11:23 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
That's a Problem we fixed in 1.2.0 nightly builds - it's this freaking Dual life of javax.annotation! Use our nightly builds please
Previous Topic:problem following e(fx)clipse tutorial 1 step 9
Next Topic:Setup to include for @ContextValue annotation
Goto Forum:
  


Current Time: Sun May 05 20:57:48 GMT 2024

Powered by FUDForum. Page generated in 0.03225 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top