"To develop SWTBot in in Eclipse IDE you need to do do the following:
Point your workspace root to the directory where you checked out SWTBot,
then import all the swtbot projects.
Under Preferences>Target-Platform set the target
platform(preferences>Plugin development>target platform) to the eclipse
directory under the swtbot checkout."
but I see no eclipse directory in the swtbot checkout...
Create a target platform:
$ ant materialize-workspace
Build swtbot and run all tests:
$ ant
which I thought would not be necessary to develop in the IDE :)
cheers
Lorenzo
On 07/08/2012 05:46 PM, Lorenzo Bettini wrote:
> The wiki page http://wiki.eclipse.org/SWTBot/Contributing points to
> https://github.com/ketan/SWTBot/blob/master/org.eclipse.swtbot.releng/readme.txt
> for instructions on how to build SWTbot; in particular, for building it
> in the IDE it says
>
> "To develop SWTBot in in Eclipse IDE you need to do do the following:
>
> Point your workspace root to the directory where you checked out SWTBot,
> then import all the swtbot projects.
>
> Under Preferences>Target-Platform set the target
> platform(preferences>Plugin development>target platform) to the eclipse
> directory under the swtbot checkout."
>
> but I see no eclipse directory in the swtbot checkout...
>
> Lorenzo
>
Mickael Istria Messages: 612 Registered: July 2009 Location: Grenoble, France
Senior Member
The Contributing page was updated recently. The "ant
materialize-workspace" is no more necessary, simply import all projects
from the git repo. If you have ideas on how to improve this page, feel
free to add useful but succint content to it.