PluginRegistry.getPluginDescriptors() no longer topologically sorted [message #165268] |
Wed, 03 December 2003 10:30  |
Eclipse User |
|
|
|
Originally posted by: none.us.ibm.com
I have code which relies on getPluginDescriptors() returning an array such
that:
if plug-in A requires plug-in B, then indexOf(A) > indexOf(B)
This used to work (unless you had dependency cycles, I suppose). Anyway, I
guess I can fix my code pretty easily by doing it myself.
|
|
|
|
|
Re: PluginRegistry.getPluginDescriptors() no longer topologically sorted [message #165371 is a reply to message #165364] |
Wed, 03 December 2003 11:36   |
Eclipse User |
|
|
|
Originally posted by: none.us.ibm.com
Found the problem : "Compatability support misses jface.text". 47463
So, when I went to look up an entry for this bogus pre-req, it didn't exist.
I had originally thought it was a valid pre-req, and jumped to the wrong
conclusion.
"Randy Hudson" <none@us.ibm.com> wrote in message
news:bql2h7$g9b$1@eclipse.org...
> Actually, I'm having some other problem that made me thing this was the
> issue.
>
> For some reason, my plug-ins have prereqs containing
> "org.eclipse.ui.jface.text". But, there is no such plug-in. This
happened
> when migrating to M5, and reusing the target workspace from previous
drops.
> I'll have to investigate where the repreq is coming from, as the plugin
> which requires it simply imports "org.eclipse.ui".
>
> "Randy Hudson" <none@us.ibm.com> wrote in message
> news:bqkveb$bo1$1@eclipse.org...
> > I have code which relies on getPluginDescriptors() returning an array
such
> > that:
> > if plug-in A requires plug-in B, then indexOf(A) > indexOf(B)
> >
> > This used to work (unless you had dependency cycles, I suppose).
Anyway,
> I
> > guess I can fix my code pretty easily by doing it myself.
> >
> >
>
>
|
|
|
|
Powered by
FUDForum. Page generated in 0.09381 seconds