| commit | 994ff7c3453a9d76c2857f219b802eaf983ad7a1 | [log] [tgz] |
|---|---|---|
| author | Kit Lo <kitlo@us.ibm.com> | Fri Jan 07 18:53:23 2022 -0500 |
| committer | Kit Lo <kitlo@us.ibm.com> | Fri Jan 07 19:53:28 2022 -0500 |
| tree | 6690262245a13aed3ef60ab2f74ba3b88bc4fe3f | |
| parent | e26561deaa5d0994724b1ca236374544cf5bf0ec [diff] |
Bug 578105 - Deploy ecj compiler from 4.23 M1 and use it in Platform build Change-Id: Ia4d4e3d5fd135aa7b98cf22152b1f19c17c455dc Signed-off-by: Kit Lo <kitlo@us.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.releng.aggregator/+/189402
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 recommented to use one of the URLs found on the following website: https://git.eclipse.org/r/#/admin/projects/platform/eclipse.platform.releng.aggregator
An anonymous clone can be done via the following command:
git clone https://git.eclipse.org/r/platform/eclipse.platform.releng.aggregator
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/sdk/target/products/*
The build commands require the installation and setup of Java 1.8 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.
Eclipse Platform Project committers should also read Automated Platform Builds.
Release Engineers should also be familiar with other documents on the Releng Wiki.