Welcome and thank you for your interest in this project. The Eclipse RAP Tools provide additional tooling that can be installed into Eclipse in order to simplify working with the RAP Runtime.
directory | content |
---|---|
bundles/ |
all bundle projects |
tests/ |
unit test projects |
features/ |
feature projects |
releng/ |
projects for release engineering |
Additional information regarding source code management, builds, coding standards, and more can be found on the Getting involved with RAP development pages. For more information, refer to the RAP wiki pages.
The RAP project uses Maven in combination with Eclipse Tycho to build its bundles, features, examples and p2 repositories, and it's easy to run the build locally! All you need is Maven installed on your computer, and then you need to run the following command from the root pom.xml
of the RAP Runtime Git repository:
mvn clean verify
As a result, you get a p2 repository with all the RAP Tools bundles and features in
releng/org.eclipse.rap.tools.build/repository/target/repository/
Official builds are available from the RAP Download page.
Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Foundation Contributor License Agreement (CLA) and sign off on the Eclipse Foundation Certificate of Origin.
For more information, please visit the project's contribution guide.
Eclipse Public License - v 1.0
Contact the project developers via the RAP Forum or the project's "dev" mailing list.
This project uses GitHub issues to track ongoing development and bugs.
Be sure to search for existing bugs before you create a new RAP Tools bug report. Remember that contributions are always welcome!