Skip to main content



      Home
Home » Eclipse Projects » SWTBot » Is there no more eclipse spy-bot view?
Is there no more eclipse spy-bot view? [message #529996] Tue, 27 April 2010 21:40 Go to next message
Eclipse UserFriend
I just installed the latest version of SWT-Bot. I'm noticing that the plugin org.eclipse.swtbot.eclipse.spy that I had in my manifest no longer resolves and there is no more spy-bot view available from my IDE. Has this been removed? (If so, what has replaced it?)

Also how can I get a list of things that have changed in more recent versions? I'm noticing other things that aren't resolving now, such as:

List<? extends Widget> allWidgets = new SWTBot().widgets(anything(), parent(obj));

and

for ( final MenuItem item : menuFinder.findMenus(matcher) )

Thanks!

Steve
Re: Is there no more eclipse spy-bot view? [message #529998 is a reply to message #529996] Tue, 27 April 2010 21:54 Go to previous message
Eclipse UserFriend
This got removed by mistake when I reshuffled some dependencies. I'll
add it in the next build.


There are release notes available on the download page that will point
to what changed. You can read up on my last forum post[1] for a brief
idea of how dependencies have changed to reduce footprint of the runtime.

--
Ketan
ketan.padegaonkar.name | eclipse.org/swtbot

[1] - http://www.eclipse.org/forums/index.php?t=msg&th=166082& amp;start=0&

On 4/27/10 6:40 PM, Steven Chamberlin wrote:
> I just installed the latest version of SWT-Bot. I'm noticing that the
> plugin org.eclipse.swtbot.eclipse.spy that I had in my manifest no
> longer resolves and there is no more spy-bot view available from my IDE.
> Has this been removed? (If so, what has replaced it?)
>
> Also how can I get a list of things that have changed in more recent
> versions? I'm noticing other things that aren't resolving now, such as:
>
> List<? extends Widget> allWidgets = new SWTBot().widgets(anything(),
> parent(obj));
>
> and
>
> for ( final MenuItem item : menuFinder.findMenus(matcher) )
>
> Thanks!
>
> Steve
Previous Topic:SWTBot fails with"swtbottestapplication" could not be found in the registry
Next Topic:Detecting shell opened from background Job
Goto Forum:
  


Current Time: Mon Jul 14 15:02:52 EDT 2025

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

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

Back to the top