Giter Club home page Giter Club logo

stephan-herrmann / eclipse.platform.releng.aggregator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eclipse-platform/eclipse.platform.releng.aggregator

0.0 0.0 0.0 315.5 MB

Aggregated repository for Eclipse Java IDE

Home Page: https://www.eclipse.org/eclipse/

License: Eclipse Public License 2.0

Shell 2.58% JavaScript 0.01% C 0.12% PHP 1.44% Java 4.80% Groovy 3.42% XSLT 0.41% CSS 0.12% HTML 86.89% Batchfile 0.09% Dockerfile 0.12%

eclipse.platform.releng.aggregator's Introduction

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

eclipse.platform.releng.aggregator's People

Contributors

akurtakov avatar beckerwdf avatar cwindatt avatar davidwilliams avatar dependabot[bot] avatar dmegert avatar eclipse-releng-bot avatar hanneswell avatar ifedorenko avatar iloveeclipse avatar jarthana avatar jarthorn avatar kitlo avatar ktatavarthi avatar laeubi avatar lshanmug avatar mbooth101 avatar merks avatar mickaelistria avatar mkeller avatar mohananrahul avatar niraj-modi avatar noopur2507 avatar paulweb515 avatar sarikasinha avatar sdawley avatar sravanlakkimsetti avatar tjwatson avatar vik-chand avatar vogella avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.