Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » SWTBot » Is there no more eclipse spy-bot view?
Is there no more eclipse spy-bot view? [message #529996] Wed, 28 April 2010 01:40 Go to next message
Steven Chamberlin is currently offline Steven ChamberlinFriend
Messages: 30
Registered: July 2009
Member
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] Wed, 28 April 2010 01:54 Go to previous message
Ketan Padegaonkar is currently offline Ketan PadegaonkarFriend
Messages: 873
Registered: July 2009
Senior Member
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: Fri Apr 19 22:59:14 GMT 2024

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

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

Back to the top