Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Helpful links to find code, work in progress, and things of interest

Tim Orling edited this page Nov 22, 2016 · 8 revisions

Eclipse is a massive community. Java is a complicated language. Finding the shiny needle in the haystack is key.

Doug Schaefer's blog -- originally with Wind River, Doug is now with QNX/Blackberry. He is one of the key forces behind CDT. His recent work on Arduino C++, Qt, CMake, the "new template engine" and the "new build engine" are significant improvements to the CDT workflow and UX.

Top level Gerrit Review for all of Eclipse -- This is where to push new code and where to find out what is in the works.

"Every" project in Eclipse has a continuous integration instance running behind the scenes and building every Gerrit changeset. These are known as HIPP (Hudson Instance Per Project). Hudson was the precursor to Jenkins and has been open-sourced to Eclipse Foundation. To find a project of interest, start with https://hudson.eclipse.org

If you are just browsing on your smartphone or tablet, you can find code on https://git.eclipse.org/c/:

Maven/Tycho

Like many other Eclipse projects, we are using Maven as the build tool for eclipse-crops. We are using the Tycho plugins in particular, which integrate Eclipse plugins/features/etc. into Maven.

Clone this wiki locally