Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » In need of assistance with a SearchPage extension(Trouble with an org.eclipse.search.searchPages extension)
icon4.gif  In need of assistance with a SearchPage extension [message #489079] Thu, 01 October 2009 13:05 Go to next message
Martin Cowie is currently offline Martin CowieFriend
Messages: 4
Registered: October 2009
Junior Member
Dear assembled RCP magi,

I have written a plugin that contains an extension of org.eclipse.search.searchPages and org.eclipse.search.searchResultViewPages. They work together to achieve a simple but useful database search.

The search functionality works perfectly when running from within the a 'child' eclipse under the plugin-development-eclipse instance (corrections to terminology most welcome). However, when packaged as a deployable plugin, and dropped into the ./plugins directory of my regular Eclipse instance, the new searchPage fails to appear as an option when invoked using Search menu => Search.

Oddly, there is nearly nothing in the error log. There is a single warning "testing warnings generated during RSE initialization" with no stack-trace.

I would be most grateful for clues and pointers towards resolving this predicament.

Martin.
Re: In need of assistance with a SearchPage extension [message #489103 is a reply to message #489079] Thu, 01 October 2009 14:05 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Martin Cowie wrote:
> Dear assembled RCP magi,
> I have written a plugin that contains an extension of
> org.eclipse.search.searchPages and
> org.eclipse.search.searchResultViewPages. They work together to
> achieve a simple but useful database search.
>
> The search functionality works perfectly when running from within the
> a 'child' eclipse under the plugin-development-eclipse instance
> (corrections to terminology most welcome). However, when packaged as a
> deployable plugin, and dropped into the ./plugins directory of my
> regular Eclipse instance, the new searchPage fails to appear as an
> option when invoked using Search menu => Search.
>
> Oddly, there is nearly nothing in the error log. There is a single
> warning "testing warnings generated during RSE initialization" with no
> stack-trace.
Make sure to start with -debug

Dani
>
> I would be most grateful for clues and pointers towards resolving this
> predicament.
>
> Martin.
Re: In need of assistance with a SearchPage extension [message #489135 is a reply to message #489103] Thu, 01 October 2009 15:20 Go to previous messageGo to next message
Martin Cowie is currently offline Martin CowieFriend
Messages: 4
Registered: October 2009
Junior Member
Many thanks Dani, that did the trick.

It reminded me to run eclipse -clean, rather than eclipse /clean, as I had been Smile

Is there a reference page that documents the switches that can be passed to eclipse.exe and the values that can be put in the .options file?

My thanks to you again,

Martin
Re: In need of assistance with a SearchPage extension [message #489156 is a reply to message #489135] Thu, 01 October 2009 16:10 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Martin Cowie wrote:
> Many thanks Dani, that did the trick.
>
> It reminded me to run eclipse -clean, rather than eclipse /clean, as I
> had been :)
>
> Is there a reference page that documents the switches that can be
> passed to eclipse.exe and the values that can be put in the .options
> file?
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.platfor m.doc.isv/reference/misc/runtime-options.html?view=co

Dani
>
> My thanks to you again,
>
> Martin
Previous Topic:Making a method generator
Next Topic:Commands and default behavior: Save
Goto Forum:
  


Current Time: Tue Apr 23 10:05:51 GMT 2024

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

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

Back to the top