Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

THyM/Development

< THyM
Revision as of 10:06, 8 July 2014 by Unnamed Poltroon (Talk)


THyM
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source


Setting up IDE to contribute to THyM

We recommend using and enabling the following plugins in IDE: JDT, PDE, Code Recommenders, EGit and GitHub connectors, FindBugs, EclEmma.

In order to resolve the various dependencies of THyM, you can find some target-definition files on the Git repository, under top-level folder target-platforms. Import the target-platforms folder in your workspace and open the current main .target file (if there are more than one, see on parent pom the value of target-platform property which references the main one). Once the .target file is open, click on its upper-right corner Set As Target-Platform. PDE will then load the content of the target file, so it will be all set to resolve the various dependencies of THyM.

Bugs and enhancement requests

Source and contributions

Sources are on GitHub. You can contribute using the standard GitHub Pull Request workflow.

Builds

Project can be built and tested locally with a simple mvn clean verify.

The is a Hudson instance for the project that hosts a few builds. See https://hudson.eclipse.org/thym/

Back to the top