Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SWTBot/Contributing"

(improved information about contributing)
(Building SWTBot: - Added link to instructions on setting up dev environment for recorder branch)
Line 16: Line 16:
  
 
See [http://dev.eclipse.org/viewcvs/index.cgi/trunk/org.eclipse.swtbot.releng/readme.txt?revision=230&root=Technology_SWTBot ''org.eclipse.swtbot.releng/readme.txt''] in the repository for instructions on how to build SWTBot.
 
See [http://dev.eclipse.org/viewcvs/index.cgi/trunk/org.eclipse.swtbot.releng/readme.txt?revision=230&root=Technology_SWTBot ''org.eclipse.swtbot.releng/readme.txt''] in the repository for instructions on how to build SWTBot.
 +
 +
== Building SWTBot ==
 +
 +
See [http://dev.eclipse.org/viewcvs/index.cgi/trunk/org.eclipse.swtbot.releng/readme.txt?revision=230&root=Technology_SWTBot ''org.eclipse.swtbot.releng/readme.txt''] in the repository for instructions on how to build SWTBot.
 +
 +
See [[Dev Setup For Recorder Branch]] to setup your development environment with the branch that contains the recorder.
  
 
== Contributing ==
 
== Contributing ==

Revision as of 20:48, 24 February 2010


SWTBot
Website
Update Sites
Community
Mailing List
Forums/Newsgroups
IRC
Contribute
Open Bugzilla tickets
Open Gerrit reviews
Browse Source
Continuous Integration


Getting the source

The source code of the SWTBot project can be found in a eclipse.org Subversion repository:

svn co http://dev.eclipse.org/svnroot/technology/org.eclipse.swtbot/trunk/

Alternatively, you can use a git mirror of that repository:

git clone git://github.com/ketan/swtbot.git

You can also browse the repository using a web interface: SVN, Git

Building SWTBot

See org.eclipse.swtbot.releng/readme.txt in the repository for instructions on how to build SWTBot.

Building SWTBot

See org.eclipse.swtbot.releng/readme.txt in the repository for instructions on how to build SWTBot.

See Dev Setup For Recorder Branch to setup your development environment with the branch that contains the recorder.

Contributing

Patches and contributions are always welcome! There are many general articles about contributing to Eclipse projects:

See also

Copyright © Eclipse Foundation, Inc. All Rights Reserved.