Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » if you tweak a plugin.xml, how to make it be seen?
if you tweak a plugin.xml, how to make it be seen? [message #162632] Fri, 27 January 2006 02:52 Go to next message
Eclipse UserFriend
Originally posted by: brendan.zen.org

If you edit a plugin.xml to add things or make corrections, how can you
make Eclipse actually *use* the change? I'm adding stuff to
org.eclipse.cdt.managedbuilder.gnu.ui but they're only ever used when I
first run Eclipse, and never again.

I've seen some suggestions about deleting configuration/*,
configuration/org.eclipse.core.runtime, or your workspace. None of this
actually makes the file get reused.

As an extreme, I've changed some strings in both plugin.xml and
plugin.properties to have stuff like "***HERE***" to make them even more
obvious, but they're definitely not showing up. There is no
plugins/org.eclipse.cdt.managedbuilder.gnu.ui_3.0.1.jar file to mess me up
either.

I'm getting the full source to Eclipse itself to try to find the answer,
but can't believe this is really supposed to be necessary. :)

Thanks,
B
Re: if you tweak a plugin.xml, how to make it be seen? [message #162639 is a reply to message #162632] Fri, 27 January 2006 03:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kedar.thakur.gmail.com

Few options :

[Assuming that you have exported the plug-in]
1. modify the plugin.xml version. a higher version gets preference over a
lower version number
or
2. start eclipse with the -clean option. you dont need to modify the
plugin.xml version number.

[launching from within eclipse sdk]
1. i think there is an option which specifies where the plug-ins are to be
picked up from : the workspace or the plugins folder within eclipse. this
option is present in the Eclipse application launch tab, and my guess is
that you should pick it up from the workspace since that is where you have
modified the plug-ins

i hope that was useful

"Brendan Kehoe" <brendan@zen.org> wrote in message
news:73fd0c720a619d7847ace34bc7309af7$1@www.eclipse.org...
> If you edit a plugin.xml to add things or make corrections, how can you
> make Eclipse actually *use* the change? I'm adding stuff to
> org.eclipse.cdt.managedbuilder.gnu.ui but they're only ever used when I
> first run Eclipse, and never again.
>
> I've seen some suggestions about deleting configuration/*,
> configuration/org.eclipse.core.runtime, or your workspace. None of this
> actually makes the file get reused.
>
> As an extreme, I've changed some strings in both plugin.xml and
> plugin.properties to have stuff like "***HERE***" to make them even more
> obvious, but they're definitely not showing up. There is no
> plugins/org.eclipse.cdt.managedbuilder.gnu.ui_3.0.1.jar file to mess me up
> either.
>
> I'm getting the full source to Eclipse itself to try to find the answer,
> but can't believe this is really supposed to be necessary. :)
>
> Thanks,
> B
>
>
Re: if you tweak a plugin.xml, how to make it be seen? [message #162653 is a reply to message #162639] Fri, 27 January 2006 05:56 Go to previous message
Eclipse UserFriend
Originally posted by: brendan.zen.org

> 2. start eclipse with the -clean option. you dont need to modify the
> plugin.xml version number.

This was exactly what I needed. Thank you so much!
Previous Topic:Folding - Why does it function only with few files?
Next Topic:incorrect parsing of include files
Goto Forum:
  


Current Time: Thu Jul 17 21:43:04 EDT 2025

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

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

Back to the top