Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » [q] feature.xml problem
[q] feature.xml problem [message #73445] Fri, 13 June 2003 08:56 Go to next message
Eclipse UserFriend
Originally posted by: glongman.intelligentworks.nospam.com

I have a plugin that depends on the profiler plugin.

I have the following entries in my feature.xml:

<requires>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.debug.ui"/>
<import plugin="org.eclipse.debug.core"/>
<import plugin="org.eclipse.jdt.core"/>
<import plugin="org.eclipse.jdt.launching"/>
<import plugin="org.eclipse.jdt.debug.ui"/>
<import plugin="com.iw.plugins.jettylauncher" version="1.0.4"
match="greaterOrEqual"/>

<!-- Profiler plugin -->
<import plugin="ru.nlmk.eclipse.plugins.profiler"/>
</requires>

Now I'm testing the install and I get the following error in the update
manager:

Feature requires plug-in "ru.nlmk.eclipse.plugins.profiler".

But the profiler plugin is installed and working. The profiler plugin is
installed by unzipping a jar into the plugins directory, not by update.

Any suggestions?

Geoff
Re: [q] feature.xml problem [message #73463 is a reply to message #73445] Fri, 13 June 2003 08:57 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: glongman.intelligentworks.nospam.com

I should add:

JRE 1.4.1_01, Win2K, Eclipse 2.1

Geoff

"G Longman" <glongman@intelligentworks.nospam.com> wrote in message
news:bcchla$71c$1@rogue.oti.com...
>
> I have a plugin that depends on the profiler plugin.
>
> I have the following entries in my feature.xml:
>
> <requires>
> <import plugin="org.eclipse.core.resources"/>
> <import plugin="org.eclipse.ui"/>
> <import plugin="org.eclipse.debug.ui"/>
> <import plugin="org.eclipse.debug.core"/>
> <import plugin="org.eclipse.jdt.core"/>
> <import plugin="org.eclipse.jdt.launching"/>
> <import plugin="org.eclipse.jdt.debug.ui"/>
> <import plugin="com.iw.plugins.jettylauncher" version="1.0.4"
> match="greaterOrEqual"/>
>
> <!-- Profiler plugin -->
> <import plugin="ru.nlmk.eclipse.plugins.profiler"/>
> </requires>
>
> Now I'm testing the install and I get the following error in the update
> manager:
>
> Feature requires plug-in "ru.nlmk.eclipse.plugins.profiler".
>
> But the profiler plugin is installed and working. The profiler plugin is
> installed by unzipping a jar into the plugins directory, not by update.
>
> Any suggestions?
>
> Geoff
>
>
Re: [q] feature.xml problem [message #73584 is a reply to message #73445] Fri, 13 June 2003 10:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: birsan.nospam.ca.ibm.com

This is a limitation of the Update Manager regarding "orphan" plugins:
plugin dependencies are resolved against plugins delivered via features, and
it looks like the profiler plugin has just been unzipped under the plugins
directory without having a corresponding feature installed.
There is a related discussion on the platform-update-dev mailing list.

-Dorian

"G Longman" <glongman@intelligentworks.nospam.com> wrote in message
news:bcchla$71c$1@rogue.oti.com...
>
> I have a plugin that depends on the profiler plugin.
>
> I have the following entries in my feature.xml:
>
> <requires>
> <import plugin="org.eclipse.core.resources"/>
> <import plugin="org.eclipse.ui"/>
> <import plugin="org.eclipse.debug.ui"/>
> <import plugin="org.eclipse.debug.core"/>
> <import plugin="org.eclipse.jdt.core"/>
> <import plugin="org.eclipse.jdt.launching"/>
> <import plugin="org.eclipse.jdt.debug.ui"/>
> <import plugin="com.iw.plugins.jettylauncher" version="1.0.4"
> match="greaterOrEqual"/>
>
> <!-- Profiler plugin -->
> <import plugin="ru.nlmk.eclipse.plugins.profiler"/>
> </requires>
>
> Now I'm testing the install and I get the following error in the update
> manager:
>
> Feature requires plug-in "ru.nlmk.eclipse.plugins.profiler".
>
> But the profiler plugin is installed and working. The profiler plugin is
> installed by unzipping a jar into the plugins directory, not by update.
>
> Any suggestions?
>
> Geoff
>
>
Re: [q] feature.xml problem [message #73620 is a reply to message #73584] Fri, 13 June 2003 10:27 Go to previous message
Eclipse UserFriend
Originally posted by: glongman.intelligentworks.nospam.com

Thanks for the info.

Geoff

"dorian birsan" <birsan@nospam.ca.ibm.com> wrote in message
news:bccm2p$cek$1@rogue.oti.com...
> This is a limitation of the Update Manager regarding "orphan" plugins:
> plugin dependencies are resolved against plugins delivered via features,
and
> it looks like the profiler plugin has just been unzipped under the plugins
> directory without having a corresponding feature installed.
> There is a related discussion on the platform-update-dev mailing list.
>
> -Dorian
>
> "G Longman" <glongman@intelligentworks.nospam.com> wrote in message
> news:bcchla$71c$1@rogue.oti.com...
> >
> > I have a plugin that depends on the profiler plugin.
> >
> > I have the following entries in my feature.xml:
> >
> > <requires>
> > <import plugin="org.eclipse.core.resources"/>
> > <import plugin="org.eclipse.ui"/>
> > <import plugin="org.eclipse.debug.ui"/>
> > <import plugin="org.eclipse.debug.core"/>
> > <import plugin="org.eclipse.jdt.core"/>
> > <import plugin="org.eclipse.jdt.launching"/>
> > <import plugin="org.eclipse.jdt.debug.ui"/>
> > <import plugin="com.iw.plugins.jettylauncher" version="1.0.4"
> > match="greaterOrEqual"/>
> >
> > <!-- Profiler plugin -->
> > <import plugin="ru.nlmk.eclipse.plugins.profiler"/>
> > </requires>
> >
> > Now I'm testing the install and I get the following error in the update
> > manager:
> >
> > Feature requires plug-in "ru.nlmk.eclipse.plugins.profiler".
> >
> > But the profiler plugin is installed and working. The profiler plugin is
> > installed by unzipping a jar into the plugins directory, not by update.
> >
> > Any suggestions?
> >
> > Geoff
> >
> >
>
>
Previous Topic:CVS question
Next Topic:Sun's JDI and Eclipse ?
Goto Forum:
  


Current Time: Fri May 02 00:12:37 EDT 2025

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

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

Back to the top