I thought building it locally is just cloning the repository and run “mvn clean verify” in the root directory, but it seems to be more than that.
Not sure if all of the steps need to be done, but I did:
Clones the releng aggregator and it’s submodules:
git clone https://git.eclipse.org/r/platform/eclipse.platform.releng.aggregator
git submodule update --init –recursive
Build the prereqgs:
cd eclipse.platform.releng.prereqs.sdk
mvn clean install -f eclipse.platform.releng.prereqs.sdk/pom.xml
Build jdt.core
mvn clean verify -f eclipse.jdt.core/pom.xml
It had taken very long (2h) but the build of eclipse.jdt.core was successful.
-martin
Von: tycho-dev-bounces@xxxxxxxxxxx [mailto:tycho-dev-bounces@xxxxxxxxxxx] Im Auftrag von Jayaprakash Arthanareeswaran
Gesendet: Donnerstag, 30. November 2017 07:44
An: tycho-dev@xxxxxxxxxxx
Cc: tycho-dev@xxxxxxxxxxx
Betreff: Re: [tycho-dev] Builds failing possibly due to Tycho compiler
Unfortunately, no. I don't even have the tycho set up locally. If someone can tell me how to build my local JDT repo with Tycho, I can try that out.
Or if you can tell me what issue you are facing in getting the JDT source code, perhaps I can help.
----- Original message -----
From: "SCHREIBER.Martin" <Martin.SCHREIBER@xxxxxxxxxxxxx>
Sent by: tycho-dev-bounces@xxxxxxxxxxx
To: Tycho developers list <tycho-dev@xxxxxxxxxxx>
Cc:
Subject: Re: [tycho-dev] Builds failing possibly due to Tycho compiler
Date: Thu, Nov 30, 2017 12:08 PM
Hi Jay,
is there an easy way to reproduce the issue locally? I cannot see the root cause in the build log, just the casting issue without any information where the problem exactly is…
I tried to use Eclipse Installer to install the JDT development environment to get the latest JDT sources and build JDT locally, but that failed.
-martin
Von: tycho-dev-bounces@xxxxxxxxxxx [mailto:tycho-dev-bounces@xxxxxxxxxxx] Im Auftrag von Jayaprakash Arthanareeswaran
Gesendet: Mittwoch, 29. November 2017 15:05
An: tycho-dev@xxxxxxxxxxx; jan.sievers@xxxxxxx
Betreff: [tycho-dev] Builds failing possibly due to Tycho compiler
Today when we upgraded the compiler, we ran into what we suspect to be a tycho issue, possibly same as bug 522279.
I have just reopened that bug. Can someone please take a look?
Bug 526545 has some details on the failure. Console here: