Thanks for your interest in this project.
Eclipse RCPTT is UI test environment for Eclipse RPC projects. It features its own Eclipse Command Language (ECL) to script test cases.
The project maintains the following source code repositories
This project uses Github Issues to track ongoing development and issues.
- Search for issues: https://github.com/eclipse/org.eclipse.rcptt/issues
- Create a new report: https://github.com/eclipse/org.eclipse.rcptt/issues/new
Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome!
- An OpenJDK version 17 is required.
- Clone the repository:
git clone -b master [email protected]:eclipse/org.eclipse.rcptt.git
- Maven Tycho Build: run
build.sh
on Unix or orbuild.cmd
in Windows - For IDE builds set the active target platform to the latest one in
releng/target-platforms
.
- Coding style: please use the
formatter.xml
in the top directory.
Before your contribution can be accepted by the project team contributors must electronically sign the Eclipse Contributor Agreement (ECA).
Commits that are provided by non-committers must have a Signed-off-by field in the footer indicating that the author is aware of the terms by which the contribution has been provided to the project. The non-committer must additionally have an Eclipse Foundation account and must have a signed Eclipse Contributor Agreement (ECA) on file.
For more information, please see the Eclipse Committer Handbook: https://www.eclipse.org/projects/handbook/#resources-commit
Contact the project developers via the project's "dev" list.