eclipse-jdt / .github

0 stars 5 forks source link

Documentation for building JDT #24

Open stephan-herrmann opened 8 months ago

stephan-herrmann commented 8 months ago

Currently, when you look for information how to build JDT, you're lost in an infinite reference loop:

From https://github.com/eclipse-jdt/.github/blob/main/CONTRIBUTING.md:

Information regarding source code management, builds, coding standards, and more.

That latter page simply links back to github.

For normal development, having a working Eclipse workspace (preferably via Oomph) is of course sufficient, but should you ever need to build with maven, it's hard to find a command line that actually works (plus all the prerequisites like maven version, toolchains.xml etc. pp.).