Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Unable to find BeansObservables in Maven jars(SWT Maven jars massively messed up)
Unable to find BeansObservables in Maven jars [message #494193] Thu, 29 October 2009 10:20 Go to next message
Eclipse UserFriend
I am trying to write an SWT extension library, using Maven as my primary build tool and unfortunately I have to say the SWT/Eclipse/JFace./Equinox libraries in the Maven repo seem to be massively messed up (lots of dependencies that fail to resolve, etc.).

I managed to finally nearly get everything working, except that BeansObservables is nowhere to be found.

I have the core and jface databainding dependencies:

<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>databinding</artifactId>
<version>1.0.0-I20070606-0010</version>
</dependency>
<dependency>
<groupId>org.eclipse.jface</groupId>
<artifactId>databinding</artifactId>
<version>1.1.0-I20070606-0010</version>
</dependency>

and the whole org.eclipse.core.databinding.observable.beans.* package is missing. It's in neither of these two libraries.

Is it just a matter of incorrect packaging or do I need some extra dependencies?
Re: Unable to find BeansObservables in Maven jars [message #494280 is a reply to message #494193] Thu, 29 October 2009 18:16 Go to previous message
Eclipse UserFriend
Jacek Furmankiewicz wrote:
> I have the core and jface databainding dependencies:
>
> <dependency>
> <groupId>org.eclipse.core</groupId>
> <artifactId>databinding</artifactId>
> <version>1.0.0-I20070606-0010</version>
> </dependency>
> <dependency>
> <groupId>org.eclipse.jface</groupId>
> <artifactId>databinding</artifactId>
> <version>1.1.0-I20070606-0010</version>
> </dependency>
>
> and the whole org.eclipse.core.databinding.observable.beans.* package is
> missing. It's in neither of these two libraries.

Those packages are in the org.eclipse.core.databinding.beans bundle.

What maven repo are you getting these from, those are several years old!

> Is it just a matter of incorrect packaging or do I need some extra
> dependencies?

Extra. There are five production bundles developed by the data binding
team (Boris and myself):

org.eclipse.core.databinding
org.eclipse.core.databinding.beans
org.eclipse.core.databinding.observable
org.eclipse.core.databinding.property
org.eclipse.jface.databinding

I'm copying my response to the eclipse.platform.jface newsgroup which is
the appropriate venue for databinding questions. If you have further
questions please post your response there.

Matthew
Previous Topic:Cocoa SWT: Access to mouse wheel / multitouch events? (continued from SWT Dev List)
Next Topic:Dockable Widgets
Goto Forum:
  


Current Time: Sun Jul 06 07:50:01 EDT 2025

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

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

Back to the top