[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform] Re: [DataBinding] Which version works with Eclipse 3.2.1
|
A closer look shows that the most current databinding tag I20070417-0800 has
two problems.
Snippet004 runs to a stack overflow error.
Snippet013 fails to compile since it needs an Eclipse 3.3 JFace
ColumnViewer.
All of the other snippets appear to work without any problems.
I have filed a bug report about Sippet004:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=182801
David
"Tom Schindl" <tom.schindl@xxxxxxxxxxxxxxx> wrote in message
news:f02sa8$ovq$1@xxxxxxxxxxxxxxxxxxxx
> Hi,
>
> I'd say that if this is the case then this is bug in Databinding because
> I think it should be compatible with 3.2-API. What's the failing code?
>
> Tom
>
> David Kyle schrieb:
> > I'm using Eclipse 3.2.1 with the databinding plugins that I get from
CVS.
> >
> > org.eclipse.core.databinding
> > org.eclipse.core.databinding.beans
> > org.eclipse.jface.databinding
> >
> > I just sync'd up with I20070417-0800 and now my databinding code fails
to
> > run correctly. It looks like the code now requires Eclipse 3.3. I moved
back
> > to tag I20070319-0010, everything works, and I am happy with the
existing
> > functionality until we move to Eclipse 3.3 this summer.
> >
> > Which CVS tag can I use safely with Eclipse 3.2.1?
> >
> >