Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » Re: Unable to find BeansObservables in Maven jars
Re: Unable to find BeansObservables in Maven jars [message #494281] Thu, 29 October 2009 22:16 Go to next message
Matthew Hall is currently offline Matthew HallFriend
Messages: 368
Registered: July 2009
Senior Member
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
Re: Unable to find BeansObservables in Maven jars [message #494487 is a reply to message #494281] Fri, 30 October 2009 20:20 Go to previous messageGo to next message
Jacek Furmankiewicz is currently offline Jacek FurmankiewiczFriend
Messages: 13
Registered: July 2009
Junior Member
I see...I stopped using the one from the central Maven repo and just took the jars I need and installed them manually into the local repo.

Are there any plans for a proper Eclipse maven repo, for those of us who want to do straight SWT/JFace apps (i.e. non-RCP)?
Re: Unable to find BeansObservables in Maven jars [message #494525 is a reply to message #494487] Sat, 31 October 2009 04:20 Go to previous message
Matthew Hall is currently offline Matthew HallFriend
Messages: 368
Registered: July 2009
Senior Member
Jacek Furmankiewicz wrote:
> I see...I stopped using the one from the central Maven repo and just
> took the jars I need and installed them manually into the local repo.
>
> Are there any plans for a proper Eclipse maven repo, for those of us who
> want to do straight SWT/JFace apps (i.e. non-RCP)?

There is an ongoing discussions in bug 283745 [1], please join in and
share your perspective. Some participants on the bug don't see the need
could give folks a broader perspective.

Matthew

[1] See https://bugs.eclipse.org/bugs/show_bug.cgi?id=283745
Previous Topic:Can we mix up textual code with graphic widgets in editor?
Next Topic:MenuManager, all add no find
Goto Forum:
  


Current Time: Thu Apr 25 09:24:06 GMT 2024

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

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

Back to the top