Skip to content

akurtakov/eclipse.platform.releng.aggregator

This branch is 1 commit ahead of, 2 commits behind eclipse-platform/eclipse.platform.releng.aggregator:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

85e2e94 · Mar 3, 2025
Feb 7, 2025
Feb 15, 2025
Apr 8, 2016
Mar 3, 2025
Feb 20, 2025
Mar 3, 2025
Nov 22, 2024
Feb 24, 2025
Feb 24, 2025
Nov 25, 2024
Feb 11, 2025
Feb 21, 2025
Feb 19, 2025
Feb 12, 2025
Feb 25, 2025
Feb 23, 2025
Feb 20, 2025
Feb 12, 2025
Feb 21, 2025
Feb 15, 2025
Feb 28, 2025
Feb 12, 2025
Feb 12, 2025
Jan 27, 2025
Jan 15, 2025
Dec 20, 2024
Jul 21, 2023
Jun 24, 2024
Aug 16, 2023
Jun 28, 2023
Apr 21, 2023
Jan 20, 2025
Nov 14, 2018
Jan 14, 2024
Jul 10, 2023
Feb 1, 2025
Jan 28, 2025
Nov 22, 2024

Repository files navigation

Aggregator repo for Eclipse SDK builds

This repo is used to build the Eclipse SDK which provides the framework for Eclipse based applications, the Java development tooling and the Plug-in development tooling. To clone it, it is recommended to use one of the URLs found on the following website: https://github.com/eclipse-platform/eclipse.platform.releng.aggregator

An anonymous clone can be done via the following commands:

git clone https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git
cd eclipse.platform.releng.aggregator
git submodule update --init --recursive

The latter command will clone all submodules.

How to build the Eclipse SDK

To run a complete build, on your local machine, run the following commands. The -DskipTests=true will skip the tests which take a significant time to run, e.g., up to 10 hours.

# clean up "dirt" from previous build see Bug 420078
git submodule foreach git clean -f -d -x
git submodule foreach git reset --hard HEAD
git clean -f -d -x
git reset --hard HEAD

# update master and submodules
git checkout master
git pull --recurse-submodules
git submodule update

# run the build
mvn clean verify  -DskipTests=true

# find the results in
# eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products

Build with custom compiler

To compile the build itself with a custom compiler perform the follwoing step after cloning the submodules:

# compile local version
mvn clean install -f eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch -DlocalEcjVersion=99.99

# run build with local compiler
mvn clean verify  -DskipTests=true -Dcbi-ecj-version=99.99

Build requirements

The build commands require the installation and setup of Java 17 or higher and Maven version 3.5.4 or higher. See also the complete instructions on the Platform Build wiki. Note, it is highly recommended to use toolchains.xml and -Pbree-libs as decribed in Using BREE Libs.

Integration builds

The integrations (nightly) build jobs are hosted on Jenkins instance https://ci.eclipse.org/releng/job/Builds/.

The job with the highest release number is the one that builds nightly SDK build, like https://ci.eclipse.org/releng/job/Builds/job/I-build-4.27/ job for 4.27 SDK.

Milestone and release tasks

See Releng-Tasks 2.0 (includes links to schedule, calendar etc)

Performance Tests

See Performance README.md

How to contribute

Contributions to Eclipse Platform are most welcome. There are many ways to contribute, from entering high quality bug reports, to contributing code or documentation changes. For a complete guide, see https://github.com/eclipse-platform/.github/blob/main/CONTRIBUTING.md.

Additional informations

Eclipse Platform Project committers should also read Automated Platform Builds.

Release Engineers should also be familiar with other documents on the Releng Wiki.

License

Eclipse Public License (EPL) v2.0

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 90.8%
  • Java 4.8%
  • Shell 1.9%
  • PHP 1.0%
  • Groovy 0.8%
  • XSLT 0.4%
  • Other 0.3%